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