COLOR #95859B

HEX: #95859B
RGB: (149,133,155)

Color info

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

RGB color model

#95859B color RGB value is (149,133,155).

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

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 155 of 255 = 61%

149
133
155

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 155 = 437 (100%)
R 149 of 437 ~ 34.1%
G 133 of 437 ~ 30.43%
B 155 of 437 ~ 35.47%

%34.1
%30.43
%35.47

CMYK color model

#95859B color CMYK value is (4,14,0,39).

  • cyan value is 3.87%
  • magenta value is 14.19%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(4,14,0,39)
C4M14Y0K39 
(4%,14%,0%,39%)
(0.04/0.14/0.00/0.39)	

CMYK percentages

%3.87
%14.19
%0
%39.22

Codes

Color #95859B in popluar color models

95859B
RGB149133155
HSL284°9.91%56.47%
HSB/HSV284°14.19%60.78%
CMYK3.87%14.19%0.00%
39.22%

Color #95859B in popluar number systems.

HEX95859B
Decimal149133155
Binary100101011000010110011011
Octal225205233

Shades and tints

Shades of #95859B

#95859B
(149,133,155)
#88798D
(136,121,141)
#7B6D7F
(123,109,127)
#6E6171
(110,97,113)
#615563
(97,85,99)
#544955
(84,73,85)
#473D47
(71,61,71)
#3A3139
(58,49,57)
#2D252B
(45,37,43)
#20191D
(32,25,29)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #95859B

#95859B
(149,133,155)
#9E90A4
(158,144,164)
#A79BAD
(167,155,173)
#B0A6B6
(176,166,182)
#B9B1BF
(185,177,191)
#C2BCC8
(194,188,200)
#CBC7D1
(203,199,209)
#D4D2DA
(212,210,218)
#DDDDE3
(221,221,227)
#E6E8EC
(230,232,236)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95859B; }

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

This text font color is #95859B.


Background Color

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

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

This div background color is #95859B.


Border color

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

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

This div border color is #95859B.


Opacity

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

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

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

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

This text has shadow with #95859B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95859B on black background.


Color preview on white background

This text has color #95859B on white background.



Black color preview on #95859B background

This text has black color on #95859B background.


White color preview on #95859B background

This text has white color on #95859B background.