COLOR #00471B

HEX: #00471B RGB: (0,71,27)

Color info

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

RGB color model

#00471B color RGB value is (0,71,27).

RGB: (0,71,27) (0%, 28%, 11%)

RGB channels and saturation

R 0 of 255 = 0%
G 71 of 255 = 28%
B 27 of 255 = 11%

0
71
27

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

Portions of RGB colors in percentages

R + G + B = 0 + 71 + 27 = 98 (100%)
R 0 of 98 ~ 0%
G 71 of 98 ~ 72.45%
B 27 of 98 ~ 27.55'%

%72.45
%27.55

CMYK color model

#00471B color CMYK value is (100,0,62,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 61.97%
  • key color value is 72.16%

CMYK: (100,0,62,72)
C100M0Y62K72 (100%, 0%, 62%, 72%)
(1.00 / 0.00 / 0.62 / 0.72)

CMYK percentages

%100
%0
%61.97
%72.16

Codes

Color #00471B in popluar color models

00 47 1B
RGB 0 71 27
HSL 143° 100.00% 13.92%
HSB/HSV 143° 100.00% 27.84%
CMYK 100.00% 0.00% 61.97%
72.16%

Color #00471B in popluar number systems.

HEX 00 47 1B
Decimal 0 71 27
Binary 0 1000111 11011
Octal 0 107 33

Shades and tints

Shades of #00471B

#00471B
(0,71,27)
#004119
(0,65,25)
#003B17
(0,59,23)
#003515
(0,53,21)
#002F13
(0,47,19)
#002911
(0,41,17)
#00230F
(0,35,15)
#001D0D
(0,29,13)
#00170B
(0,23,11)
#001109
(0,17,9)
#000B07
(0,11,7)
#000000
(0,0,0)

Tints of #00471B

#00471B
(0,71,27)
#17572F
(23,87,47)
#2E6743
(46,103,67)
#457757
(69,119,87)
#5C876B
(92,135,107)
#73977F
(115,151,127)
#8AA793
(138,167,147)
#A1B7A7
(161,183,167)
#B8C7BB
(184,199,187)
#CFD7CF
(207,215,207)
#E6E7E3
(230,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00471B; }

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

This text font color is #00471B.

Background Color

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

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

This div background color is #00471B.

Border color

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

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

This div border color is #00471B.

Opacity

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

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

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

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

This text has shadow with #00471B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00471B.

Preview

Color preview on black background

This text has color #00471B on black background.


Color preview on white background

This text has color #00471B on white background.


Black color preview on #00471B background

This text has black color on #00471B background.


White color preview on #00471B background

This text has white color on #00471B background.


Related colors

Complementary color

Complementary color for #hex is #FFB8E4.


I love getcolorcode.com

Triadic colors

1 #1B0047 and #471B00 with #00471B are triadic colors.

2 #1B4700 and #47001B with #00471B are triadic colors.