HEX: #955E59
RGB: (149,94,89)
#955E59 contains mainly red and green colors. Web safe color of #955E59 is #996666 (or #966).
#955E59 color RGB value is (149,94,89).
RGB: (149,94,89)
(58%, 37%, 35%)
R 149 of 255 = 58%
G 94 of 255 = 37%
B 89 of 255 = 35%
R + G + B ~ 43%. #955E59 is middle color (not dark and not light).
R + G + B = 149 + 94 + 89 = 332 (100%)
R 149 of 332 ~ 44.88%
G 94 of 332 ~ 28.31%
B 89 of 332 ~ 26.81'%
#955E59 color CMYK value is (0,37,40,42).
CMYK: (0,37,40,42)
C0M37Y40K42 (0%, 37%, 40%, 42%)
(0.00 / 0.37 / 0.40 / 0.42)
Color #955E59 in popluar color models
95 | 5E | 59 | |
---|---|---|---|
RGB | 149 | 94 | 89 |
HSL | 5° | 25.21% | 46.67% |
HSB/HSV | 5° | 40.27% | 58.43% |
CMYK | 0.00% | 36.91% | 40.27% |
41.57% |
Color #955E59 in popluar number systems.
HEX | 95 | 5E | 59 |
Decimal | 149 | 94 | 89 |
Binary | 10010101 | 1011110 | 1011001 |
Octal | 225 | 136 | 131 |
Shades of #955E59
Tints of #955E59
Examples of css and html codes for elements with #955E59 color. Also use rgb(149,94,89) instead hex code.
.myTextColor { color: #955E59; }
<p style="color:#955E59">This sample text font color is #955E59.</p>
This text font color is #955E59.
.myBgColor { background-color: #955E59; }
<div style="background-color:#955E59">Inner text</div>
This div background color is #955E59.
.myBorderColor { border: 1px solid #955E59; }
<div style="border:3px solid #955E59">Div</div>
This div border color is #955E59.
.myOpacity80 { color: #955E59; opacity: 0.8; }
<p style="color:#955E59;opacity:0.8;">80%</p>
Text with #955E59 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #955E59;}
<p style="text-shadow: 3px 3px 1px #955E59">Text here.</p>
This text has shadow with #955E59 color.
.textShadow {text-shadow: 3px 3px 1px #955E59', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #955E59, 5px 5px 20px red">Text here.</p>
This text has shadow with #955E59 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#955E59, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#955E59, Direction=45, Strength=4)">Text</p>
This text has shadow with #955E59 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #955E59;
-webkit-box-shadow: 1px 1px 3px 2px #955E59;
box-shadow: 1px 1px 3px 2px #955E59;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #955E59; -webkit-box-shadow: 1px 1px 3px 2px #955E59; box-shadow:1px 1px 3px 2px #955E59;">
Div content here
</div>
This text has color #955E59 on black background.
This text has color #955E59 on white background.
This text has black color on #955E59 background.
This text has white color on #955E59 background.
Complementary color for #hex is #6AA1A6.