COLOR #95897B

HEX: #95897B
RGB: (149,137,123)

Color info

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

RGB color model

#95897B color RGB value is (149,137,123).

  • red value is 149;
  • green value is 137;
  • blue value is 123.
RGB:
(149,137,123)
(58%,54%,48%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 123 of 255 = 48%

149
137
123

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

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 123 = 409 (100%)
R 149 of 409 ~ 36.43%
G 137 of 409 ~ 33.5%
B 123 of 409 ~ 30.07%

%36.43
%33.5
%30.07

CMYK color model

#95897B color CMYK value is (0,8,17,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK:
(0,8,17,42)
C0M8Y17K42 
(0%,8%,17%,42%)
(0.00/0.08/0.17/0.42)	

CMYK percentages

%0
%8.05
%17.45
%41.57

Codes

Color #95897B in popluar color models

95897B
RGB149137123
HSL32°10.92%53.33%
HSB/HSV32°17.45%58.43%
CMYK0.00%8.05%17.45%
41.57%

Color #95897B in popluar number systems.

HEX95897B
Decimal149137123
Binary10010101100010011111011
Octal225211173

Shades and tints

Shades of #95897B

#95897B
(149,137,123)
#887D70
(136,125,112)
#7B7165
(123,113,101)
#6E655A
(110,101,90)
#61594F
(97,89,79)
#544D44
(84,77,68)
#474139
(71,65,57)
#3A352E
(58,53,46)
#2D2923
(45,41,35)
#201D18
(32,29,24)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #95897B

#95897B
(149,137,123)
#9E9387
(158,147,135)
#A79D93
(167,157,147)
#B0A79F
(176,167,159)
#B9B1AB
(185,177,171)
#C2BBB7
(194,187,183)
#CBC5C3
(203,197,195)
#D4CFCF
(212,207,207)
#DDD9DB
(221,217,219)
#E6E3E7
(230,227,231)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95897B; }

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

This text font color is #95897B.


Background Color

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

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

This div background color is #95897B.


Border color

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

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

This div border color is #95897B.


Opacity

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

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

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

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

This text has shadow with #95897B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95897B on black background.


Color preview on white background

This text has color #95897B on white background.



Black color preview on #95897B background

This text has black color on #95897B background.


White color preview on #95897B background

This text has white color on #95897B background.