HEX: #957268
RGB: (149,114,104)
#957268 contains red, green and blue colors in about the same proportion. Web safe color of #957268 is #996666 (or #966).
#957268 color RGB value is (149,114,104).
RGB: (149,114,104)
(58%, 45%, 41%)
R 149 of 255 = 58%
G 114 of 255 = 45%
B 104 of 255 = 41%
R + G + B ~ 48%. #957268 is middle color (not dark and not light).
R + G + B = 149 + 114 + 104 = 367 (100%)
R 149 of 367 ~ 40.6%
G 114 of 367 ~ 31.06%
B 104 of 367 ~ 28.34'%
#957268 color CMYK value is (0,23,30,42).
CMYK: (0,23,30,42) C0M23Y30K42 (0%,23%,30%,42%) (0.00/0.23/0.30/0.42)
Color #957268 in popluar color models
95 | 72 | 68 | |
---|---|---|---|
RGB | 149 | 114 | 104 |
HSL | 13° | 17.79% | 49.61% |
HSB/HSV | 13° | 30.20% | 58.43% |
CMYK | 0.00% | 23.49% | 30.20% |
41.57% |
Color #957268 in popluar number systems.
HEX | 95 | 72 | 68 |
Decimal | 149 | 114 | 104 |
Binary | 10010101 | 1110010 | 1101000 |
Octal | 225 | 162 | 150 |
Shades of #957268
Tints of #957268
Examples of css and html codes for elements with #957268 color. Also use rgb(149,114,104) instead hex code.
.myTextColor { color: #957268; }
<p style="color:#957268">This sample text font color is #957268.</p>
This text font color is #957268.
.myBgColor { background-color: #957268; }
<div style="background-color:#957268">Inner text</div>
This div background color is #957268.
.myBorderColor { border: 1px solid #957268; }
<div style="border:3px solid #957268">Div</div>
This div border color is #957268.
.myOpacity80 { color: #957268; opacity: 0.8; }
<p style="color:#957268;opacity:0.8;">80%</p>
Text with #957268 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957268;}
<p style="text-shadow: 3px 3px 1px #957268">Text here.</p>
This text has shadow with #957268 color.
.textShadow {text-shadow: 3px 3px 1px #957268', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957268, 5px 5px 20px red">Text here.</p>
This text has shadow with #957268 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957268, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957268, Direction=45, Strength=4)">Text</p>
This text has shadow with #957268 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #957268;
-webkit-box-shadow: 1px 1px 3px 2px #957268;
box-shadow: 1px 1px 3px 2px #957268;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #957268; -webkit-box-shadow: 1px 1px 3px 2px #957268; box-shadow:1px 1px 3px 2px #957268;">
Div content here
</div>
This text has color #957268 on black background.
This text has color #957268 on white background.
This text has black color on #957268 background.
This text has white color on #957268 background.
Complementary color for #hex is #6A8D97.