COLOR #95909B

HEX: #95909B
RGB: (149,144,155)

Color info

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

RGB color model

#95909B color RGB value is (149,144,155).

  • red value is 149;
  • green value is 144;
  • blue value is 155.
RGB:
(149,144,155)
(58%,56%,61%)

RGB channels and saturation

R 149 of 255 = 58%
G 144 of 255 = 56%
B 155 of 255 = 61%

149
144
155

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

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 155 = 448 (100%)
R 149 of 448 ~ 33.26%
G 144 of 448 ~ 32.14%
B 155 of 448 ~ 34.6%

%33.26
%32.14
%34.6

CMYK color model

#95909B color CMYK value is (4,7,0,39).

  • cyan value is 3.87%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(4,7,0,39)
C4M7Y0K39 
(4%,7%,0%,39%)
(0.04/0.07/0.00/0.39)	

CMYK percentages

%3.87
%7.1
%0
%39.22

Codes

Color #95909B in popluar color models

95909B
RGB149144155
HSL267°5.21%58.63%
HSB/HSV267°7.10%60.78%
CMYK3.87%7.10%0.00%
39.22%

Color #95909B in popluar number systems.

HEX95909B
Decimal149144155
Binary100101011001000010011011
Octal225220233

Shades and tints

Shades of #95909B

#95909B
(149,144,155)
#88838D
(136,131,141)
#7B767F
(123,118,127)
#6E6971
(110,105,113)
#615C63
(97,92,99)
#544F55
(84,79,85)
#474247
(71,66,71)
#3A3539
(58,53,57)
#2D282B
(45,40,43)
#201B1D
(32,27,29)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #95909B

#95909B
(149,144,155)
#9E9AA4
(158,154,164)
#A7A4AD
(167,164,173)
#B0AEB6
(176,174,182)
#B9B8BF
(185,184,191)
#C2C2C8
(194,194,200)
#CBCCD1
(203,204,209)
#D4D6DA
(212,214,218)
#DDE0E3
(221,224,227)
#E6EAEC
(230,234,236)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95909B color. Also use rgb(149,144,155) instead hex code.

Text Font Color

.myTextColor { color: #95909B; }

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

This text font color is #95909B.


Background Color

.myBgColor { background-color: #95909B; }

<div style="background-color:#95909B">Inner text</div>

This div background color is #95909B.


Border color

.myBorderColor { border: 1px solid #95909B; }

<div style="border:3px solid #95909B">Div</div>

This div border color is #95909B.


Opacity

.myOpacity80 { color: #95909B; opacity: 0.8; }

<p style="color:#95909B;opacity:0.8;">80%</p>

Text with #95909B 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 #95909B;}

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

This text has shadow with #95909B color.

.textShadow {text-shadow: 3px 3px 1px #95909B, 3px 3px 1px red;}

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

This text has shadow with #95909B primary color and red secondary color.


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

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

This text has shadow with #95909B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95909B on black background.


Color preview on white background

This text has color #95909B on white background.



Black color preview on #95909B background

This text has black color on #95909B background.


White color preview on #95909B background

This text has white color on #95909B background.