COLOR #959C7F

HEX: #959C7F
RGB: (149,156,127)

Color info

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

RGB color model

#959C7F color RGB value is (149,156,127).

  • red value is 149;
  • green value is 156;
  • blue value is 127.
RGB:
(149,156,127)
(58%,61%,50%)

RGB channels and saturation

R 149 of 255 = 58%
G 156 of 255 = 61%
B 127 of 255 = 50%

149
156
127

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

Portions of RGB colors in percentages

R + G + B =
149 + 156 + 127 = 432 (100%)
R 149 of 432 ~ 34.49%
G 156 of 432 ~ 36.11%
B 127 of 432 ~ 29.4%

%34.49
%36.11
%29.4

CMYK color model

#959C7F color CMYK value is (4,0,19,39).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(4,0,19,39)
C4M0Y19K39 
(4%,0%,19%,39%)
(0.04/0.00/0.19/0.39)	

CMYK percentages

%4.49
%0
%18.59
%38.82

Codes

Color #959C7F in popluar color models

959C7F
RGB149156127
HSL74°12.78%55.49%
HSB/HSV74°18.59%61.18%
CMYK4.49%0.00%18.59%
38.82%

Color #959C7F in popluar number systems.

HEX959C7F
Decimal149156127
Binary10010101100111001111111
Octal225234177

Shades and tints

Shades of #959C7F

#959C7F
(149,156,127)
#888E74
(136,142,116)
#7B8069
(123,128,105)
#6E725E
(110,114,94)
#616453
(97,100,83)
#545648
(84,86,72)
#47483D
(71,72,61)
#3A3A32
(58,58,50)
#2D2C27
(45,44,39)
#201E1C
(32,30,28)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #959C7F

#959C7F
(149,156,127)
#9EA58A
(158,165,138)
#A7AE95
(167,174,149)
#B0B7A0
(176,183,160)
#B9C0AB
(185,192,171)
#C2C9B6
(194,201,182)
#CBD2C1
(203,210,193)
#D4DBCC
(212,219,204)
#DDE4D7
(221,228,215)
#E6EDE2
(230,237,226)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959C7F color. Also use rgb(149,156,127) instead hex code.

Text Font Color

.myTextColor { color: #959C7F; }

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

This text font color is #959C7F.


Background Color

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

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

This div background color is #959C7F.


Border color

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

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

This div border color is #959C7F.


Opacity

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

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

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

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

This text has shadow with #959C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959C7F on black background.


Color preview on white background

This text has color #959C7F on white background.



Black color preview on #959C7F background

This text has black color on #959C7F background.


White color preview on #959C7F background

This text has white color on #959C7F background.