COLOR #04392C

HEX: #04392C RGB: (4,57,44)

Color info

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

RGB color model

#04392C color RGB value is (4,57,44).

RGB: (4,57,44) (2%, 22%, 17%)

RGB channels and saturation

R 4 of 255 = 2%
G 57 of 255 = 22%
B 44 of 255 = 17%

4
57
44

R + G + B ~ 14%. #04392C is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 57 + 44 = 105 (100%)
R 4 of 105 ~ 3.81%
G 57 of 105 ~ 54.29%
B 44 of 105 ~ 41.9'%

%54.29
%41.9

CMYK color model

#04392C color CMYK value is (93,0,23,78).

  • cyan value is 92.98%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 77.65%

CMYK: (93,0,23,78)
C93M0Y23K78 (93%, 0%, 23%, 78%)
(0.93 / 0.00 / 0.23 / 0.78)

CMYK percentages

%92.98
%0
%22.81
%77.65

Codes

Color #04392C in popluar color models

04 39 2C
RGB 4 57 44
HSL 165° 86.89% 11.96%
HSB/HSV 165° 92.98% 22.35%
CMYK 92.98% 0.00% 22.81%
77.65%

Color #04392C in popluar number systems.

HEX 04 39 2C
Decimal 4 57 44
Binary 100 111001 101100
Octal 4 71 54

Shades and tints

Shades of #04392C

#04392C
(4,57,44)
#043428
(4,52,40)
#042F24
(4,47,36)
#042A20
(4,42,32)
#04251C
(4,37,28)
#042018
(4,32,24)
#041B14
(4,27,20)
#041610
(4,22,16)
#04110C
(4,17,12)
#040C08
(4,12,8)
#040704
(4,7,4)
#000000
(0,0,0)

Tints of #04392C

#04392C
(4,57,44)
#1A4B3F
(26,75,63)
#305D52
(48,93,82)
#466F65
(70,111,101)
#5C8178
(92,129,120)
#72938B
(114,147,139)
#88A59E
(136,165,158)
#9EB7B1
(158,183,177)
#B4C9C4
(180,201,196)
#CADBD7
(202,219,215)
#E0EDEA
(224,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04392C color. Also use rgb(4,57,44) instead hex code.

Text Font Color

.myTextColor { color: #04392C; }

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

This text font color is #04392C.

Background Color

.myBgColor { background-color: #04392C; }

<div style="background-color:#04392C">Inner text</div>

This div background color is #04392C.

Border color

.myBorderColor { border: 1px solid #04392C; }

<div style="border:3px solid #04392C">Div</div>

This div border color is #04392C.

Opacity

.myOpacity80 { color: #04392C; opacity: 0.8; }

<p style="color:#04392C;opacity:0.8;">80%</p>

Text with #04392C 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 #04392C;}

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

This text has shadow with #04392C color.


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

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

This text has shadow with #04392C primary color and red secondary color.


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

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

This text has shadow with #04392C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #04392C.

Preview

Color preview on black background

This text has color #04392C on black background.


Color preview on white background

This text has color #04392C on white background.


Black color preview on #04392C background

This text has black color on #04392C background.


White color preview on #04392C background

This text has white color on #04392C background.


Related colors

Complementary color

Complementary color for #hex is #FBC6D3.


I love getcolorcode.com

Triadic colors

1 #2C0439 and #392C04 with #04392C are triadic colors.

2 #2C3904 and #39042C with #04392C are triadic colors.