COLOR #95808D

HEX: #95808D
RGB: (149,128,141)

Color info

#95808D contains red, green and blue colors in about the same proportion. Web safe color of #95808D is #996699 (or #969).

RGB color model

#95808D color RGB value is (149,128,141).

  • red value is 149;
  • green value is 128;
  • blue value is 141.
RGB:
(149,128,141)
(58%,50%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 128 of 255 = 50%
B 141 of 255 = 55%

149
128
141

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

Portions of RGB colors in percentages

R + G + B =
149 + 128 + 141 = 418 (100%)
R 149 of 418 ~ 35.65%
G 128 of 418 ~ 30.62%
B 141 of 418 ~ 33.73%

%35.65
%30.62
%33.73

CMYK color model

#95808D color CMYK value is (0,14,5,42).

  • cyan value is 0.00%
  • magenta value is 14.09%
  • yellow value is 5.37%
  • key color value is 41.57%
CMYK:
(0,14,5,42)
C0M14Y5K42 
(0%,14%,5%,42%)
(0.00/0.14/0.05/0.42)	

CMYK percentages

%0
%14.09
%5.37
%41.57

Codes

Color #95808D in popluar color models

95808D
RGB149128141
HSL323°9.01%54.31%
HSB/HSV323°14.09%58.43%
CMYK0.00%14.09%5.37%
41.57%

Color #95808D in popluar number systems.

HEX95808D
Decimal149128141
Binary100101011000000010001101
Octal225200215

Shades and tints

Shades of #95808D

#95808D
(149,128,141)
#887581
(136,117,129)
#7B6A75
(123,106,117)
#6E5F69
(110,95,105)
#61545D
(97,84,93)
#544951
(84,73,81)
#473E45
(71,62,69)
#3A3339
(58,51,57)
#2D282D
(45,40,45)
#201D21
(32,29,33)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #95808D

#95808D
(149,128,141)
#9E8B97
(158,139,151)
#A796A1
(167,150,161)
#B0A1AB
(176,161,171)
#B9ACB5
(185,172,181)
#C2B7BF
(194,183,191)
#CBC2C9
(203,194,201)
#D4CDD3
(212,205,211)
#DDD8DD
(221,216,221)
#E6E3E7
(230,227,231)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95808D; }

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

This text font color is #95808D.


Background Color

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

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

This div background color is #95808D.


Border color

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

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

This div border color is #95808D.


Opacity

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

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

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

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

This text has shadow with #95808D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95808D on black background.


Color preview on white background

This text has color #95808D on white background.



Black color preview on #95808D background

This text has black color on #95808D background.


White color preview on #95808D background

This text has white color on #95808D background.