HEX: #959550
RGB: (149,149,80)
#959550 contains mainly red and green colors. Web safe color of #959550 is #999966 (or #996).
#959550 color RGB value is (149,149,80).
RGB: (149,149,80)
(58%, 58%, 31%)
R 149 of 255 = 58%
G 149 of 255 = 58%
B 80 of 255 = 31%
R + G + B ~ 49%. #959550 is middle color (not dark and not light).
R + G + B = 149 + 149 + 80 = 378 (100%)
R 149 of 378 ~ 39.42%
G 149 of 378 ~ 39.42%
B 80 of 378 ~ 21.16'%
#959550 color CMYK value is (0,0,46,42).
CMYK: (0,0,46,42) C0M0Y46K42 (0%,0%,46%,42%) (0.00/0.00/0.46/0.42)
Color #959550 in popluar color models
95 | 95 | 50 | |
---|---|---|---|
RGB | 149 | 149 | 80 |
HSL | 60° | 30.13% | 44.90% |
HSB/HSV | 60° | 46.31% | 58.43% |
CMYK | 0.00% | 0.00% | 46.31% |
41.57% |
Color #959550 in popluar number systems.
HEX | 95 | 95 | 50 |
Decimal | 149 | 149 | 80 |
Binary | 10010101 | 10010101 | 1010000 |
Octal | 225 | 225 | 120 |
Shades of #959550
Tints of #959550
Examples of css and html codes for elements with #959550 color. Also use rgb(149,149,80) instead hex code.
.myTextColor { color: #959550; }
<p style="color:#959550">This sample text font color is #959550.</p>
This text font color is #959550.
.myBgColor { background-color: #959550; }
<div style="background-color:#959550">Inner text</div>
This div background color is #959550.
.myBorderColor { border: 1px solid #959550; }
<div style="border:3px solid #959550">Div</div>
This div border color is #959550.
.myOpacity80 { color: #959550; opacity: 0.8; }
<p style="color:#959550;opacity:0.8;">80%</p>
Text with #959550 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #959550;}
<p style="text-shadow: 3px 3px 1px #959550">Text here.</p>
This text has shadow with #959550 color.
.textShadow {text-shadow: 3px 3px 1px #959550', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #959550, 5px 5px 20px red">Text here.</p>
This text has shadow with #959550 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#959550, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#959550, Direction=45, Strength=4)">Text</p>
This text has shadow with #959550 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #959550;
-webkit-box-shadow: 1px 1px 3px 2px #959550;
box-shadow: 1px 1px 3px 2px #959550;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #959550; -webkit-box-shadow: 1px 1px 3px 2px #959550; box-shadow:1px 1px 3px 2px #959550;">
Div content here
</div>
This text has color #959550 on black background.
This text has color #959550 on white background.
This text has black color on #959550 background.
This text has white color on #959550 background.