COLOR #95808A

HEX: #95808A
RGB: (149,128,138)

Color info

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

RGB color model

#95808A color RGB value is (149,128,138).

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

RGB channels and saturation

R 149 of 255 = 58%
G 128 of 255 = 50%
B 138 of 255 = 54%

149
128
138

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

Portions of RGB colors in percentages

R + G + B =
149 + 128 + 138 = 415 (100%)
R 149 of 415 ~ 35.9%
G 128 of 415 ~ 30.84%
B 138 of 415 ~ 33.25%

%35.9
%30.84
%33.25

CMYK color model

#95808A color CMYK value is (0,14,7,42).

  • cyan value is 0.00%
  • magenta value is 14.09%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(0,14,7,42)
C0M14Y7K42 
(0%,14%,7%,42%)
(0.00/0.14/0.07/0.42)	

CMYK percentages

%0
%14.09
%7.38
%41.57

Codes

Color #95808A in popluar color models

95808A
RGB149128138
HSL331°9.01%54.31%
HSB/HSV331°14.09%58.43%
CMYK0.00%14.09%7.38%
41.57%

Color #95808A in popluar number systems.

HEX95808A
Decimal149128138
Binary100101011000000010001010
Octal225200212

Shades and tints

Shades of #95808A

#95808A
(149,128,138)
#88757E
(136,117,126)
#7B6A72
(123,106,114)
#6E5F66
(110,95,102)
#61545A
(97,84,90)
#54494E
(84,73,78)
#473E42
(71,62,66)
#3A3336
(58,51,54)
#2D282A
(45,40,42)
#201D1E
(32,29,30)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #95808A

#95808A
(149,128,138)
#9E8B94
(158,139,148)
#A7969E
(167,150,158)
#B0A1A8
(176,161,168)
#B9ACB2
(185,172,178)
#C2B7BC
(194,183,188)
#CBC2C6
(203,194,198)
#D4CDD0
(212,205,208)
#DDD8DA
(221,216,218)
#E6E3E4
(230,227,228)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95808A; }

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

This text font color is #95808A.


Background Color

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

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

This div background color is #95808A.


Border color

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

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

This div border color is #95808A.


Opacity

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

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

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

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

This text has shadow with #95808A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95808A on black background.


Color preview on white background

This text has color #95808A on white background.



Black color preview on #95808A background

This text has black color on #95808A background.


White color preview on #95808A background

This text has white color on #95808A background.