COLOR #895B7C

HEX: #895B7C
RGB: (137,91,124)

Color info

#895B7C contains red, green and blue colors in about the same proportion. Web safe color of #895B7C is #996666 (or #966).

RGB color model

#895B7C color RGB value is (137,91,124).

  • red value is 137;
  • green value is 91;
  • blue value is 124.
RGB:
(137,91,124)
(54%,36%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 91 of 255 = 36%
B 124 of 255 = 49%

137
91
124

R + G + B ~ 46%. #895B7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 91 + 124 = 352 (100%)
R 137 of 352 ~ 38.92%
G 91 of 352 ~ 25.85%
B 124 of 352 ~ 35.23%

%38.92
%25.85
%35.23

CMYK color model

#895B7C color CMYK value is (0,34,9,46).

  • cyan value is 0.00%
  • magenta value is 33.58%
  • yellow value is 9.49%
  • key color value is 46.27%
CMYK:
(0,34,9,46)
C0M34Y9K46 
(0%,34%,9%,46%)
(0.00/0.34/0.09/0.46)	

CMYK percentages

%0
%33.58
%9.49
%46.27

Codes

Color #895B7C in popluar color models

895B7C
RGB13791124
HSL317°20.18%44.71%
HSB/HSV317°33.58%53.73%
CMYK0.00%33.58%9.49%
46.27%

Color #895B7C in popluar number systems.

HEX895B7C
Decimal13791124
Binary1000100110110111111100
Octal211133174

Shades and tints

Shades of #895B7C

#895B7C
(137,91,124)
#7D5371
(125,83,113)
#714B66
(113,75,102)
#65435B
(101,67,91)
#593B50
(89,59,80)
#4D3345
(77,51,69)
#412B3A
(65,43,58)
#35232F
(53,35,47)
#291B24
(41,27,36)
#1D1319
(29,19,25)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #895B7C

#895B7C
(137,91,124)
#936987
(147,105,135)
#9D7792
(157,119,146)
#A7859D
(167,133,157)
#B193A8
(177,147,168)
#BBA1B3
(187,161,179)
#C5AFBE
(197,175,190)
#CFBDC9
(207,189,201)
#D9CBD4
(217,203,212)
#E3D9DF
(227,217,223)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895B7C color. Also use rgb(137,91,124) instead hex code.

Text Font Color

.myTextColor { color: #895B7C; }

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

This text font color is #895B7C.


Background Color

.myBgColor { background-color: #895B7C; }

<div style="background-color:#895B7C">Inner text</div>

This div background color is #895B7C.


Border color

.myBorderColor { border: 1px solid #895B7C; }

<div style="border:3px solid #895B7C">Div</div>

This div border color is #895B7C.


Opacity

.myOpacity80 { color: #895B7C; opacity: 0.8; }

<p style="color:#895B7C;opacity:0.8;">80%</p>

Text with #895B7C 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 #895B7C;}

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

This text has shadow with #895B7C color.

.textShadow {text-shadow: 3px 3px 1px #895B7C, 3px 3px 1px red;}

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

This text has shadow with #895B7C primary color and red secondary color.


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

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

This text has shadow with #895B7C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895B7C on black background.


Color preview on white background

This text has color #895B7C on white background.



Black color preview on #895B7C background

This text has black color on #895B7C background.


White color preview on #895B7C background

This text has white color on #895B7C background.