HEX: #00471B
RGB: (0,71,27)
#00471B contains only green and blue colors. Web safe color of #00471B is #003333 (or #033).
#00471B color RGB value is (0,71,27).
RGB: (0,71,27)
(0%, 28%, 11%)
R 0 of 255 = 0%
G 71 of 255 = 28%
B 27 of 255 = 11%
R + G + B ~ 13%. #00471B is dark color.
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'%
#00471B color CMYK value is (100,0,62,72).
CMYK: (100,0,62,72)
C100M0Y62K72 (100%, 0%, 62%, 72%)
(1.00 / 0.00 / 0.62 / 0.72)
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 of #00471B
Tints of #00471B
Examples of css and html codes for elements with #00471B color. Also use rgb(0,71,27) instead hex code.
.myTextColor { color: #00471B; }
<p style="color:#00471B">This sample text font color is #00471B.</p>
This text font color is #00471B.
.myBgColor { background-color: #00471B; }
<div style="background-color:#00471B">Inner text</div>
This div background color is #00471B.
.myBorderColor { border: 1px solid #00471B; }
<div style="border:3px solid #00471B">Div</div>
This div border color is #00471B.
.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%.
.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.
/* 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 text has color #00471B on black background.
This text has color #00471B on white background.
This text has black color on #00471B background.
This text has white color on #00471B background.
Complementary color for #hex is #FFB8E4.