HEX: #715961
RGB: (113,89,97)
#715961 contains red, green and blue colors in about the same proportion. Web safe color of #715961 is #666666 (or #666).
#715961 color RGB value is (113,89,97).
RGB: (113,89,97) (44%,35%,38%)
R 113 of 255 = 44%
G 89 of 255 = 35%
B 97 of 255 = 38%
R + G + B ~ 39%. #715961 is quite dark color.
R + G + B =
113 + 89 + 97 = 299 (100%)
R 113 of 299 ~ 37.79%
G 89 of 299 ~ 29.77%
B 97 of 299 ~ 32.44%
#715961 color CMYK value is (0,21,14,56).
CMYK: (0,21,14,56) C0M21Y14K56 (0%,21%,14%,56%) (0.00/0.21/0.14/0.56)
71 | 59 | 61 | |
---|---|---|---|
RGB | 113 | 89 | 97 |
HSL | 340° | 11.88% | 39.61% |
HSB/HSV | 340° | 21.24% | 44.31% |
CMYK | 0.00% | 21.24% | 14.16% |
55.69% |
HEX | 71 | 59 | 61 |
Decimal | 113 | 89 | 97 |
Binary | 1110001 | 1011001 | 1100001 |
Octal | 161 | 131 | 141 |
Examples of css and html codes for elements with #715961 color. Also use rgb(113,89,97) instead hex code.
.myTextColor { color: #715961; }
<p style="color:#715961">This sample text font color is #715961.</p>
This text font color is #715961.
.myBgColor { background-color: #715961; }
<div style="background-color:#715961">Inner text</div>
This div background color is #715961.
.myBorderColor { border: 1px solid #715961; }
<div style="border:3px solid #715961">Div</div>
This div border color is #715961.
.myOpacity80 { color: #715961; opacity: 0.8; }
<p style="color:#715961;opacity:0.8;">80%</p>
Text with #715961 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #715961;}
<p style="text-shadow: 3px 3px 1px #715961">Text here.</p>
This text has shadow with #715961 color.
.textShadow {text-shadow: 3px 3px 1px #715961, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #715961, 5px 5px 20px red">Text here.</p>
This text has shadow with #715961 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#715961, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#715961, Direction=45, Strength=4)">Text</p>
This text has shadow with #715961 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #715961; -webkit-box-shadow: 1px 1px 3px 2px #715961; box-shadow: 1px 1px 3px 2px #715961; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #715961; -webkit-box-shadow: 1px 1px 3px 2px #715961; box-shadow:1px 1px 3px 2px #715961;">
Div content here</div>
This text has color #715961 on black background.
This text has color #715961 on white background.
This text has black color on #715961 background.
This text has white color on #715961 background.