COLOR #95859C

HEX: #95859C
RGB: (149,133,156)

Color info

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

RGB color model

#95859C color RGB value is (149,133,156).

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

RGB channels and saturation

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

149
133
156

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 156 = 438 (100%)
R 149 of 438 ~ 34.02%
G 133 of 438 ~ 30.37%
B 156 of 438 ~ 35.62%

%34.02
%30.37
%35.62

CMYK color model

#95859C color CMYK value is (4,15,0,39).

  • cyan value is 4.49%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(4,15,0,39)
C4M15Y0K39 
(4%,15%,0%,39%)
(0.04/0.15/0.00/0.39)	

CMYK percentages

%4.49
%14.74
%0
%38.82

Codes

Color #95859C in popluar color models

95859C
RGB149133156
HSL282°10.41%56.67%
HSB/HSV282°14.74%61.18%
CMYK4.49%14.74%0.00%
38.82%

Color #95859C in popluar number systems.

HEX95859C
Decimal149133156
Binary100101011000010110011100
Octal225205234

Shades and tints

Shades of #95859C

#95859C
(149,133,156)
#88798E
(136,121,142)
#7B6D80
(123,109,128)
#6E6172
(110,97,114)
#615564
(97,85,100)
#544956
(84,73,86)
#473D48
(71,61,72)
#3A313A
(58,49,58)
#2D252C
(45,37,44)
#20191E
(32,25,30)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #95859C

#95859C
(149,133,156)
#9E90A5
(158,144,165)
#A79BAE
(167,155,174)
#B0A6B7
(176,166,183)
#B9B1C0
(185,177,192)
#C2BCC9
(194,188,201)
#CBC7D2
(203,199,210)
#D4D2DB
(212,210,219)
#DDDDE4
(221,221,228)
#E6E8ED
(230,232,237)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95859C; }

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

This text font color is #95859C.


Background Color

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

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

This div background color is #95859C.


Border color

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

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

This div border color is #95859C.


Opacity

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

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

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

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

This text has shadow with #95859C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95859C on black background.


Color preview on white background

This text has color #95859C on white background.



Black color preview on #95859C background

This text has black color on #95859C background.


White color preview on #95859C background

This text has white color on #95859C background.