COLOR #959A81

HEX: #959A81
RGB: (149,154,129)

Color info

#959A81 contains red, green and blue colors in about the same proportion. Web safe color of #959A81 is #999999 (or #999).

RGB color model

#959A81 color RGB value is (149,154,129).

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

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 129 of 255 = 51%

149
154
129

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

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 129 = 432 (100%)
R 149 of 432 ~ 34.49%
G 154 of 432 ~ 35.65%
B 129 of 432 ~ 29.86%

%34.49
%35.65
%29.86

CMYK color model

#959A81 color CMYK value is (3,0,16,40).

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 39.61%
CMYK:
(3,0,16,40)
C3M0Y16K40 
(3%,0%,16%,40%)
(0.03/0.00/0.16/0.40)	

CMYK percentages

%3.25
%0
%16.23
%39.61

Codes

Color #959A81 in popluar color models

959A81
RGB149154129
HSL72°11.01%55.49%
HSB/HSV72°16.23%60.39%
CMYK3.25%0.00%16.23%
39.61%

Color #959A81 in popluar number systems.

HEX959A81
Decimal149154129
Binary100101011001101010000001
Octal225232201

Shades and tints

Shades of #959A81

#959A81
(149,154,129)
#888C76
(136,140,118)
#7B7E6B
(123,126,107)
#6E7060
(110,112,96)
#616255
(97,98,85)
#54544A
(84,84,74)
#47463F
(71,70,63)
#3A3834
(58,56,52)
#2D2A29
(45,42,41)
#201C1E
(32,28,30)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #959A81

#959A81
(149,154,129)
#9EA38C
(158,163,140)
#A7AC97
(167,172,151)
#B0B5A2
(176,181,162)
#B9BEAD
(185,190,173)
#C2C7B8
(194,199,184)
#CBD0C3
(203,208,195)
#D4D9CE
(212,217,206)
#DDE2D9
(221,226,217)
#E6EBE4
(230,235,228)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959A81; }

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

This text font color is #959A81.


Background Color

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

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

This div background color is #959A81.


Border color

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

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

This div border color is #959A81.


Opacity

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

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

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

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

This text has shadow with #959A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959A81 on black background.


Color preview on white background

This text has color #959A81 on white background.



Black color preview on #959A81 background

This text has black color on #959A81 background.


White color preview on #959A81 background

This text has white color on #959A81 background.