HEX: #953D5F
RGB: (149,61,95)
#953D5F contains mainly red and blue colors. Web safe color of #953D5F is #993366 (or #936).
#953D5F color RGB value is (149,61,95).
RGB: (149,61,95)
(58%, 24%, 37%)
R 149 of 255 = 58%
G 61 of 255 = 24%
B 95 of 255 = 37%
R + G + B ~ 40%. #953D5F is middle color (not dark and not light).
R + G + B = 149 + 61 + 95 = 305 (100%)
R 149 of 305 ~ 48.85%
G 61 of 305 ~ 20%
B 95 of 305 ~ 31.15'%
#953D5F color CMYK value is (0,59,36,42).
CMYK: (0,59,36,42)
C0M59Y36K42 (0%, 59%, 36%, 42%)
(0.00 / 0.59 / 0.36 / 0.42)
Color #953D5F in popluar color models
95 | 3D | 5F | |
---|---|---|---|
RGB | 149 | 61 | 95 |
HSL | 337° | 41.90% | 41.18% |
HSB/HSV | 337° | 59.06% | 58.43% |
CMYK | 0.00% | 59.06% | 36.24% |
41.57% |
Color #953D5F in popluar number systems.
HEX | 95 | 3D | 5F |
Decimal | 149 | 61 | 95 |
Binary | 10010101 | 111101 | 1011111 |
Octal | 225 | 75 | 137 |
Shades of #953D5F
Tints of #953D5F
Examples of css and html codes for elements with #953D5F color. Also use rgb(149,61,95) instead hex code.
.myTextColor { color: #953D5F; }
<p style="color:#953D5F">This sample text font color is #953D5F.</p>
This text font color is #953D5F.
.myBgColor { background-color: #953D5F; }
<div style="background-color:#953D5F">Inner text</div>
This div background color is #953D5F.
.myBorderColor { border: 1px solid #953D5F; }
<div style="border:3px solid #953D5F">Div</div>
This div border color is #953D5F.
.myOpacity80 { color: #953D5F; opacity: 0.8; }
<p style="color:#953D5F;opacity:0.8;">80%</p>
Text with #953D5F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #953D5F;}
<p style="text-shadow: 3px 3px 1px #953D5F">Text here.</p>
This text has shadow with #953D5F color.
.textShadow {text-shadow: 3px 3px 1px #953D5F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #953D5F, 5px 5px 20px red">Text here.</p>
This text has shadow with #953D5F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#953D5F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#953D5F, Direction=45, Strength=4)">Text</p>
This text has shadow with #953D5F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #953D5F;
-webkit-box-shadow: 1px 1px 3px 2px #953D5F;
box-shadow: 1px 1px 3px 2px #953D5F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #953D5F; -webkit-box-shadow: 1px 1px 3px 2px #953D5F; box-shadow:1px 1px 3px 2px #953D5F;">
Div content here
</div>
This text has color #953D5F on black background.
This text has color #953D5F on white background.
This text has black color on #953D5F background.
This text has white color on #953D5F background.
Complementary color for #hex is #6AC2A0.