HEX: #71884E
RGB: (113,136,78)
#71884E contains red, green and blue colors in about the same proportion. Web safe color of #71884E is #669966 (or #696).
#71884E color RGB value is (113,136,78).
RGB: (113,136,78)
(44%, 53%, 31%)
R 113 of 255 = 44%
G 136 of 255 = 53%
B 78 of 255 = 31%
R + G + B ~ 43%. #71884E is middle color (not dark and not light).
R + G + B = 113 + 136 + 78 = 327 (100%)
R 113 of 327 ~ 34.56%
G 136 of 327 ~ 41.59%
B 78 of 327 ~ 23.85'%
#71884E color CMYK value is (17,0,43,47).
CMYK: (17,0,43,47) C17M0Y43K47 (17%,0%,43%,47%) (0.17/0.00/0.43/0.47)
Color #71884E in popluar color models
71 | 88 | 4E | |
---|---|---|---|
RGB | 113 | 136 | 78 |
HSL | 84° | 27.10% | 41.96% |
HSB/HSV | 84° | 42.65% | 53.33% |
CMYK | 16.91% | 0.00% | 42.65% |
46.67% |
Color #71884E in popluar number systems.
HEX | 71 | 88 | 4E |
Decimal | 113 | 136 | 78 |
Binary | 1110001 | 10001000 | 1001110 |
Octal | 161 | 210 | 116 |
Shades of #71884E
Tints of #71884E
Examples of css and html codes for elements with #71884E color. Also use rgb(113,136,78) instead hex code.
.myTextColor { color: #71884E; }
<p style="color:#71884E">This sample text font color is #71884E.</p>
This text font color is #71884E.
.myBgColor { background-color: #71884E; }
<div style="background-color:#71884E">Inner text</div>
This div background color is #71884E.
.myBorderColor { border: 1px solid #71884E; }
<div style="border:3px solid #71884E">Div</div>
This div border color is #71884E.
.myOpacity80 { color: #71884E; opacity: 0.8; }
<p style="color:#71884E;opacity:0.8;">80%</p>
Text with #71884E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71884E;}
<p style="text-shadow: 3px 3px 1px #71884E">Text here.</p>
This text has shadow with #71884E color.
.textShadow {text-shadow: 3px 3px 1px #71884E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71884E, 5px 5px 20px red">Text here.</p>
This text has shadow with #71884E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71884E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71884E, Direction=45, Strength=4)">Text</p>
This text has shadow with #71884E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71884E;
-webkit-box-shadow: 1px 1px 3px 2px #71884E;
box-shadow: 1px 1px 3px 2px #71884E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71884E; -webkit-box-shadow: 1px 1px 3px 2px #71884E; box-shadow:1px 1px 3px 2px #71884E;">
Div content here
</div>
This text has color #71884E on black background.
This text has color #71884E on white background.
This text has black color on #71884E background.
This text has white color on #71884E background.
Complementary color for #hex is #8E77B1.