COLOR #959880

HEX: #959880
RGB: (149,152,128)

Color info

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

RGB color model

#959880 color RGB value is (149,152,128).

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

RGB channels and saturation

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

149
152
128

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

Portions of RGB colors in percentages

R + G + B =
149 + 152 + 128 = 429 (100%)
R 149 of 429 ~ 34.73%
G 152 of 429 ~ 35.43%
B 128 of 429 ~ 29.84%

%34.73
%35.43
%29.84

CMYK color model

#959880 color CMYK value is (2,0,16,40).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 40.39%
CMYK:
(2,0,16,40)
C2M0Y16K40 
(2%,0%,16%,40%)
(0.02/0.00/0.16/0.40)	

CMYK percentages

%1.97
%0
%15.79
%40.39

Codes

Color #959880 in popluar color models

959880
RGB149152128
HSL68°10.43%54.90%
HSB/HSV68°15.79%59.61%
CMYK1.97%0.00%15.79%
40.39%

Color #959880 in popluar number systems.

HEX959880
Decimal149152128
Binary100101011001100010000000
Octal225230200

Shades and tints

Shades of #959880

#959880
(149,152,128)
#888B75
(136,139,117)
#7B7E6A
(123,126,106)
#6E715F
(110,113,95)
#616454
(97,100,84)
#545749
(84,87,73)
#474A3E
(71,74,62)
#3A3D33
(58,61,51)
#2D3028
(45,48,40)
#20231D
(32,35,29)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #959880

#959880
(149,152,128)
#9EA18B
(158,161,139)
#A7AA96
(167,170,150)
#B0B3A1
(176,179,161)
#B9BCAC
(185,188,172)
#C2C5B7
(194,197,183)
#CBCEC2
(203,206,194)
#D4D7CD
(212,215,205)
#DDE0D8
(221,224,216)
#E6E9E3
(230,233,227)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959880; }

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

This text font color is #959880.


Background Color

.myBgColor { background-color: #959880; }

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

This div background color is #959880.


Border color

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

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

This div border color is #959880.


Opacity

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

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

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

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

This text has shadow with #959880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959880 on black background.


Color preview on white background

This text has color #959880 on white background.



Black color preview on #959880 background

This text has black color on #959880 background.


White color preview on #959880 background

This text has white color on #959880 background.