COLOR #95959E

HEX: #95959E
RGB: (149,149,158)

Color info

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

RGB color model

#95959E color RGB value is (149,149,158).

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

RGB channels and saturation

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

149
149
158

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

Portions of RGB colors in percentages

R + G + B =
149 + 149 + 158 = 456 (100%)
R 149 of 456 ~ 32.68%
G 149 of 456 ~ 32.68%
B 158 of 456 ~ 34.65%

%32.68
%32.68
%34.65

CMYK color model

#95959E color CMYK value is (6,6,0,38).

  • cyan value is 5.70%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(6,6,0,38)
C6M6Y0K38 
(6%,6%,0%,38%)
(0.06/0.06/0.00/0.38)	

CMYK percentages

%5.7
%5.7
%0
%38.04

Codes

Color #95959E in popluar color models

95959E
RGB149149158
HSL240°4.43%60.20%
HSB/HSV240°5.70%61.96%
CMYK5.70%5.70%0.00%
38.04%

Color #95959E in popluar number systems.

HEX95959E
Decimal149149158
Binary100101011001010110011110
Octal225225236

Shades and tints

Shades of #95959E

#95959E
(149,149,158)
#888890
(136,136,144)
#7B7B82
(123,123,130)
#6E6E74
(110,110,116)
#616166
(97,97,102)
#545458
(84,84,88)
#47474A
(71,71,74)
#3A3A3C
(58,58,60)
#2D2D2E
(45,45,46)
#202020
(32,32,32)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #95959E

#95959E
(149,149,158)
#9E9EA6
(158,158,166)
#A7A7AE
(167,167,174)
#B0B0B6
(176,176,182)
#B9B9BE
(185,185,190)
#C2C2C6
(194,194,198)
#CBCBCE
(203,203,206)
#D4D4D6
(212,212,214)
#DDDDDE
(221,221,222)
#E6E6E6
(230,230,230)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95959E; }

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

This text font color is #95959E.


Background Color

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

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

This div background color is #95959E.


Border color

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

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

This div border color is #95959E.


Opacity

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

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

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

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

This text has shadow with #95959E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95959E on black background.


Color preview on white background

This text has color #95959E on white background.



Black color preview on #95959E background

This text has black color on #95959E background.


White color preview on #95959E background

This text has white color on #95959E background.