COLOR #04392A

HEX: #04392A
RGB: (4,57,42)

Color info

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

RGB color model

#04392A color RGB value is (4,57,42).

  • red value is 4;
  • green value is 57;
  • blue value is 42.
RGB:
(4,57,42)
(2%,22%,16%)

RGB channels and saturation

R 4 of 255 = 2%
G 57 of 255 = 22%
B 42 of 255 = 16%

4
57
42

R + G + B ~ 13%. #04392A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 57 + 42 = 103 (100%)
R 4 of 103 ~ 3.88%
G 57 of 103 ~ 55.34%
B 42 of 103 ~ 40.78%

%55.34
%40.78

CMYK color model

#04392A color CMYK value is (93,0,26,78).

  • cyan value is 92.98%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 77.65%
CMYK:
(93,0,26,78)
C93M0Y26K78 
(93%,0%,26%,78%)
(0.93/0.00/0.26/0.78)	

CMYK percentages

%92.98
%0
%26.32
%77.65

Codes

Color #04392A in popluar color models

04392A
RGB45742
HSL163°86.89%11.96%
HSB/HSV163°92.98%22.35%
CMYK92.98%0.00%26.32%
77.65%

Color #04392A in popluar number systems.

HEX04392A
Decimal45742
Binary100111001101010
Octal47152

Shades and tints

Shades of #04392A

#04392A
(4,57,42)
#043427
(4,52,39)
#042F24
(4,47,36)
#042A21
(4,42,33)
#04251E
(4,37,30)
#04201B
(4,32,27)
#041B18
(4,27,24)
#041615
(4,22,21)
#041112
(4,17,18)
#040C0F
(4,12,15)
#04070C
(4,7,12)
#000000
(0,0,0)

Tints of #04392A

#04392A
(4,57,42)
#1A4B3D
(26,75,61)
#305D50
(48,93,80)
#466F63
(70,111,99)
#5C8176
(92,129,118)
#729389
(114,147,137)
#88A59C
(136,165,156)
#9EB7AF
(158,183,175)
#B4C9C2
(180,201,194)
#CADBD5
(202,219,213)
#E0EDE8
(224,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04392A; }

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

This text font color is #04392A.


Background Color

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

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

This div background color is #04392A.


Border color

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

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

This div border color is #04392A.


Opacity

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

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

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

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

This text has shadow with #04392A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04392A on black background.


Color preview on white background

This text has color #04392A on white background.



Black color preview on #04392A background

This text has black color on #04392A background.


White color preview on #04392A background

This text has white color on #04392A background.