COLOR #95859E

HEX: #95859E
RGB: (149,133,158)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
133
158

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 158 = 440 (100%)
R 149 of 440 ~ 33.86%
G 133 of 440 ~ 30.23%
B 158 of 440 ~ 35.91%

%33.86
%30.23
%35.91

CMYK color model

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

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

CMYK percentages

%5.7
%15.82
%0
%38.04

Codes

Color #95859E in popluar color models

95859E
RGB149133158
HSL278°11.42%57.06%
HSB/HSV278°15.82%61.96%
CMYK5.70%15.82%0.00%
38.04%

Color #95859E in popluar number systems.

HEX95859E
Decimal149133158
Binary100101011000010110011110
Octal225205236

Shades and tints

Shades of #95859E

#95859E
(149,133,158)
#887990
(136,121,144)
#7B6D82
(123,109,130)
#6E6174
(110,97,116)
#615566
(97,85,102)
#544958
(84,73,88)
#473D4A
(71,61,74)
#3A313C
(58,49,60)
#2D252E
(45,37,46)
#201920
(32,25,32)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #95859E

#95859E
(149,133,158)
#9E90A6
(158,144,166)
#A79BAE
(167,155,174)
#B0A6B6
(176,166,182)
#B9B1BE
(185,177,190)
#C2BCC6
(194,188,198)
#CBC7CE
(203,199,206)
#D4D2D6
(212,210,214)
#DDDDDE
(221,221,222)
#E6E8E6
(230,232,230)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95859E; }

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

This text font color is #95859E.


Background Color

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

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

This div background color is #95859E.


Border color

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

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

This div border color is #95859E.


Opacity

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

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

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

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

This text has shadow with #95859E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95859E on black background.


Color preview on white background

This text has color #95859E on white background.



Black color preview on #95859E background

This text has black color on #95859E background.


White color preview on #95859E background

This text has white color on #95859E background.