COLOR #959E70

HEX: #959E70
RGB: (149,158,112)

Color info

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

RGB color model

#959E70 color RGB value is (149,158,112).

  • red value is 149;
  • green value is 158;
  • blue value is 112.
RGB:
(149,158,112)
(58%,62%,44%)

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 112 of 255 = 44%

149
158
112

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

Portions of RGB colors in percentages

R + G + B =
149 + 158 + 112 = 419 (100%)
R 149 of 419 ~ 35.56%
G 158 of 419 ~ 37.71%
B 112 of 419 ~ 26.73%

%35.56
%37.71
%26.73

CMYK color model

#959E70 color CMYK value is (6,0,29,38).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 29.11%
  • key color value is 38.04%
CMYK:
(6,0,29,38)
C6M0Y29K38 
(6%,0%,29%,38%)
(0.06/0.00/0.29/0.38)	

CMYK percentages

%5.7
%0
%29.11
%38.04

Codes

Color #959E70 in popluar color models

959E70
RGB149158112
HSL72°19.17%52.94%
HSB/HSV72°29.11%61.96%
CMYK5.70%0.00%29.11%
38.04%

Color #959E70 in popluar number systems.

HEX959E70
Decimal149158112
Binary10010101100111101110000
Octal225236160

Shades and tints

Shades of #959E70

#959E70
(149,158,112)
#889066
(136,144,102)
#7B825C
(123,130,92)
#6E7452
(110,116,82)
#616648
(97,102,72)
#54583E
(84,88,62)
#474A34
(71,74,52)
#3A3C2A
(58,60,42)
#2D2E20
(45,46,32)
#202016
(32,32,22)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #959E70

#959E70
(149,158,112)
#9EA67D
(158,166,125)
#A7AE8A
(167,174,138)
#B0B697
(176,182,151)
#B9BEA4
(185,190,164)
#C2C6B1
(194,198,177)
#CBCEBE
(203,206,190)
#D4D6CB
(212,214,203)
#DDDED8
(221,222,216)
#E6E6E5
(230,230,229)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959E70 color. Also use rgb(149,158,112) instead hex code.

Text Font Color

.myTextColor { color: #959E70; }

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

This text font color is #959E70.


Background Color

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

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

This div background color is #959E70.


Border color

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

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

This div border color is #959E70.


Opacity

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

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

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

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

This text has shadow with #959E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959E70 on black background.


Color preview on white background

This text has color #959E70 on white background.



Black color preview on #959E70 background

This text has black color on #959E70 background.


White color preview on #959E70 background

This text has white color on #959E70 background.