COLOR #95959D

HEX: #95959D
RGB: (149,149,157)

Color info

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

RGB color model

#95959D color RGB value is (149,149,157).

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

RGB channels and saturation

R 149 of 255 = 58%
G 149 of 255 = 58%
B 157 of 255 = 62%

149
149
157

R + G + B ~ 59%. #95959D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 149 + 157 = 455 (100%)
R 149 of 455 ~ 32.75%
G 149 of 455 ~ 32.75%
B 157 of 455 ~ 34.51%

%32.75
%32.75
%34.51

CMYK color model

#95959D color CMYK value is (5,5,0,38).

  • cyan value is 5.10%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(5,5,0,38)
C5M5Y0K38 
(5%,5%,0%,38%)
(0.05/0.05/0.00/0.38)	

CMYK percentages

%5.1
%5.1
%0
%38.43

Codes

Color #95959D in popluar color models

95959D
RGB149149157
HSL240°3.92%60.00%
HSB/HSV240°5.10%61.57%
CMYK5.10%5.10%0.00%
38.43%

Color #95959D in popluar number systems.

HEX95959D
Decimal149149157
Binary100101011001010110011101
Octal225225235

Shades and tints

Shades of #95959D

#95959D
(149,149,157)
#88888F
(136,136,143)
#7B7B81
(123,123,129)
#6E6E73
(110,110,115)
#616165
(97,97,101)
#545457
(84,84,87)
#474749
(71,71,73)
#3A3A3B
(58,58,59)
#2D2D2D
(45,45,45)
#20201F
(32,32,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #95959D

#95959D
(149,149,157)
#9E9EA5
(158,158,165)
#A7A7AD
(167,167,173)
#B0B0B5
(176,176,181)
#B9B9BD
(185,185,189)
#C2C2C5
(194,194,197)
#CBCBCD
(203,203,205)
#D4D4D5
(212,212,213)
#DDDDDD
(221,221,221)
#E6E6E5
(230,230,229)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95959D color. Also use rgb(149,149,157) instead hex code.

Text Font Color

.myTextColor { color: #95959D; }

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

This text font color is #95959D.


Background Color

.myBgColor { background-color: #95959D; }

<div style="background-color:#95959D">Inner text</div>

This div background color is #95959D.


Border color

.myBorderColor { border: 1px solid #95959D; }

<div style="border:3px solid #95959D">Div</div>

This div border color is #95959D.


Opacity

.myOpacity80 { color: #95959D; opacity: 0.8; }

<p style="color:#95959D;opacity:0.8;">80%</p>

Text with #95959D 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 #95959D;}

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

This text has shadow with #95959D color.

.textShadow {text-shadow: 3px 3px 1px #95959D, 3px 3px 1px red;}

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

This text has shadow with #95959D primary color and red secondary color.


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

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

This text has shadow with #95959D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95959D on black background.


Color preview on white background

This text has color #95959D on white background.



Black color preview on #95959D background

This text has black color on #95959D background.


White color preview on #95959D background

This text has white color on #95959D background.