HEX: #957682
RGB: (149,118,130)
#957682 contains red, green and blue colors in about the same proportion. Web safe color of #957682 is #996699 (or #969).
#957682 color RGB value is (149,118,130).
RGB: (149,118,130) (58%,46%,51%)
R 149 of 255 = 58%
G 118 of 255 = 46%
B 130 of 255 = 51%
R + G + B ~ 52%. #957682 is middle color (not dark and not light).
R + G + B =
149 + 118 + 130 = 397 (100%)
R 149 of 397 ~ 37.53%
G 118 of 397 ~ 29.72%
B 130 of 397 ~ 32.75%
#957682 color CMYK value is (0,21,13,42).
CMYK: (0,21,13,42) C0M21Y13K42 (0%,21%,13%,42%) (0.00/0.21/0.13/0.42)
95 | 76 | 82 | |
---|---|---|---|
RGB | 149 | 118 | 130 |
HSL | 337° | 12.76% | 52.35% |
HSB/HSV | 337° | 20.81% | 58.43% |
CMYK | 0.00% | 20.81% | 12.75% |
41.57% |
HEX | 95 | 76 | 82 |
Decimal | 149 | 118 | 130 |
Binary | 10010101 | 1110110 | 10000010 |
Octal | 225 | 166 | 202 |
Examples of css and html codes for elements with #957682 color. Also use rgb(149,118,130) instead hex code.
.myTextColor { color: #957682; }
<p style="color:#957682">This sample text font color is #957682.</p>
This text font color is #957682.
.myBgColor { background-color: #957682; }
<div style="background-color:#957682">Inner text</div>
This div background color is #957682.
.myBorderColor { border: 1px solid #957682; }
<div style="border:3px solid #957682">Div</div>
This div border color is #957682.
.myOpacity80 { color: #957682; opacity: 0.8; }
<p style="color:#957682;opacity:0.8;">80%</p>
Text with #957682 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957682;}
<p style="text-shadow: 3px 3px 1px #957682">Text here.</p>
This text has shadow with #957682 color.
.textShadow {text-shadow: 3px 3px 1px #957682, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957682, 5px 5px 20px red">Text here.</p>
This text has shadow with #957682 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957682, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957682, Direction=45, Strength=4)">Text</p>
This text has shadow with #957682 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #957682; -webkit-box-shadow: 1px 1px 3px 2px #957682; box-shadow: 1px 1px 3px 2px #957682; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #957682; -webkit-box-shadow: 1px 1px 3px 2px #957682; box-shadow:1px 1px 3px 2px #957682;">
Div content here</div>
This text has color #957682 on black background.
This text has color #957682 on white background.
This text has black color on #957682 background.
This text has white color on #957682 background.