COLOR #95868C

HEX: #95868C
RGB: (149,134,140)

Color info

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

RGB color model

#95868C color RGB value is (149,134,140).

  • red value is 149;
  • green value is 134;
  • blue value is 140.
RGB:
(149,134,140)
(58%,53%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 140 of 255 = 55%

149
134
140

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 140 = 423 (100%)
R 149 of 423 ~ 35.22%
G 134 of 423 ~ 31.68%
B 140 of 423 ~ 33.1%

%35.22
%31.68
%33.1

CMYK color model

#95868C color CMYK value is (0,10,6,42).

  • cyan value is 0.00%
  • magenta value is 10.07%
  • yellow value is 6.04%
  • key color value is 41.57%
CMYK:
(0,10,6,42)
C0M10Y6K42 
(0%,10%,6%,42%)
(0.00/0.10/0.06/0.42)	

CMYK percentages

%0
%10.07
%6.04
%41.57

Codes

Color #95868C in popluar color models

95868C
RGB149134140
HSL336°6.61%55.49%
HSB/HSV336°10.07%58.43%
CMYK0.00%10.07%6.04%
41.57%

Color #95868C in popluar number systems.

HEX95868C
Decimal149134140
Binary100101011000011010001100
Octal225206214

Shades and tints

Shades of #95868C

#95868C
(149,134,140)
#887A80
(136,122,128)
#7B6E74
(123,110,116)
#6E6268
(110,98,104)
#61565C
(97,86,92)
#544A50
(84,74,80)
#473E44
(71,62,68)
#3A3238
(58,50,56)
#2D262C
(45,38,44)
#201A20
(32,26,32)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #95868C

#95868C
(149,134,140)
#9E9196
(158,145,150)
#A79CA0
(167,156,160)
#B0A7AA
(176,167,170)
#B9B2B4
(185,178,180)
#C2BDBE
(194,189,190)
#CBC8C8
(203,200,200)
#D4D3D2
(212,211,210)
#DDDEDC
(221,222,220)
#E6E9E6
(230,233,230)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95868C color. Also use rgb(149,134,140) instead hex code.

Text Font Color

.myTextColor { color: #95868C; }

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

This text font color is #95868C.


Background Color

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

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

This div background color is #95868C.


Border color

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

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

This div border color is #95868C.


Opacity

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

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

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

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

This text has shadow with #95868C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95868C on black background.


Color preview on white background

This text has color #95868C on white background.



Black color preview on #95868C background

This text has black color on #95868C background.


White color preview on #95868C background

This text has white color on #95868C background.