COLOR #959A76

HEX: #959A76
RGB: (149,154,118)

Color info

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

RGB color model

#959A76 color RGB value is (149,154,118).

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

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 118 of 255 = 46%

149
154
118

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

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 118 = 421 (100%)
R 149 of 421 ~ 35.39%
G 154 of 421 ~ 36.58%
B 118 of 421 ~ 28.03%

%35.39
%36.58
%28.03

CMYK color model

#959A76 color CMYK value is (3,0,23,40).

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 39.61%
CMYK:
(3,0,23,40)
C3M0Y23K40 
(3%,0%,23%,40%)
(0.03/0.00/0.23/0.40)	

CMYK percentages

%3.25
%0
%23.38
%39.61

Codes

Color #959A76 in popluar color models

959A76
RGB149154118
HSL68°15.13%53.33%
HSB/HSV68°23.38%60.39%
CMYK3.25%0.00%23.38%
39.61%

Color #959A76 in popluar number systems.

HEX959A76
Decimal149154118
Binary10010101100110101110110
Octal225232166

Shades and tints

Shades of #959A76

#959A76
(149,154,118)
#888C6C
(136,140,108)
#7B7E62
(123,126,98)
#6E7058
(110,112,88)
#61624E
(97,98,78)
#545444
(84,84,68)
#47463A
(71,70,58)
#3A3830
(58,56,48)
#2D2A26
(45,42,38)
#201C1C
(32,28,28)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #959A76

#959A76
(149,154,118)
#9EA382
(158,163,130)
#A7AC8E
(167,172,142)
#B0B59A
(176,181,154)
#B9BEA6
(185,190,166)
#C2C7B2
(194,199,178)
#CBD0BE
(203,208,190)
#D4D9CA
(212,217,202)
#DDE2D6
(221,226,214)
#E6EBE2
(230,235,226)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959A76; }

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

This text font color is #959A76.


Background Color

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

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

This div background color is #959A76.


Border color

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

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

This div border color is #959A76.


Opacity

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

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

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

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

This text has shadow with #959A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959A76 on black background.


Color preview on white background

This text has color #959A76 on white background.



Black color preview on #959A76 background

This text has black color on #959A76 background.


White color preview on #959A76 background

This text has white color on #959A76 background.