HEX: #71866B
RGB: (113,134,107)
#71866B contains red, green and blue colors in about the same proportion. Web safe color of #71866B is #669966 (or #696).
#71866B color RGB value is (113,134,107).
RGB: (113,134,107) (44%,53%,42%)
R 113 of 255 = 44%
G 134 of 255 = 53%
B 107 of 255 = 42%
R + G + B ~ 46%. #71866B is middle color (not dark and not light).
R + G + B =
113 + 134 + 107 = 354 (100%)
R 113 of 354 ~ 31.92%
G 134 of 354 ~ 37.85%
B 107 of 354 ~ 30.23%
#71866B color CMYK value is (16,0,20,47).
CMYK: (16,0,20,47) C16M0Y20K47 (16%,0%,20%,47%) (0.16/0.00/0.20/0.47)
71 | 86 | 6B | |
---|---|---|---|
RGB | 113 | 134 | 107 |
HSL | 107° | 11.20% | 47.25% |
HSB/HSV | 107° | 20.15% | 52.55% |
CMYK | 15.67% | 0.00% | 20.15% |
47.45% |
HEX | 71 | 86 | 6B |
Decimal | 113 | 134 | 107 |
Binary | 1110001 | 10000110 | 1101011 |
Octal | 161 | 206 | 153 |
Examples of css and html codes for elements with #71866B color. Also use rgb(113,134,107) instead hex code.
.myTextColor { color: #71866B; }
<p style="color:#71866B">This sample text font color is #71866B.</p>
This text font color is #71866B.
.myBgColor { background-color: #71866B; }
<div style="background-color:#71866B">Inner text</div>
This div background color is #71866B.
.myBorderColor { border: 1px solid #71866B; }
<div style="border:3px solid #71866B">Div</div>
This div border color is #71866B.
.myOpacity80 { color: #71866B; opacity: 0.8; }
<p style="color:#71866B;opacity:0.8;">80%</p>
Text with #71866B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71866B;}
<p style="text-shadow: 3px 3px 1px #71866B">Text here.</p>
This text has shadow with #71866B color.
.textShadow {text-shadow: 3px 3px 1px #71866B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71866B, 5px 5px 20px red">Text here.</p>
This text has shadow with #71866B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71866B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71866B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71866B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71866B; -webkit-box-shadow: 1px 1px 3px 2px #71866B; box-shadow: 1px 1px 3px 2px #71866B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71866B; -webkit-box-shadow: 1px 1px 3px 2px #71866B; box-shadow:1px 1px 3px 2px #71866B;">
Div content here</div>
This text has color #71866B on black background.
This text has color #71866B on white background.
This text has black color on #71866B background.
This text has white color on #71866B background.