COLOR #959D72

HEX: #959D72
RGB: (149,157,114)

Color info

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

RGB color model

#959D72 color RGB value is (149,157,114).

  • red value is 149;
  • green value is 157;
  • blue value is 114.
RGB:
(149,157,114)
(58%,62%,45%)

RGB channels and saturation

R 149 of 255 = 58%
G 157 of 255 = 62%
B 114 of 255 = 45%

149
157
114

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

Portions of RGB colors in percentages

R + G + B =
149 + 157 + 114 = 420 (100%)
R 149 of 420 ~ 35.48%
G 157 of 420 ~ 37.38%
B 114 of 420 ~ 27.14%

%35.48
%37.38
%27.14

CMYK color model

#959D72 color CMYK value is (5,0,27,38).

  • cyan value is 5.10%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • key color value is 38.43%
CMYK:
(5,0,27,38)
C5M0Y27K38 
(5%,0%,27%,38%)
(0.05/0.00/0.27/0.38)	

CMYK percentages

%5.1
%0
%27.39
%38.43

Codes

Color #959D72 in popluar color models

959D72
RGB149157114
HSL71°17.99%53.14%
HSB/HSV71°27.39%61.57%
CMYK5.10%0.00%27.39%
38.43%

Color #959D72 in popluar number systems.

HEX959D72
Decimal149157114
Binary10010101100111011110010
Octal225235162

Shades and tints

Shades of #959D72

#959D72
(149,157,114)
#888F68
(136,143,104)
#7B815E
(123,129,94)
#6E7354
(110,115,84)
#61654A
(97,101,74)
#545740
(84,87,64)
#474936
(71,73,54)
#3A3B2C
(58,59,44)
#2D2D22
(45,45,34)
#201F18
(32,31,24)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #959D72

#959D72
(149,157,114)
#9EA57E
(158,165,126)
#A7AD8A
(167,173,138)
#B0B596
(176,181,150)
#B9BDA2
(185,189,162)
#C2C5AE
(194,197,174)
#CBCDBA
(203,205,186)
#D4D5C6
(212,213,198)
#DDDDD2
(221,221,210)
#E6E5DE
(230,229,222)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959D72 color. Also use rgb(149,157,114) instead hex code.

Text Font Color

.myTextColor { color: #959D72; }

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

This text font color is #959D72.


Background Color

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

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

This div background color is #959D72.


Border color

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

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

This div border color is #959D72.


Opacity

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

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

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

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

This text has shadow with #959D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959D72 on black background.


Color preview on white background

This text has color #959D72 on white background.



Black color preview on #959D72 background

This text has black color on #959D72 background.


White color preview on #959D72 background

This text has white color on #959D72 background.