COLOR #00471E

HEX: #00471E
RGB: (0,71,30)

Color info

#00471E contains only green and blue colors. Web safe color of #00471E is #003333 (or #033).

RGB color model

#00471E color RGB value is (0,71,30).

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

RGB channels and saturation

R 0 of 255 = 0%
G 71 of 255 = 28%
B 30 of 255 = 12%

0
71
30

R + G + B ~ 13%. #00471E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 71 + 30 = 101 (100%)
R 0 of 101 ~ 0%
G 71 of 101 ~ 70.3%
B 30 of 101 ~ 29.7%

%70.3
%29.7

CMYK color model

#00471E color CMYK value is (100,0,58,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 57.75%
  • key color value is 72.16%
CMYK:
(100,0,58,72)
C100M0Y58K72 
(100%,0%,58%,72%)
(1.00/0.00/0.58/0.72)	

CMYK percentages

%100
%0
%57.75
%72.16

Codes

Color #00471E in popluar color models

00471E
RGB07130
HSL145°100.00%13.92%
HSB/HSV145°100.00%27.84%
CMYK100.00%0.00%57.75%
72.16%

Color #00471E in popluar number systems.

HEX00471E
Decimal07130
Binary0100011111110
Octal010736

Shades and tints

Shades of #00471E

#00471E
(0,71,30)
#00411C
(0,65,28)
#003B1A
(0,59,26)
#003518
(0,53,24)
#002F16
(0,47,22)
#002914
(0,41,20)
#002312
(0,35,18)
#001D10
(0,29,16)
#00170E
(0,23,14)
#00110C
(0,17,12)
#000B0A
(0,11,10)
#000000
(0,0,0)

Tints of #00471E

#00471E
(0,71,30)
#175732
(23,87,50)
#2E6746
(46,103,70)
#45775A
(69,119,90)
#5C876E
(92,135,110)
#739782
(115,151,130)
#8AA796
(138,167,150)
#A1B7AA
(161,183,170)
#B8C7BE
(184,199,190)
#CFD7D2
(207,215,210)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00471E color. Also use rgb(0,71,30) instead hex code.

Text Font Color

.myTextColor { color: #00471E; }

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

This text font color is #00471E.


Background Color

.myBgColor { background-color: #00471E; }

<div style="background-color:#00471E">Inner text</div>

This div background color is #00471E.


Border color

.myBorderColor { border: 1px solid #00471E; }

<div style="border:3px solid #00471E">Div</div>

This div border color is #00471E.


Opacity

.myOpacity80 { color: #00471E; opacity: 0.8; }

<p style="color:#00471E;opacity:0.8;">80%</p>

Text with #00471E 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 #00471E;}

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

This text has shadow with #00471E color.

.textShadow {text-shadow: 3px 3px 1px #00471E, 3px 3px 1px red;}

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

This text has shadow with #00471E primary color and red secondary color.


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

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

This text has shadow with #00471E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00471E on black background.


Color preview on white background

This text has color #00471E on white background.



Black color preview on #00471E background

This text has black color on #00471E background.


White color preview on #00471E background

This text has white color on #00471E background.