HEX: #715562
RGB: (113,85,98)
#715562 contains red, green and blue colors in about the same proportion. Web safe color of #715562 is #666666 (or #666).
#715562 color RGB value is (113,85,98).
RGB: (113,85,98) (44%,33%,38%)
R 113 of 255 = 44%
G 85 of 255 = 33%
B 98 of 255 = 38%
R + G + B ~ 38%. #715562 is quite dark color.
R + G + B =
113 + 85 + 98 = 296 (100%)
R 113 of 296 ~ 38.18%
G 85 of 296 ~ 28.72%
B 98 of 296 ~ 33.11%
#715562 color CMYK value is (0,25,13,56).
CMYK: (0,25,13,56) C0M25Y13K56 (0%,25%,13%,56%) (0.00/0.25/0.13/0.56)
71 | 55 | 62 | |
---|---|---|---|
RGB | 113 | 85 | 98 |
HSL | 332° | 14.14% | 38.82% |
HSB/HSV | 332° | 24.78% | 44.31% |
CMYK | 0.00% | 24.78% | 13.27% |
55.69% |
HEX | 71 | 55 | 62 |
Decimal | 113 | 85 | 98 |
Binary | 1110001 | 1010101 | 1100010 |
Octal | 161 | 125 | 142 |
Examples of css and html codes for elements with #715562 color. Also use rgb(113,85,98) instead hex code.
.myTextColor { color: #715562; }
<p style="color:#715562">This sample text font color is #715562.</p>
This text font color is #715562.
.myBgColor { background-color: #715562; }
<div style="background-color:#715562">Inner text</div>
This div background color is #715562.
.myBorderColor { border: 1px solid #715562; }
<div style="border:3px solid #715562">Div</div>
This div border color is #715562.
.myOpacity80 { color: #715562; opacity: 0.8; }
<p style="color:#715562;opacity:0.8;">80%</p>
Text with #715562 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #715562;}
<p style="text-shadow: 3px 3px 1px #715562">Text here.</p>
This text has shadow with #715562 color.
.textShadow {text-shadow: 3px 3px 1px #715562, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #715562, 5px 5px 20px red">Text here.</p>
This text has shadow with #715562 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#715562, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#715562, Direction=45, Strength=4)">Text</p>
This text has shadow with #715562 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #715562; -webkit-box-shadow: 1px 1px 3px 2px #715562; box-shadow: 1px 1px 3px 2px #715562; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #715562; -webkit-box-shadow: 1px 1px 3px 2px #715562; box-shadow:1px 1px 3px 2px #715562;">
Div content here</div>
This text has color #715562 on black background.
This text has color #715562 on white background.
This text has black color on #715562 background.
This text has white color on #715562 background.