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