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