COLOR #95897E

HEX: #95897E RGB: (149,137,126)

Color info

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

RGB color model

#95897E color RGB value is (149,137,126).

RGB: (149,137,126) (58%, 54%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 126 of 255 = 49%

149
137
126

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

Portions of RGB colors in percentages

R + G + B = 149 + 137 + 126 = 412 (100%)
R 149 of 412 ~ 36.17%
G 137 of 412 ~ 33.25%
B 126 of 412 ~ 30.58'%

%36.17
%33.25
%30.58

CMYK color model

#95897E color CMYK value is (0,8,15,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 15.44%
  • key color value is 41.57%

CMYK: (0,8,15,42)
C0M8Y15K42 (0%, 8%, 15%, 42%)
(0.00 / 0.08 / 0.15 / 0.42)

CMYK percentages

%0
%8.05
%15.44
%41.57

Codes

Color #95897E in popluar color models

95 89 7E
RGB 149 137 126
HSL 29° 9.79% 53.92%
HSB/HSV 29° 15.44% 58.43%
CMYK 0.00% 8.05% 15.44%
41.57%

Color #95897E in popluar number systems.

HEX 95 89 7E
Decimal 149 137 126
Binary 10010101 10001001 1111110
Octal 225 211 176

Shades and tints

Shades of #95897E

#95897E
(149,137,126)
#887D73
(136,125,115)
#7B7168
(123,113,104)
#6E655D
(110,101,93)
#615952
(97,89,82)
#544D47
(84,77,71)
#47413C
(71,65,60)
#3A3531
(58,53,49)
#2D2926
(45,41,38)
#201D1B
(32,29,27)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #95897E

#95897E
(149,137,126)
#9E9389
(158,147,137)
#A79D94
(167,157,148)
#B0A79F
(176,167,159)
#B9B1AA
(185,177,170)
#C2BBB5
(194,187,181)
#CBC5C0
(203,197,192)
#D4CFCB
(212,207,203)
#DDD9D6
(221,217,214)
#E6E3E1
(230,227,225)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95897E; }

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

This text font color is #95897E.

Background Color

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

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

This div background color is #95897E.

Border color

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

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

This div border color is #95897E.

Opacity

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

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

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

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

This text has shadow with #95897E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95897E.

Preview

Color preview on black background

This text has color #95897E on black background.


Color preview on white background

This text has color #95897E on white background.


Black color preview on #95897E background

This text has black color on #95897E background.


White color preview on #95897E background

This text has white color on #95897E background.


Related colors

Complementary color

Complementary color for #hex is #6A7681.


I love getcolorcode.com

Triadic colors

1 #7E9589 and #897E95 with #95897E are triadic colors.

2 #7E8995 and #89957E with #95897E are triadic colors.