COLOR #959878

HEX: #959878
RGB: (149,152,120)

Color info

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

RGB color model

#959878 color RGB value is (149,152,120).

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

RGB channels and saturation

R 149 of 255 = 58%
G 152 of 255 = 60%
B 120 of 255 = 47%

149
152
120

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

Portions of RGB colors in percentages

R + G + B =
149 + 152 + 120 = 421 (100%)
R 149 of 421 ~ 35.39%
G 152 of 421 ~ 36.1%
B 120 of 421 ~ 28.5%

%35.39
%36.1
%28.5

CMYK color model

#959878 color CMYK value is (2,0,21,40).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 40.39%
CMYK:
(2,0,21,40)
C2M0Y21K40 
(2%,0%,21%,40%)
(0.02/0.00/0.21/0.40)	

CMYK percentages

%1.97
%0
%21.05
%40.39

Codes

Color #959878 in popluar color models

959878
RGB149152120
HSL66°13.45%53.33%
HSB/HSV66°21.05%59.61%
CMYK1.97%0.00%21.05%
40.39%

Color #959878 in popluar number systems.

HEX959878
Decimal149152120
Binary10010101100110001111000
Octal225230170

Shades and tints

Shades of #959878

#959878
(149,152,120)
#888B6E
(136,139,110)
#7B7E64
(123,126,100)
#6E715A
(110,113,90)
#616450
(97,100,80)
#545746
(84,87,70)
#474A3C
(71,74,60)
#3A3D32
(58,61,50)
#2D3028
(45,48,40)
#20231E
(32,35,30)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #959878

#959878
(149,152,120)
#9EA184
(158,161,132)
#A7AA90
(167,170,144)
#B0B39C
(176,179,156)
#B9BCA8
(185,188,168)
#C2C5B4
(194,197,180)
#CBCEC0
(203,206,192)
#D4D7CC
(212,215,204)
#DDE0D8
(221,224,216)
#E6E9E4
(230,233,228)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959878; }

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

This text font color is #959878.


Background Color

.myBgColor { background-color: #959878; }

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

This div background color is #959878.


Border color

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

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

This div border color is #959878.


Opacity

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

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

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

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

This text has shadow with #959878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959878 on black background.


Color preview on white background

This text has color #959878 on white background.



Black color preview on #959878 background

This text has black color on #959878 background.


White color preview on #959878 background

This text has white color on #959878 background.