COLOR #04412F

HEX: #04412F
RGB: (4,65,47)

Color info

#04412F contains mainly green and blue colors. Web safe color of #04412F is #003333 (or #033).

RGB color model

#04412F color RGB value is (4,65,47).

  • red value is 4;
  • green value is 65;
  • blue value is 47.
RGB:
(4,65,47)
(2%,25%,18%)

RGB channels and saturation

R 4 of 255 = 2%
G 65 of 255 = 25%
B 47 of 255 = 18%

4
65
47

R + G + B ~ 15%. #04412F is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 65 + 47 = 116 (100%)
R 4 of 116 ~ 3.45%
G 65 of 116 ~ 56.03%
B 47 of 116 ~ 40.52%

%56.03
%40.52

CMYK color model

#04412F color CMYK value is (94,0,28,75).

  • cyan value is 93.85%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 74.51%
CMYK:
(94,0,28,75)
C94M0Y28K75 
(94%,0%,28%,75%)
(0.94/0.00/0.28/0.75)	

CMYK percentages

%93.85
%0
%27.69
%74.51

Codes

Color #04412F in popluar color models

04412F
RGB46547
HSL162°88.41%13.53%
HSB/HSV162°93.85%25.49%
CMYK93.85%0.00%27.69%
74.51%

Color #04412F in popluar number systems.

HEX04412F
Decimal46547
Binary1001000001101111
Octal410157

Shades and tints

Shades of #04412F

#04412F
(4,65,47)
#043C2B
(4,60,43)
#043727
(4,55,39)
#043223
(4,50,35)
#042D1F
(4,45,31)
#04281B
(4,40,27)
#042317
(4,35,23)
#041E13
(4,30,19)
#04190F
(4,25,15)
#04140B
(4,20,11)
#040F07
(4,15,7)
#000000
(0,0,0)

Tints of #04412F

#04412F
(4,65,47)
#1A5241
(26,82,65)
#306353
(48,99,83)
#467465
(70,116,101)
#5C8577
(92,133,119)
#729689
(114,150,137)
#88A79B
(136,167,155)
#9EB8AD
(158,184,173)
#B4C9BF
(180,201,191)
#CADAD1
(202,218,209)
#E0EBE3
(224,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04412F color. Also use rgb(4,65,47) instead hex code.

Text Font Color

.myTextColor { color: #04412F; }

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

This text font color is #04412F.


Background Color

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

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

This div background color is #04412F.


Border color

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

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

This div border color is #04412F.


Opacity

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

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

Text with #04412F 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 #04412F;}

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

This text has shadow with #04412F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04412F on black background.


Color preview on white background

This text has color #04412F on white background.



Black color preview on #04412F background

This text has black color on #04412F background.


White color preview on #04412F background

This text has white color on #04412F background.