COLOR #959580

HEX: #959580
RGB: (149,149,128)

Color info

#959580 contains red, green and blue colors in about the same proportion. Web safe color of #959580 is #999966 (or #996).

RGB color model

#959580 color RGB value is (149,149,128).

  • red value is 149;
  • green value is 149;
  • blue value is 128.
RGB:
(149,149,128)
(58%,58%,50%)

RGB channels and saturation

R 149 of 255 = 58%
G 149 of 255 = 58%
B 128 of 255 = 50%

149
149
128

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

Portions of RGB colors in percentages

R + G + B =
149 + 149 + 128 = 426 (100%)
R 149 of 426 ~ 34.98%
G 149 of 426 ~ 34.98%
B 128 of 426 ~ 30.05%

%34.98
%34.98
%30.05

CMYK color model

#959580 color CMYK value is (0,0,14,42).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 14.09%
  • key color value is 41.57%
CMYK:
(0,0,14,42)
C0M0Y14K42 
(0%,0%,14%,42%)
(0.00/0.00/0.14/0.42)	

CMYK percentages

%0
%0
%14.09
%41.57

Codes

Color #959580 in popluar color models

959580
RGB149149128
HSL60°9.01%54.31%
HSB/HSV60°14.09%58.43%
CMYK0.00%0.00%14.09%
41.57%

Color #959580 in popluar number systems.

HEX959580
Decimal149149128
Binary100101011001010110000000
Octal225225200

Shades and tints

Shades of #959580

#959580
(149,149,128)
#888875
(136,136,117)
#7B7B6A
(123,123,106)
#6E6E5F
(110,110,95)
#616154
(97,97,84)
#545449
(84,84,73)
#47473E
(71,71,62)
#3A3A33
(58,58,51)
#2D2D28
(45,45,40)
#20201D
(32,32,29)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #959580

#959580
(149,149,128)
#9E9E8B
(158,158,139)
#A7A796
(167,167,150)
#B0B0A1
(176,176,161)
#B9B9AC
(185,185,172)
#C2C2B7
(194,194,183)
#CBCBC2
(203,203,194)
#D4D4CD
(212,212,205)
#DDDDD8
(221,221,216)
#E6E6E3
(230,230,227)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959580; }

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

This text font color is #959580.


Background Color

.myBgColor { background-color: #959580; }

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

This div background color is #959580.


Border color

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

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

This div border color is #959580.


Opacity

.myOpacity80 { color: #959580; opacity: 0.8; }

<p style="color:#959580;opacity:0.8;">80%</p>

Text with #959580 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 #959580;}

<p style="text-shadow: 3px 3px 1px #959580">Text here.</p>

This text has shadow with #959580 color.

.textShadow {text-shadow: 3px 3px 1px #959580, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #959580, 5px 5px 20px red">Text here.</p>

This text has shadow with #959580 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#959580, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#959580, Direction=45, Strength=4)">Text</p>

This text has shadow with #959580 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #959580;
  -webkit-box-shadow:	1px 1px 3px 2px #959580;
  box-shadow:		1px 1px 3px 2px #959580;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #959580;
-webkit-box-shadow: 1px 1px 3px 2px #959580;
box-shadow:1px 1px 3px 2px #959580;">
Div content here</div>
This div box has shadow with color #959580.

Preview

Color preview on black background

This text has color #959580 on black background.


Color preview on white background

This text has color #959580 on white background.



Black color preview on #959580 background

This text has black color on #959580 background.


White color preview on #959580 background

This text has white color on #959580 background.