COLOR #959A8B

HEX: #959A8B
RGB: (149,154,139)

Color info

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

RGB color model

#959A8B color RGB value is (149,154,139).

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

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 139 of 255 = 55%

149
154
139

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

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 139 = 442 (100%)
R 149 of 442 ~ 33.71%
G 154 of 442 ~ 34.84%
B 139 of 442 ~ 31.45%

%33.71
%34.84
%31.45

CMYK color model

#959A8B color CMYK value is (3,0,10,40).

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 9.74%
  • key color value is 39.61%
CMYK: (3,0,10,40) C3M0Y10K40 (3%,0%,10%,40%) (0.03/0.00/0.10/0.40)

CMYK percentages

%3.25
%0
%9.74
%39.61

Codes

Color #959A8B in popluar color models

959A8B
RGB149154139
HSL80°6.91%57.45%
HSB/HSV80°9.74%60.39%
CMYK3.25%0.00%9.74%
39.61%

Color #959A8B in popluar number systems.

HEX959A8B
Decimal149154139
Binary100101011001101010001011
Octal225232213

Shades and tints

Shades of #959A8B

#959A8B
(149,154,139)
#888C7F
(136,140,127)
#7B7E73
(123,126,115)
#6E7067
(110,112,103)
#61625B
(97,98,91)
#54544F
(84,84,79)
#474643
(71,70,67)
#3A3837
(58,56,55)
#2D2A2B
(45,42,43)
#201C1F
(32,28,31)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #959A8B

#959A8B
(149,154,139)
#9EA395
(158,163,149)
#A7AC9F
(167,172,159)
#B0B5A9
(176,181,169)
#B9BEB3
(185,190,179)
#C2C7BD
(194,199,189)
#CBD0C7
(203,208,199)
#D4D9D1
(212,217,209)
#DDE2DB
(221,226,219)
#E6EBE5
(230,235,229)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959A8B; }

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

This text font color is #959A8B.


Background Color

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

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

This div background color is #959A8B.


Border color

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

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

This div border color is #959A8B.


Opacity

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

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

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

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

This text has shadow with #959A8B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #959A8B on black background.


Color preview on white background

This text has color #959A8B on white background.



Black color preview on #959A8B background

This text has black color on #959A8B background.


White color preview on #959A8B background

This text has white color on #959A8B background.