HEX: #957587
RGB: (149,117,135)
#957587 contains red, green and blue colors in about the same proportion. Web safe color of #957587 is #996699 (or #969).
#957587 color RGB value is (149,117,135).
RGB: (149,117,135) (58%,46%,53%)
R 149 of 255 = 58%
G 117 of 255 = 46%
B 135 of 255 = 53%
R + G + B ~ 52%. #957587 is middle color (not dark and not light).
R + G + B =
149 + 117 + 135 = 401 (100%)
R 149 of 401 ~ 37.16%
G 117 of 401 ~ 29.18%
B 135 of 401 ~ 33.67%
#957587 color CMYK value is (0,21,9,42).
CMYK: (0,21,9,42) C0M21Y9K42 (0%,21%,9%,42%) (0.00/0.21/0.09/0.42)
95 | 75 | 87 | |
---|---|---|---|
RGB | 149 | 117 | 135 |
HSL | 326° | 13.11% | 52.16% |
HSB/HSV | 326° | 21.48% | 58.43% |
CMYK | 0.00% | 21.48% | 9.40% |
41.57% |
HEX | 95 | 75 | 87 |
Decimal | 149 | 117 | 135 |
Binary | 10010101 | 1110101 | 10000111 |
Octal | 225 | 165 | 207 |
Examples of css and html codes for elements with #957587 color. Also use rgb(149,117,135) instead hex code.
.myTextColor { color: #957587; }
<p style="color:#957587">This sample text font color is #957587.</p>
This text font color is #957587.
.myBgColor { background-color: #957587; }
<div style="background-color:#957587">Inner text</div>
This div background color is #957587.
.myBorderColor { border: 1px solid #957587; }
<div style="border:3px solid #957587">Div</div>
This div border color is #957587.
.myOpacity80 { color: #957587; opacity: 0.8; }
<p style="color:#957587;opacity:0.8;">80%</p>
Text with #957587 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957587;}
<p style="text-shadow: 3px 3px 1px #957587">Text here.</p>
This text has shadow with #957587 color.
.textShadow {text-shadow: 3px 3px 1px #957587, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957587, 5px 5px 20px red">Text here.</p>
This text has shadow with #957587 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957587, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957587, Direction=45, Strength=4)">Text</p>
This text has shadow with #957587 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #957587; -webkit-box-shadow: 1px 1px 3px 2px #957587; box-shadow: 1px 1px 3px 2px #957587; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #957587; -webkit-box-shadow: 1px 1px 3px 2px #957587; box-shadow:1px 1px 3px 2px #957587;">
Div content here</div>
This text has color #957587 on black background.
This text has color #957587 on white background.
This text has black color on #957587 background.
This text has white color on #957587 background.