COLOR #959550

HEX: #959550 RGB: (149,149,80)

Color info

#959550 contains mainly red and green colors. Web safe color of #959550 is #999966 (or #996).

RGB color model

#959550 color RGB value is (149,149,80).

RGB: (149,149,80) (58%, 58%, 31%)

RGB channels and saturation

R 149 of 255 = 58%
G 149 of 255 = 58%
B 80 of 255 = 31%

149
149
80

R + G + B ~ 49%. #959550 is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%39.42
%39.42
%21.16

CMYK color model

#959550 color CMYK value is (0,0,46,42).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 46.31%
  • key color value is 41.57%
CMYK: (0,0,46,42) C0M0Y46K42 (0%,0%,46%,42%) (0.00/0.00/0.46/0.42) 

CMYK percentages

%0
%0
%46.31
%41.57

Codes

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 and tints

Shades of #959550

#959550
(149,149,80)
#888849
(136,136,73)
#7B7B42
(123,123,66)
#6E6E3B
(110,110,59)
#616134
(97,97,52)
#54542D
(84,84,45)
#474726
(71,71,38)
#3A3A1F
(58,58,31)
#2D2D18
(45,45,24)
#202011
(32,32,17)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #959550

#959550
(149,149,80)
#9E9E5F
(158,158,95)
#A7A76E
(167,167,110)
#B0B07D
(176,176,125)
#B9B98C
(185,185,140)
#C2C29B
(194,194,155)
#CBCBAA
(203,203,170)
#D4D4B9
(212,212,185)
#DDDDC8
(221,221,200)
#E6E6D7
(230,230,215)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959550 color. Also use rgb(149,149,80) instead hex code.

Text Font Color

.myTextColor { color: #959550; }

<p style="color:#959550">This sample text font color is #959550.</p>

This text font color is #959550.

Background Color

.myBgColor { background-color: #959550; }

<div style="background-color:#959550">Inner text</div>

This div background color is #959550.

Border color

.myBorderColor { border: 1px solid #959550; }

<div style="border:3px solid #959550">Div</div>

This div border color is #959550.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #959550.

Preview

Color preview on black background

This text has color #959550 on black background.


Color preview on white background

This text has color #959550 on white background.


Black color preview on #959550 background

This text has black color on #959550 background.


White color preview on #959550 background

This text has white color on #959550 background.


Related colors

Complementary color

Complementary color for #hex is #6A6AAF.


I love getcolorcode.com