COLOR #895473

HEX: #895473
RGB: (137,84,115)

Color info

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

RGB color model

#895473 color RGB value is (137,84,115).

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

RGB channels and saturation

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

137
84
115

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

Portions of RGB colors in percentages

R + G + B =
137 + 84 + 115 = 336 (100%)
R 137 of 336 ~ 40.77%
G 84 of 336 ~ 25%
B 115 of 336 ~ 34.23%

%40.77
%25
%34.23

CMYK color model

#895473 color CMYK value is (0,39,16,46).

  • cyan value is 0.00%
  • magenta value is 38.69%
  • yellow value is 16.06%
  • key color value is 46.27%
CMYK:
(0,39,16,46)
C0M39Y16K46 
(0%,39%,16%,46%)
(0.00/0.39/0.16/0.46)	

CMYK percentages

%0
%38.69
%16.06
%46.27

Codes

Color #895473 in popluar color models

895473
RGB13784115
HSL325°23.98%43.33%
HSB/HSV325°38.69%53.73%
CMYK0.00%38.69%16.06%
46.27%

Color #895473 in popluar number systems.

HEX895473
Decimal13784115
Binary1000100110101001110011
Octal211124163

Shades and tints

Shades of #895473

#895473
(137,84,115)
#7D4D69
(125,77,105)
#71465F
(113,70,95)
#653F55
(101,63,85)
#59384B
(89,56,75)
#4D3141
(77,49,65)
#412A37
(65,42,55)
#35232D
(53,35,45)
#291C23
(41,28,35)
#1D1519
(29,21,25)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #895473

#895473
(137,84,115)
#93637F
(147,99,127)
#9D728B
(157,114,139)
#A78197
(167,129,151)
#B190A3
(177,144,163)
#BB9FAF
(187,159,175)
#C5AEBB
(197,174,187)
#CFBDC7
(207,189,199)
#D9CCD3
(217,204,211)
#E3DBDF
(227,219,223)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895473; }

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

This text font color is #895473.


Background Color

.myBgColor { background-color: #895473; }

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

This div background color is #895473.


Border color

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

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

This div border color is #895473.


Opacity

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

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

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

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

This text has shadow with #895473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895473 on black background.


Color preview on white background

This text has color #895473 on white background.



Black color preview on #895473 background

This text has black color on #895473 background.


White color preview on #895473 background

This text has white color on #895473 background.