crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#003f52 hex color - Green - Cool color - Information

#003f52 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #003f52 Color code in RGB color code model is created after adding 0% red color, 24.71% green color and 32.16% blue color. Hex #003f52 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 23% magenta, 0% yellow and 68% black.

Hex #003f52 color code is between #004455 web safe hex color code and #003344 web safe hex color code. #004455 is the nearest web safe color code. You can see here many more shades of #003f52 color code.

0 Likes 0 Comments | 27 Views

Color Table

Hex Color Code003f52#003f52
RGB Decimal0, 63, 82rgb(0, 63, 82)
RGB Percent0%, 25%, 32%rgb(0%, 25%, 32%)
CSS RGBa0, 63, 82,1rgba(0,63,82,1)
CMYK Modelcmyk(100%,23%,0%,68%)
HSL Color Space194,100% ,16%hsl(194,100% ,16%)
HSV Color Space194°, 100%, 32%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000011111101010010
Octal077122
Decimal06382
Hex003f52

Different shades of #003f52 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #003f52
#006685
Dark Shade of #003f52
#00181f
Saturated Shade of #003f52
#003f52
Desaturated Shade of #003f52
#043d4e
Grey scale Shade of #003f52
#292929
Brighten Shade
#19586b
Most Readable Shade
#FFFFFF

Shades of #003f52 color code

Generate more color scales with scales (color stack) generator.

#003f52
#003848
#00313f
#002a36
#00232d
#001c24
#00151b
#000e12
#000709
#000000

Similar Color like #003f52 color

Find visually similar hex color codes nearing to #003f52 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#014053
#024154
#034255
#044356
#054457
#064558
#074659
#08475a
#09485b
#0a495c
#0b4a5d
#0c4b5e
#0d4c5f
#0e4d60
#003e51
#003d50
#003c4f
#003b4e
#003a4d
#00394c
#00384b
#00374a
#003649
#003548
#003447
#003346
#003245
#003144

Monochromatic Color with #003f52

#003f52
#00607c
#0080a7
#00a1d1
#00c2fc
#001e27

Tints of #003f52 Color

#003f52
#1c5465
#386978
#557f8b
#71949e
#8da9b2
#aabfc5
#c6d4d8
#e2e9eb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#003f52
#521300

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#003f52
#520016
#523c00

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#005244
#004f52
#003f52
#002f52
#001e52

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#003f52
#52003f
#3f5200

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#003f52
#3c0052
#521300
#165200

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#003f52
#521300
#523c00
#001652

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #003f52 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#003f52 Color Code Preview on Black Background Color

This is how #003f52 Color will look on black background color. Color contrast ratio is 1.83

#003f52 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#003f52">Your Example Paragraph content text in with font color #003f52 </p>

Your Example Paragraph content text in with font color #003f52

HTML with inline CSS

<div style="color:#003f52">Your Paragraph text in with font color #003f52 </div>

Your Example Paragraph content text in with font color #003f52

#003f52 color code is use for CSS Background Color

Background color for the above div is #003f52

HTML with inline CSS

<div style="background-color:#003f52;"></div>

#003f52 color code is use for CSS Border Color

CSS Border color for the above div is #003f52

HTML with inline CSS

<div style="border:5px solid #003f52;"></div>

CSS Border Left color for the above div is #003f52

HTML with inline CSS

<div style="border-left:5px solid #003f52;"></div>

CSS Border Right color for the above div is #003f52

HTML with inline CSS

<div style="border-right:5px solid #003f52;"></div>

CSS Border Bottom color for the above div is #003f52

HTML with inline CSS

<div style="border-bottom:5px solid #003f52;"></div>

CSS Border Top color for the above div is #003f52

HTML with inline CSS

<div style="border-top:5px solid #003f52;"></div>

#003f52 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#003f52; } .examplecolorclass {color:#003f52; } .examplebordercolor {border:3px solid #003f52; }

#003f52 Color code Preview on White Background

This is how #003f52 Color code will look on white background color. Color contrast ratio is 11.46

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #003f52; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #003f52; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 27 Views

Post your comment:-

By submitting comment you agree to our privacy policy.