COLOR #95979F

HEX: #95979F
RGB: (149,151,159)

Color info

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

RGB color model

#95979F color RGB value is (149,151,159).

  • red value is 149;
  • green value is 151;
  • blue value is 159.
RGB:
(149,151,159)
(58%,59%,62%)

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 159 of 255 = 62%

149
151
159

R + G + B ~ 60%. #95979F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 159 = 459 (100%)
R 149 of 459 ~ 32.46%
G 151 of 459 ~ 32.9%
B 159 of 459 ~ 34.64%

%32.46
%32.9
%34.64

CMYK color model

#95979F color CMYK value is (6,5,0,38).

  • cyan value is 6.29%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(6,5,0,38)
C6M5Y0K38 
(6%,5%,0%,38%)
(0.06/0.05/0.00/0.38)	

CMYK percentages

%6.29
%5.03
%0
%37.65

Codes

Color #95979F in popluar color models

95979F
RGB149151159
HSL228°4.95%60.39%
HSB/HSV228°6.29%62.35%
CMYK6.29%5.03%0.00%
37.65%

Color #95979F in popluar number systems.

HEX95979F
Decimal149151159
Binary100101011001011110011111
Octal225227237

Shades and tints

Shades of #95979F

#95979F
(149,151,159)
#888A91
(136,138,145)
#7B7D83
(123,125,131)
#6E7075
(110,112,117)
#616367
(97,99,103)
#545659
(84,86,89)
#47494B
(71,73,75)
#3A3C3D
(58,60,61)
#2D2F2F
(45,47,47)
#202221
(32,34,33)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #95979F

#95979F
(149,151,159)
#9EA0A7
(158,160,167)
#A7A9AF
(167,169,175)
#B0B2B7
(176,178,183)
#B9BBBF
(185,187,191)
#C2C4C7
(194,196,199)
#CBCDCF
(203,205,207)
#D4D6D7
(212,214,215)
#DDDFDF
(221,223,223)
#E6E8E7
(230,232,231)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95979F color. Also use rgb(149,151,159) instead hex code.

Text Font Color

.myTextColor { color: #95979F; }

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

This text font color is #95979F.


Background Color

.myBgColor { background-color: #95979F; }

<div style="background-color:#95979F">Inner text</div>

This div background color is #95979F.


Border color

.myBorderColor { border: 1px solid #95979F; }

<div style="border:3px solid #95979F">Div</div>

This div border color is #95979F.


Opacity

.myOpacity80 { color: #95979F; opacity: 0.8; }

<p style="color:#95979F;opacity:0.8;">80%</p>

Text with #95979F 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 #95979F;}

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

This text has shadow with #95979F color.

.textShadow {text-shadow: 3px 3px 1px #95979F, 3px 3px 1px red;}

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

This text has shadow with #95979F primary color and red secondary color.


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

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

This text has shadow with #95979F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95979F on black background.


Color preview on white background

This text has color #95979F on white background.



Black color preview on #95979F background

This text has black color on #95979F background.


White color preview on #95979F background

This text has white color on #95979F background.