COLOR #959A80

HEX: #959A80
RGB: (149,154,128)

Color info

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

RGB color model

#959A80 color RGB value is (149,154,128).

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

RGB channels and saturation

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

149
154
128

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

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 128 = 431 (100%)
R 149 of 431 ~ 34.57%
G 154 of 431 ~ 35.73%
B 128 of 431 ~ 29.7%

%34.57
%35.73
%29.7

CMYK color model

#959A80 color CMYK value is (3,0,17,40).

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 39.61%
CMYK:
(3,0,17,40)
C3M0Y17K40 
(3%,0%,17%,40%)
(0.03/0.00/0.17/0.40)	

CMYK percentages

%3.25
%0
%16.88
%39.61

Codes

Color #959A80 in popluar color models

959A80
RGB149154128
HSL72°11.40%55.29%
HSB/HSV72°16.88%60.39%
CMYK3.25%0.00%16.88%
39.61%

Color #959A80 in popluar number systems.

HEX959A80
Decimal149154128
Binary100101011001101010000000
Octal225232200

Shades and tints

Shades of #959A80

#959A80
(149,154,128)
#888C75
(136,140,117)
#7B7E6A
(123,126,106)
#6E705F
(110,112,95)
#616254
(97,98,84)
#545449
(84,84,73)
#47463E
(71,70,62)
#3A3833
(58,56,51)
#2D2A28
(45,42,40)
#201C1D
(32,28,29)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #959A80

#959A80
(149,154,128)
#9EA38B
(158,163,139)
#A7AC96
(167,172,150)
#B0B5A1
(176,181,161)
#B9BEAC
(185,190,172)
#C2C7B7
(194,199,183)
#CBD0C2
(203,208,194)
#D4D9CD
(212,217,205)
#DDE2D8
(221,226,216)
#E6EBE3
(230,235,227)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959A80; }

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

This text font color is #959A80.


Background Color

.myBgColor { background-color: #959A80; }

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

This div background color is #959A80.


Border color

.myBorderColor { border: 1px solid #959A80; }

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

This div border color is #959A80.


Opacity

.myOpacity80 { color: #959A80; opacity: 0.8; }

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

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

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

This text has shadow with #959A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959A80 on black background.


Color preview on white background

This text has color #959A80 on white background.



Black color preview on #959A80 background

This text has black color on #959A80 background.


White color preview on #959A80 background

This text has white color on #959A80 background.