COLOR #95819D

HEX: #95819D
RGB: (149,129,157)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
129
157

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

Portions of RGB colors in percentages

R + G + B =
149 + 129 + 157 = 435 (100%)
R 149 of 435 ~ 34.25%
G 129 of 435 ~ 29.66%
B 157 of 435 ~ 36.09%

%34.25
%29.66
%36.09

CMYK color model

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

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

CMYK percentages

%5.1
%17.83
%0
%38.43

Codes

Color #95819D in popluar color models

95819D
RGB149129157
HSL283°12.50%56.08%
HSB/HSV283°17.83%61.57%
CMYK5.10%17.83%0.00%
38.43%

Color #95819D in popluar number systems.

HEX95819D
Decimal149129157
Binary100101011000000110011101
Octal225201235

Shades and tints

Shades of #95819D

#95819D
(149,129,157)
#88768F
(136,118,143)
#7B6B81
(123,107,129)
#6E6073
(110,96,115)
#615565
(97,85,101)
#544A57
(84,74,87)
#473F49
(71,63,73)
#3A343B
(58,52,59)
#2D292D
(45,41,45)
#201E1F
(32,30,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #95819D

#95819D
(149,129,157)
#9E8CA5
(158,140,165)
#A797AD
(167,151,173)
#B0A2B5
(176,162,181)
#B9ADBD
(185,173,189)
#C2B8C5
(194,184,197)
#CBC3CD
(203,195,205)
#D4CED5
(212,206,213)
#DDD9DD
(221,217,221)
#E6E4E5
(230,228,229)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95819D; }

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

This text font color is #95819D.


Background Color

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

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

This div background color is #95819D.


Border color

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

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

This div border color is #95819D.


Opacity

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

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

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

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

This text has shadow with #95819D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95819D on black background.


Color preview on white background

This text has color #95819D on white background.



Black color preview on #95819D background

This text has black color on #95819D background.


White color preview on #95819D background

This text has white color on #95819D background.