COLOR #00470F

HEX: #00470F
RGB: (0,71,15)

Color info

#00470F contains only green and blue colors. Web safe color of #00470F is #003300 (or #030).

RGB color model

#00470F color RGB value is (0,71,15).

  • red value is 0;
  • green value is 71;
  • blue value is 15.
RGB:
(0,71,15)
(0%,28%,6%)

RGB channels and saturation

R 0 of 255 = 0%
G 71 of 255 = 28%
B 15 of 255 = 6%

0
71
15

R + G + B ~ 11%. #00470F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 71 + 15 = 86 (100%)
R 0 of 86 ~ 0%
G 71 of 86 ~ 82.56%
B 15 of 86 ~ 17.44%

%82.56
%17.44

CMYK color model

#00470F color CMYK value is (100,0,79,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 78.87%
  • key color value is 72.16%
CMYK:
(100,0,79,72)
C100M0Y79K72 
(100%,0%,79%,72%)
(1.00/0.00/0.79/0.72)	

CMYK percentages

%100
%0
%78.87
%72.16

Codes

Color #00470F in popluar color models

00470F
RGB07115
HSL133°100.00%13.92%
HSB/HSV133°100.00%27.84%
CMYK100.00%0.00%78.87%
72.16%

Color #00470F in popluar number systems.

HEX00470F
Decimal07115
Binary010001111111
Octal010717

Shades and tints

Shades of #00470F

#00470F
(0,71,15)
#00410E
(0,65,14)
#003B0D
(0,59,13)
#00350C
(0,53,12)
#002F0B
(0,47,11)
#00290A
(0,41,10)
#002309
(0,35,9)
#001D08
(0,29,8)
#001707
(0,23,7)
#001106
(0,17,6)
#000B05
(0,11,5)
#000000
(0,0,0)

Tints of #00470F

#00470F
(0,71,15)
#175724
(23,87,36)
#2E6739
(46,103,57)
#45774E
(69,119,78)
#5C8763
(92,135,99)
#739778
(115,151,120)
#8AA78D
(138,167,141)
#A1B7A2
(161,183,162)
#B8C7B7
(184,199,183)
#CFD7CC
(207,215,204)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00470F color. Also use rgb(0,71,15) instead hex code.

Text Font Color

.myTextColor { color: #00470F; }

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

This text font color is #00470F.


Background Color

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

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

This div background color is #00470F.


Border color

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

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

This div border color is #00470F.


Opacity

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

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

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

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

This text has shadow with #00470F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00470F on black background.


Color preview on white background

This text has color #00470F on white background.



Black color preview on #00470F background

This text has black color on #00470F background.


White color preview on #00470F background

This text has white color on #00470F background.