HEX: #716251
RGB: (113,98,81)
#716251 contains red, green and blue colors in about the same proportion. Web safe color of #716251 is #666666 (or #666).
#716251 color RGB value is (113,98,81).
RGB: (113,98,81)
(44%, 38%, 32%)
R 113 of 255 = 44%
G 98 of 255 = 38%
B 81 of 255 = 32%
R + G + B ~ 38%. #716251 is quite dark color.
R + G + B = 113 + 98 + 81 = 292 (100%)
R 113 of 292 ~ 38.7%
G 98 of 292 ~ 33.56%
B 81 of 292 ~ 27.74'%
#716251 color CMYK value is (0,13,28,56).
CMYK: (0,13,28,56) C0M13Y28K56 (0%,13%,28%,56%) (0.00/0.13/0.28/0.56)
Color #716251 in popluar color models
71 | 62 | 51 | |
---|---|---|---|
RGB | 113 | 98 | 81 |
HSL | 32° | 16.49% | 38.04% |
HSB/HSV | 32° | 28.32% | 44.31% |
CMYK | 0.00% | 13.27% | 28.32% |
55.69% |
Color #716251 in popluar number systems.
HEX | 71 | 62 | 51 |
Decimal | 113 | 98 | 81 |
Binary | 1110001 | 1100010 | 1010001 |
Octal | 161 | 142 | 121 |
Shades of #716251
Tints of #716251
Examples of css and html codes for elements with #716251 color. Also use rgb(113,98,81) instead hex code.
.myTextColor { color: #716251; }
<p style="color:#716251">This sample text font color is #716251.</p>
This text font color is #716251.
.myBgColor { background-color: #716251; }
<div style="background-color:#716251">Inner text</div>
This div background color is #716251.
.myBorderColor { border: 1px solid #716251; }
<div style="border:3px solid #716251">Div</div>
This div border color is #716251.
.myOpacity80 { color: #716251; opacity: 0.8; }
<p style="color:#716251;opacity:0.8;">80%</p>
Text with #716251 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #716251;}
<p style="text-shadow: 3px 3px 1px #716251">Text here.</p>
This text has shadow with #716251 color.
.textShadow {text-shadow: 3px 3px 1px #716251', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #716251, 5px 5px 20px red">Text here.</p>
This text has shadow with #716251 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#716251, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#716251, Direction=45, Strength=4)">Text</p>
This text has shadow with #716251 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #716251;
-webkit-box-shadow: 1px 1px 3px 2px #716251;
box-shadow: 1px 1px 3px 2px #716251;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #716251; -webkit-box-shadow: 1px 1px 3px 2px #716251; box-shadow:1px 1px 3px 2px #716251;">
Div content here
</div>
This text has color #716251 on black background.
This text has color #716251 on white background.
This text has black color on #716251 background.
This text has white color on #716251 background.
Complementary color for #hex is #8E9DAE.