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