COLOR #95987E

HEX: #95987E
RGB: (149,152,126)

Color info

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

RGB color model

#95987E color RGB value is (149,152,126).

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

RGB channels and saturation

R 149 of 255 = 58%
G 152 of 255 = 60%
B 126 of 255 = 49%

149
152
126

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

Portions of RGB colors in percentages

R + G + B =
149 + 152 + 126 = 427 (100%)
R 149 of 427 ~ 34.89%
G 152 of 427 ~ 35.6%
B 126 of 427 ~ 29.51%

%34.89
%35.6
%29.51

CMYK color model

#95987E color CMYK value is (2,0,17,40).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 40.39%
CMYK:
(2,0,17,40)
C2M0Y17K40 
(2%,0%,17%,40%)
(0.02/0.00/0.17/0.40)	

CMYK percentages

%1.97
%0
%17.11
%40.39

Codes

Color #95987E in popluar color models

95987E
RGB149152126
HSL67°11.21%54.51%
HSB/HSV67°17.11%59.61%
CMYK1.97%0.00%17.11%
40.39%

Color #95987E in popluar number systems.

HEX95987E
Decimal149152126
Binary10010101100110001111110
Octal225230176

Shades and tints

Shades of #95987E

#95987E
(149,152,126)
#888B73
(136,139,115)
#7B7E68
(123,126,104)
#6E715D
(110,113,93)
#616452
(97,100,82)
#545747
(84,87,71)
#474A3C
(71,74,60)
#3A3D31
(58,61,49)
#2D3026
(45,48,38)
#20231B
(32,35,27)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #95987E

#95987E
(149,152,126)
#9EA189
(158,161,137)
#A7AA94
(167,170,148)
#B0B39F
(176,179,159)
#B9BCAA
(185,188,170)
#C2C5B5
(194,197,181)
#CBCEC0
(203,206,192)
#D4D7CB
(212,215,203)
#DDE0D6
(221,224,214)
#E6E9E1
(230,233,225)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95987E; }

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

This text font color is #95987E.


Background Color

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

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

This div background color is #95987E.


Border color

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

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

This div border color is #95987E.


Opacity

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

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

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

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

This text has shadow with #95987E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95987E on black background.


Color preview on white background

This text has color #95987E on white background.



Black color preview on #95987E background

This text has black color on #95987E background.


White color preview on #95987E background

This text has white color on #95987E background.