HEX: #71861F
RGB: (113,134,31)
#71861F contains mainly red and green colors. Web safe color of #71861F is #669933 (or #693).
#71861F color RGB value is (113,134,31).
RGB: (113,134,31) (44%,53%,12%)
R 113 of 255 = 44%
G 134 of 255 = 53%
B 31 of 255 = 12%
R + G + B ~ 36%. #71861F is quite dark color.
R + G + B =
113 + 134 + 31 = 278 (100%)
R 113 of 278 ~ 40.65%
G 134 of 278 ~ 48.2%
B 31 of 278 ~ 11.15%
#71861F color CMYK value is (16,0,77,47).
CMYK: (16,0,77,47) C16M0Y77K47 (16%,0%,77%,47%) (0.16/0.00/0.77/0.47)
71 | 86 | 1F | |
---|---|---|---|
RGB | 113 | 134 | 31 |
HSL | 72° | 62.42% | 32.35% |
HSB/HSV | 72° | 76.87% | 52.55% |
CMYK | 15.67% | 0.00% | 76.87% |
47.45% |
HEX | 71 | 86 | 1F |
Decimal | 113 | 134 | 31 |
Binary | 1110001 | 10000110 | 11111 |
Octal | 161 | 206 | 37 |
Examples of css and html codes for elements with #71861F color. Also use rgb(113,134,31) instead hex code.
.myTextColor { color: #71861F; }
<p style="color:#71861F">This sample text font color is #71861F.</p>
This text font color is #71861F.
.myBgColor { background-color: #71861F; }
<div style="background-color:#71861F">Inner text</div>
This div background color is #71861F.
.myBorderColor { border: 1px solid #71861F; }
<div style="border:3px solid #71861F">Div</div>
This div border color is #71861F.
.myOpacity80 { color: #71861F; opacity: 0.8; }
<p style="color:#71861F;opacity:0.8;">80%</p>
Text with #71861F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71861F;}
<p style="text-shadow: 3px 3px 1px #71861F">Text here.</p>
This text has shadow with #71861F color.
.textShadow {text-shadow: 3px 3px 1px #71861F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71861F, 5px 5px 20px red">Text here.</p>
This text has shadow with #71861F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71861F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71861F, Direction=45, Strength=4)">Text</p>
This text has shadow with #71861F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71861F; -webkit-box-shadow: 1px 1px 3px 2px #71861F; box-shadow: 1px 1px 3px 2px #71861F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71861F; -webkit-box-shadow: 1px 1px 3px 2px #71861F; box-shadow:1px 1px 3px 2px #71861F;">
Div content here</div>
This text has color #71861F on black background.
This text has color #71861F on white background.
This text has black color on #71861F background.
This text has white color on #71861F background.