COLOR #95867E

HEX: #95867E
RGB: (149,134,126)

Color info

#95867E contains red, green and blue colors in about the same proportion. Web safe color of #95867E is #999966 (or #996).

RGB color model

#95867E color RGB value is (149,134,126).

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

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 126 of 255 = 49%

149
134
126

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 126 = 409 (100%)
R 149 of 409 ~ 36.43%
G 134 of 409 ~ 32.76%
B 126 of 409 ~ 30.81%

%36.43
%32.76
%30.81

CMYK color model

#95867E color CMYK value is (0,10,15,42).

  • cyan value is 0.00%
  • magenta value is 10.07%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(0,10,15,42)
C0M10Y15K42 
(0%,10%,15%,42%)
(0.00/0.10/0.15/0.42)	

CMYK percentages

%0
%10.07
%15.44
%41.57

Codes

Color #95867E in popluar color models

95867E
RGB149134126
HSL21°9.79%53.92%
HSB/HSV21°15.44%58.43%
CMYK0.00%10.07%15.44%
41.57%

Color #95867E in popluar number systems.

HEX95867E
Decimal149134126
Binary10010101100001101111110
Octal225206176

Shades and tints

Shades of #95867E

#95867E
(149,134,126)
#887A73
(136,122,115)
#7B6E68
(123,110,104)
#6E625D
(110,98,93)
#615652
(97,86,82)
#544A47
(84,74,71)
#473E3C
(71,62,60)
#3A3231
(58,50,49)
#2D2626
(45,38,38)
#201A1B
(32,26,27)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #95867E

#95867E
(149,134,126)
#9E9189
(158,145,137)
#A79C94
(167,156,148)
#B0A79F
(176,167,159)
#B9B2AA
(185,178,170)
#C2BDB5
(194,189,181)
#CBC8C0
(203,200,192)
#D4D3CB
(212,211,203)
#DDDED6
(221,222,214)
#E6E9E1
(230,233,225)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95867E; }

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

This text font color is #95867E.


Background Color

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

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

This div background color is #95867E.


Border color

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

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

This div border color is #95867E.


Opacity

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

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

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

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

This text has shadow with #95867E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95867E on black background.


Color preview on white background

This text has color #95867E on white background.



Black color preview on #95867E background

This text has black color on #95867E background.


White color preview on #95867E background

This text has white color on #95867E background.