COLOR #95868E

HEX: #95868E
RGB: (149,134,142)

Color info

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

RGB color model

#95868E color RGB value is (149,134,142).

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

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 142 of 255 = 56%

149
134
142

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 142 = 425 (100%)
R 149 of 425 ~ 35.06%
G 134 of 425 ~ 31.53%
B 142 of 425 ~ 33.41%

%35.06
%31.53
%33.41

CMYK color model

#95868E color CMYK value is (0,10,5,42).

  • cyan value is 0.00%
  • magenta value is 10.07%
  • yellow value is 4.70%
  • key color value is 41.57%
CMYK:
(0,10,5,42)
C0M10Y5K42 
(0%,10%,5%,42%)
(0.00/0.10/0.05/0.42)	

CMYK percentages

%0
%10.07
%4.7
%41.57

Codes

Color #95868E in popluar color models

95868E
RGB149134142
HSL328°6.61%55.49%
HSB/HSV328°10.07%58.43%
CMYK0.00%10.07%4.70%
41.57%

Color #95868E in popluar number systems.

HEX95868E
Decimal149134142
Binary100101011000011010001110
Octal225206216

Shades and tints

Shades of #95868E

#95868E
(149,134,142)
#887A82
(136,122,130)
#7B6E76
(123,110,118)
#6E626A
(110,98,106)
#61565E
(97,86,94)
#544A52
(84,74,82)
#473E46
(71,62,70)
#3A323A
(58,50,58)
#2D262E
(45,38,46)
#201A22
(32,26,34)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #95868E

#95868E
(149,134,142)
#9E9198
(158,145,152)
#A79CA2
(167,156,162)
#B0A7AC
(176,167,172)
#B9B2B6
(185,178,182)
#C2BDC0
(194,189,192)
#CBC8CA
(203,200,202)
#D4D3D4
(212,211,212)
#DDDEDE
(221,222,222)
#E6E9E8
(230,233,232)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95868E; }

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

This text font color is #95868E.


Background Color

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

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

This div background color is #95868E.


Border color

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

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

This div border color is #95868E.


Opacity

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

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

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

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

This text has shadow with #95868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95868E on black background.


Color preview on white background

This text has color #95868E on white background.



Black color preview on #95868E background

This text has black color on #95868E background.


White color preview on #95868E background

This text has white color on #95868E background.