COLOR #04373F

HEX: #04373F RGB: (4,55,63)

Color info

#04373F contains red, green and blue colors in about the same proportion. Web safe color of #04373F is #003333 (or #033).

RGB color model

#04373F color RGB value is (4,55,63).

RGB: (4,55,63) (2%, 22%, 25%)

RGB channels and saturation

R 4 of 255 = 2%
G 55 of 255 = 22%
B 63 of 255 = 25%

4
55
63

R + G + B ~ 16%. #04373F is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 55 + 63 = 122 (100%)
R 4 of 122 ~ 3.28%
G 55 of 122 ~ 45.08%
B 63 of 122 ~ 51.64'%

%45.08
%51.64

CMYK color model

#04373F color CMYK value is (94,13,0,75).

  • cyan value is 93.65%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (94,13,0,75)
C94M13Y0K75 (94%, 13%, 0%, 75%)
(0.94 / 0.13 / 0.00 / 0.75)

CMYK percentages

%93.65
%12.7
%0
%75.29

Codes

Color #04373F in popluar color models

04 37 3F
RGB 4 55 63
HSL 188° 88.06% 13.14%
HSB/HSV 188° 93.65% 24.71%
CMYK 93.65% 12.70% 0.00%
75.29%

Color #04373F in popluar number systems.

HEX 04 37 3F
Decimal 4 55 63
Binary 100 110111 111111
Octal 4 67 77

Shades and tints

Shades of #04373F

#04373F
(4,55,63)
#04323A
(4,50,58)
#042D35
(4,45,53)
#042830
(4,40,48)
#04232B
(4,35,43)
#041E26
(4,30,38)
#041921
(4,25,33)
#04141C
(4,20,28)
#040F17
(4,15,23)
#040A12
(4,10,18)
#04050D
(4,5,13)
#000000
(0,0,0)

Tints of #04373F

#04373F
(4,55,63)
#1A4950
(26,73,80)
#305B61
(48,91,97)
#466D72
(70,109,114)
#5C7F83
(92,127,131)
#729194
(114,145,148)
#88A3A5
(136,163,165)
#9EB5B6
(158,181,182)
#B4C7C7
(180,199,199)
#CAD9D8
(202,217,216)
#E0EBE9
(224,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04373F color. Also use rgb(4,55,63) instead hex code.

Text Font Color

.myTextColor { color: #04373F; }

<p style="color:#04373F">This sample text font color is #04373F.</p>

This text font color is #04373F.

Background Color

.myBgColor { background-color: #04373F; }

<div style="background-color:#04373F">Inner text</div>

This div background color is #04373F.

Border color

.myBorderColor { border: 1px solid #04373F; }

<div style="border:3px solid #04373F">Div</div>

This div border color is #04373F.

Opacity

.myOpacity80 { color: #04373F; opacity: 0.8; }

<p style="color:#04373F;opacity:0.8;">80%</p>

Text with #04373F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #04373F;}

<p style="text-shadow: 3px 3px 1px #04373F">Text here.</p>

This text has shadow with #04373F color.


.textShadow {text-shadow: 3px 3px 1px #04373F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #04373F, 5px 5px 20px red">Text here.</p>

This text has shadow with #04373F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#04373F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#04373F, Direction=45, Strength=4)">Text</p>

This text has shadow with #04373F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #04373F;
-webkit-box-shadow: 1px 1px 3px 2px #04373F;
box-shadow: 1px 1px 3px 2px #04373F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #04373F; -webkit-box-shadow: 1px 1px 3px 2px #04373F; box-shadow:1px 1px 3px 2px #04373F;">
Div content here
</div>

This div box has shadow with color #04373F.

Preview

Color preview on black background

This text has color #04373F on black background.


Color preview on white background

This text has color #04373F on white background.


Black color preview on #04373F background

This text has black color on #04373F background.


White color preview on #04373F background

This text has white color on #04373F background.


Related colors

Complementary color

Complementary color for #hex is #FBC8C0.


I love getcolorcode.com

Triadic colors

1 #3F0437 and #373F04 with #04373F are triadic colors.

2 #3F3704 and #37043F with #04373F are triadic colors.