HEX: #715057
RGB: (113,80,87)
#715057 contains red, green and blue colors in about the same proportion. Web safe color of #715057 is #666666 (or #666).
#715057 color RGB value is (113,80,87).
RGB: (113,80,87) (44%,31%,34%)
R 113 of 255 = 44%
G 80 of 255 = 31%
B 87 of 255 = 34%
R + G + B ~ 36%. #715057 is quite dark color.
R + G + B =
113 + 80 + 87 = 280 (100%)
R 113 of 280 ~ 40.36%
G 80 of 280 ~ 28.57%
B 87 of 280 ~ 31.07%
#715057 color CMYK value is (0,29,23,56).
CMYK: (0,29,23,56) C0M29Y23K56 (0%,29%,23%,56%) (0.00/0.29/0.23/0.56)
71 | 50 | 57 | |
---|---|---|---|
RGB | 113 | 80 | 87 |
HSL | 347° | 17.10% | 37.84% |
HSB/HSV | 347° | 29.20% | 44.31% |
CMYK | 0.00% | 29.20% | 23.01% |
55.69% |
HEX | 71 | 50 | 57 |
Decimal | 113 | 80 | 87 |
Binary | 1110001 | 1010000 | 1010111 |
Octal | 161 | 120 | 127 |
Examples of css and html codes for elements with #715057 color. Also use rgb(113,80,87) instead hex code.
.myTextColor { color: #715057; }
<p style="color:#715057">This sample text font color is #715057.</p>
This text font color is #715057.
.myBgColor { background-color: #715057; }
<div style="background-color:#715057">Inner text</div>
This div background color is #715057.
.myBorderColor { border: 1px solid #715057; }
<div style="border:3px solid #715057">Div</div>
This div border color is #715057.
.myOpacity80 { color: #715057; opacity: 0.8; }
<p style="color:#715057;opacity:0.8;">80%</p>
Text with #715057 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #715057;}
<p style="text-shadow: 3px 3px 1px #715057">Text here.</p>
This text has shadow with #715057 color.
.textShadow {text-shadow: 3px 3px 1px #715057, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #715057, 5px 5px 20px red">Text here.</p>
This text has shadow with #715057 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#715057, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#715057, Direction=45, Strength=4)">Text</p>
This text has shadow with #715057 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #715057; -webkit-box-shadow: 1px 1px 3px 2px #715057; box-shadow: 1px 1px 3px 2px #715057; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #715057; -webkit-box-shadow: 1px 1px 3px 2px #715057; box-shadow:1px 1px 3px 2px #715057;">
Div content here</div>
This text has color #715057 on black background.
This text has color #715057 on white background.
This text has black color on #715057 background.
This text has white color on #715057 background.