COLOR #895573

HEX: #895573
RGB: (137,85,115)

Color info

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

RGB color model

#895573 color RGB value is (137,85,115).

  • red value is 137;
  • green value is 85;
  • blue value is 115.
RGB:
(137,85,115)
(54%,33%,45%)

RGB channels and saturation

R 137 of 255 = 54%
G 85 of 255 = 33%
B 115 of 255 = 45%

137
85
115

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

Portions of RGB colors in percentages

R + G + B =
137 + 85 + 115 = 337 (100%)
R 137 of 337 ~ 40.65%
G 85 of 337 ~ 25.22%
B 115 of 337 ~ 34.12%

%40.65
%25.22
%34.12

CMYK color model

#895573 color CMYK value is (0,38,16,46).

  • cyan value is 0.00%
  • magenta value is 37.96%
  • yellow value is 16.06%
  • key color value is 46.27%
CMYK:
(0,38,16,46)
C0M38Y16K46 
(0%,38%,16%,46%)
(0.00/0.38/0.16/0.46)	

CMYK percentages

%0
%37.96
%16.06
%46.27

Codes

Color #895573 in popluar color models

895573
RGB13785115
HSL325°23.42%43.53%
HSB/HSV325°37.96%53.73%
CMYK0.00%37.96%16.06%
46.27%

Color #895573 in popluar number systems.

HEX895573
Decimal13785115
Binary1000100110101011110011
Octal211125163

Shades and tints

Shades of #895573

#895573
(137,85,115)
#7D4E69
(125,78,105)
#71475F
(113,71,95)
#654055
(101,64,85)
#59394B
(89,57,75)
#4D3241
(77,50,65)
#412B37
(65,43,55)
#35242D
(53,36,45)
#291D23
(41,29,35)
#1D1619
(29,22,25)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #895573

#895573
(137,85,115)
#93647F
(147,100,127)
#9D738B
(157,115,139)
#A78297
(167,130,151)
#B191A3
(177,145,163)
#BBA0AF
(187,160,175)
#C5AFBB
(197,175,187)
#CFBEC7
(207,190,199)
#D9CDD3
(217,205,211)
#E3DCDF
(227,220,223)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895573 color. Also use rgb(137,85,115) instead hex code.

Text Font Color

.myTextColor { color: #895573; }

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

This text font color is #895573.


Background Color

.myBgColor { background-color: #895573; }

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

This div background color is #895573.


Border color

.myBorderColor { border: 1px solid #895573; }

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

This div border color is #895573.


Opacity

.myOpacity80 { color: #895573; opacity: 0.8; }

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

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

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

This text has shadow with #895573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895573 on black background.


Color preview on white background

This text has color #895573 on white background.



Black color preview on #895573 background

This text has black color on #895573 background.


White color preview on #895573 background

This text has white color on #895573 background.