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