HEX: #955B55
RGB: (149,91,85)
#955B55 contains mainly red and green colors. Web safe color of #955B55 is #996666 (or #966).
#955B55 color RGB value is (149,91,85).
RGB: (149,91,85)
(58%, 36%, 33%)
R 149 of 255 = 58%
G 91 of 255 = 36%
B 85 of 255 = 33%
R + G + B ~ 42%. #955B55 is middle color (not dark and not light).
R + G + B = 149 + 91 + 85 = 325 (100%)
R 149 of 325 ~ 45.85%
G 91 of 325 ~ 28%
B 85 of 325 ~ 26.15'%
#955B55 color CMYK value is (0,39,43,42).
CMYK: (0,39,43,42)
C0M39Y43K42 (0%, 39%, 43%, 42%)
(0.00 / 0.39 / 0.43 / 0.42)
Color #955B55 in popluar color models
95 | 5B | 55 | |
---|---|---|---|
RGB | 149 | 91 | 85 |
HSL | 6° | 27.35% | 45.88% |
HSB/HSV | 6° | 42.95% | 58.43% |
CMYK | 0.00% | 38.93% | 42.95% |
41.57% |
Color #955B55 in popluar number systems.
HEX | 95 | 5B | 55 |
Decimal | 149 | 91 | 85 |
Binary | 10010101 | 1011011 | 1010101 |
Octal | 225 | 133 | 125 |
Shades of #955B55
Tints of #955B55
Examples of css and html codes for elements with #955B55 color. Also use rgb(149,91,85) instead hex code.
.myTextColor { color: #955B55; }
<p style="color:#955B55">This sample text font color is #955B55.</p>
This text font color is #955B55.
.myBgColor { background-color: #955B55; }
<div style="background-color:#955B55">Inner text</div>
This div background color is #955B55.
.myBorderColor { border: 1px solid #955B55; }
<div style="border:3px solid #955B55">Div</div>
This div border color is #955B55.
.myOpacity80 { color: #955B55; opacity: 0.8; }
<p style="color:#955B55;opacity:0.8;">80%</p>
Text with #955B55 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #955B55;}
<p style="text-shadow: 3px 3px 1px #955B55">Text here.</p>
This text has shadow with #955B55 color.
.textShadow {text-shadow: 3px 3px 1px #955B55', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #955B55, 5px 5px 20px red">Text here.</p>
This text has shadow with #955B55 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#955B55, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#955B55, Direction=45, Strength=4)">Text</p>
This text has shadow with #955B55 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #955B55;
-webkit-box-shadow: 1px 1px 3px 2px #955B55;
box-shadow: 1px 1px 3px 2px #955B55;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #955B55; -webkit-box-shadow: 1px 1px 3px 2px #955B55; box-shadow:1px 1px 3px 2px #955B55;">
Div content here
</div>
This text has color #955B55 on black background.
This text has color #955B55 on white background.
This text has black color on #955B55 background.
This text has white color on #955B55 background.
Complementary color for #hex is #6AA4AA.