HEX: #47711B
RGB: (71,113,27)
#47711B contains mainly red and green colors. Web safe color of #47711B is #336633 (or #363).
#47711B color RGB value is (71,113,27).
RGB: (71,113,27)
(28%, 44%, 11%)
R 71 of 255 = 28%
G 113 of 255 = 44%
B 27 of 255 = 11%
R + G + B ~ 28%. #47711B is quite dark color.
R + G + B = 71 + 113 + 27 = 211 (100%)
R 71 of 211 ~ 33.65%
G 113 of 211 ~ 53.55%
B 27 of 211 ~ 12.8'%
#47711B color CMYK value is (37,0,76,56).
CMYK: (37,0,76,56)
C37M0Y76K56 (37%, 0%, 76%, 56%)
(0.37 / 0.00 / 0.76 / 0.56)
Color #47711B in popluar color models
47 | 71 | 1B | |
---|---|---|---|
RGB | 71 | 113 | 27 |
HSL | 89° | 61.43% | 27.45% |
HSB/HSV | 89° | 76.11% | 44.31% |
CMYK | 37.17% | 0.00% | 76.11% |
55.69% |
Color #47711B in popluar number systems.
HEX | 47 | 71 | 1B |
Decimal | 71 | 113 | 27 |
Binary | 1000111 | 1110001 | 11011 |
Octal | 107 | 161 | 33 |
Shades of #47711B
Tints of #47711B
Examples of css and html codes for elements with #47711B color. Also use rgb(71,113,27) instead hex code.
.myTextColor { color: #47711B; }
<p style="color:#47711B">This sample text font color is #47711B.</p>
This text font color is #47711B.
.myBgColor { background-color: #47711B; }
<div style="background-color:#47711B">Inner text</div>
This div background color is #47711B.
.myBorderColor { border: 1px solid #47711B; }
<div style="border:3px solid #47711B">Div</div>
This div border color is #47711B.
.myOpacity80 { color: #47711B; opacity: 0.8; }
<p style="color:#47711B;opacity:0.8;">80%</p>
Text with #47711B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47711B;}
<p style="text-shadow: 3px 3px 1px #47711B">Text here.</p>
This text has shadow with #47711B color.
.textShadow {text-shadow: 3px 3px 1px #47711B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47711B, 5px 5px 20px red">Text here.</p>
This text has shadow with #47711B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47711B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47711B, Direction=45, Strength=4)">Text</p>
This text has shadow with #47711B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47711B;
-webkit-box-shadow: 1px 1px 3px 2px #47711B;
box-shadow: 1px 1px 3px 2px #47711B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47711B; -webkit-box-shadow: 1px 1px 3px 2px #47711B; box-shadow:1px 1px 3px 2px #47711B;">
Div content here
</div>
This text has color #47711B on black background.
This text has color #47711B on white background.
This text has black color on #47711B background.
This text has white color on #47711B background.
Complementary color for #hex is #B88EE4.