COLOR #04470C

HEX: #04470C RGB: (4,71,12)

Color info

#04470C contains mainly green and blue colors. Web safe color of #04470C is #003300 (or #030).

RGB color model

#04470C color RGB value is (4,71,12).

RGB: (4,71,12) (2%, 28%, 5%)

RGB channels and saturation

R 4 of 255 = 2%
G 71 of 255 = 28%
B 12 of 255 = 5%

4
71
12

R + G + B ~ 12%. #04470C is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 71 + 12 = 87 (100%)
R 4 of 87 ~ 4.6%
G 71 of 87 ~ 81.61%
B 12 of 87 ~ 13.79'%

%81.61
%13.79

CMYK color model

#04470C color CMYK value is (94,0,83,72).

  • cyan value is 94.37%
  • magenta value is 0.00%
  • yellow value is 83.10%
  • key color value is 72.16%

CMYK: (94,0,83,72)
C94M0Y83K72 (94%, 0%, 83%, 72%)
(0.94 / 0.00 / 0.83 / 0.72)

CMYK percentages

%94.37
%0
%83.1
%72.16

Codes

Color #04470C in popluar color models

04 47 0C
RGB 4 71 12
HSL 127° 89.33% 14.71%
HSB/HSV 127° 94.37% 27.84%
CMYK 94.37% 0.00% 83.10%
72.16%

Color #04470C in popluar number systems.

HEX 04 47 0C
Decimal 4 71 12
Binary 100 1000111 1100
Octal 4 107 14

Shades and tints

Shades of #04470C

#04470C
(4,71,12)
#04410B
(4,65,11)
#043B0A
(4,59,10)
#043509
(4,53,9)
#042F08
(4,47,8)
#042907
(4,41,7)
#042306
(4,35,6)
#041D05
(4,29,5)
#041704
(4,23,4)
#041103
(4,17,3)
#040B02
(4,11,2)
#000000
(0,0,0)

Tints of #04470C

#04470C
(4,71,12)
#1A5722
(26,87,34)
#306738
(48,103,56)
#46774E
(70,119,78)
#5C8764
(92,135,100)
#72977A
(114,151,122)
#88A790
(136,167,144)
#9EB7A6
(158,183,166)
#B4C7BC
(180,199,188)
#CAD7D2
(202,215,210)
#E0E7E8
(224,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04470C color. Also use rgb(4,71,12) instead hex code.

Text Font Color

.myTextColor { color: #04470C; }

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

This text font color is #04470C.

Background Color

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

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

This div background color is #04470C.

Border color

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

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

This div border color is #04470C.

Opacity

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

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

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

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

This text has shadow with #04470C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04470C.

Preview

Color preview on black background

This text has color #04470C on black background.


Color preview on white background

This text has color #04470C on white background.


Black color preview on #04470C background

This text has black color on #04470C background.


White color preview on #04470C background

This text has white color on #04470C background.


Related colors

Complementary color

Complementary color for #hex is #FBB8F3.


I love getcolorcode.com

Triadic colors

1 #0C0447 and #470C04 with #04470C are triadic colors.

2 #0C4704 and #47040C with #04470C are triadic colors.