COLOR #04421C

HEX: #04421C RGB: (4,66,28)

Color info

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

RGB color model

#04421C color RGB value is (4,66,28).

RGB: (4,66,28) (2%, 26%, 11%)

RGB channels and saturation

R 4 of 255 = 2%
G 66 of 255 = 26%
B 28 of 255 = 11%

4
66
28

R + G + B ~ 13%. #04421C is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 66 + 28 = 98 (100%)
R 4 of 98 ~ 4.08%
G 66 of 98 ~ 67.35%
B 28 of 98 ~ 28.57'%

%67.35
%28.57

CMYK color model

#04421C color CMYK value is (94,0,58,74).

  • cyan value is 93.94%
  • magenta value is 0.00%
  • yellow value is 57.58%
  • key color value is 74.12%

CMYK: (94,0,58,74)
C94M0Y58K74 (94%, 0%, 58%, 74%)
(0.94 / 0.00 / 0.58 / 0.74)

CMYK percentages

%93.94
%0
%57.58
%74.12

Codes

Color #04421C in popluar color models

04 42 1C
RGB 4 66 28
HSL 143° 88.57% 13.73%
HSB/HSV 143° 93.94% 25.88%
CMYK 93.94% 0.00% 57.58%
74.12%

Color #04421C in popluar number systems.

HEX 04 42 1C
Decimal 4 66 28
Binary 100 1000010 11100
Octal 4 102 34

Shades and tints

Shades of #04421C

#04421C
(4,66,28)
#043C1A
(4,60,26)
#043618
(4,54,24)
#043016
(4,48,22)
#042A14
(4,42,20)
#042412
(4,36,18)
#041E10
(4,30,16)
#04180E
(4,24,14)
#04120C
(4,18,12)
#040C0A
(4,12,10)
#040608
(4,6,8)
#000000
(0,0,0)

Tints of #04421C

#04421C
(4,66,28)
#1A5330
(26,83,48)
#306444
(48,100,68)
#467558
(70,117,88)
#5C866C
(92,134,108)
#729780
(114,151,128)
#88A894
(136,168,148)
#9EB9A8
(158,185,168)
#B4CABC
(180,202,188)
#CADBD0
(202,219,208)
#E0ECE4
(224,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04421C color. Also use rgb(4,66,28) instead hex code.

Text Font Color

.myTextColor { color: #04421C; }

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

This text font color is #04421C.

Background Color

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

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

This div background color is #04421C.

Border color

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

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

This div border color is #04421C.

Opacity

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

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

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

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

This text has shadow with #04421C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04421C.

Preview

Color preview on black background

This text has color #04421C on black background.


Color preview on white background

This text has color #04421C on white background.


Black color preview on #04421C background

This text has black color on #04421C background.


White color preview on #04421C background

This text has white color on #04421C background.


Related colors

Complementary color

Complementary color for #hex is #FBBDE3.


I love getcolorcode.com

Triadic colors

1 #1C0442 and #421C04 with #04421C are triadic colors.

2 #1C4204 and #42041C with #04421C are triadic colors.