COLOR #959C8D

HEX: #959C8D
RGB: (149,156,141)

Color info

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

RGB color model

#959C8D color RGB value is (149,156,141).

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

RGB channels and saturation

R 149 of 255 = 58%
G 156 of 255 = 61%
B 141 of 255 = 55%

149
156
141

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

Portions of RGB colors in percentages

R + G + B =
149 + 156 + 141 = 446 (100%)
R 149 of 446 ~ 33.41%
G 156 of 446 ~ 34.98%
B 141 of 446 ~ 31.61%

%33.41
%34.98
%31.61

CMYK color model

#959C8D color CMYK value is (4,0,10,39).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 38.82%
CMYK:
(4,0,10,39)
C4M0Y10K39 
(4%,0%,10%,39%)
(0.04/0.00/0.10/0.39)	

CMYK percentages

%4.49
%0
%9.62
%38.82

Codes

Color #959C8D in popluar color models

959C8D
RGB149156141
HSL88°7.04%58.24%
HSB/HSV88°9.62%61.18%
CMYK4.49%0.00%9.62%
38.82%

Color #959C8D in popluar number systems.

HEX959C8D
Decimal149156141
Binary100101011001110010001101
Octal225234215

Shades and tints

Shades of #959C8D

#959C8D
(149,156,141)
#888E81
(136,142,129)
#7B8075
(123,128,117)
#6E7269
(110,114,105)
#61645D
(97,100,93)
#545651
(84,86,81)
#474845
(71,72,69)
#3A3A39
(58,58,57)
#2D2C2D
(45,44,45)
#201E21
(32,30,33)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #959C8D

#959C8D
(149,156,141)
#9EA597
(158,165,151)
#A7AEA1
(167,174,161)
#B0B7AB
(176,183,171)
#B9C0B5
(185,192,181)
#C2C9BF
(194,201,191)
#CBD2C9
(203,210,201)
#D4DBD3
(212,219,211)
#DDE4DD
(221,228,221)
#E6EDE7
(230,237,231)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959C8D; }

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

This text font color is #959C8D.


Background Color

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

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

This div background color is #959C8D.


Border color

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

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

This div border color is #959C8D.


Opacity

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

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

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

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

This text has shadow with #959C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959C8D on black background.


Color preview on white background

This text has color #959C8D on white background.



Black color preview on #959C8D background

This text has black color on #959C8D background.


White color preview on #959C8D background

This text has white color on #959C8D background.