COLOR #95859F

HEX: #95859F
RGB: (149,133,159)

Color info

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

RGB color model

#95859F color RGB value is (149,133,159).

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

RGB channels and saturation

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

149
133
159

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 159 = 441 (100%)
R 149 of 441 ~ 33.79%
G 133 of 441 ~ 30.16%
B 159 of 441 ~ 36.05%

%33.79
%30.16
%36.05

CMYK color model

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

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

CMYK percentages

%6.29
%16.35
%0
%37.65

Codes

Color #95859F in popluar color models

95859F
RGB149133159
HSL277°11.93%57.25%
HSB/HSV277°16.35%62.35%
CMYK6.29%16.35%0.00%
37.65%

Color #95859F in popluar number systems.

HEX95859F
Decimal149133159
Binary100101011000010110011111
Octal225205237

Shades and tints

Shades of #95859F

#95859F
(149,133,159)
#887991
(136,121,145)
#7B6D83
(123,109,131)
#6E6175
(110,97,117)
#615567
(97,85,103)
#544959
(84,73,89)
#473D4B
(71,61,75)
#3A313D
(58,49,61)
#2D252F
(45,37,47)
#201921
(32,25,33)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #95859F

#95859F
(149,133,159)
#9E90A7
(158,144,167)
#A79BAF
(167,155,175)
#B0A6B7
(176,166,183)
#B9B1BF
(185,177,191)
#C2BCC7
(194,188,199)
#CBC7CF
(203,199,207)
#D4D2D7
(212,210,215)
#DDDDDF
(221,221,223)
#E6E8E7
(230,232,231)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95859F; }

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

This text font color is #95859F.


Background Color

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

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

This div background color is #95859F.


Border color

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

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

This div border color is #95859F.


Opacity

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

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

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

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

This text has shadow with #95859F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95859F on black background.


Color preview on white background

This text has color #95859F on white background.



Black color preview on #95859F background

This text has black color on #95859F background.


White color preview on #95859F background

This text has white color on #95859F background.