COLOR #895171

HEX: #895171
RGB: (137,81,113)

Color info

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

RGB color model

#895171 color RGB value is (137,81,113).

  • red value is 137;
  • green value is 81;
  • blue value is 113.
RGB:
(137,81,113)
(54%,32%,44%)

RGB channels and saturation

R 137 of 255 = 54%
G 81 of 255 = 32%
B 113 of 255 = 44%

137
81
113

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

Portions of RGB colors in percentages

R + G + B =
137 + 81 + 113 = 331 (100%)
R 137 of 331 ~ 41.39%
G 81 of 331 ~ 24.47%
B 113 of 331 ~ 34.14%

%41.39
%24.47
%34.14

CMYK color model

#895171 color CMYK value is (0,41,18,46).

  • cyan value is 0.00%
  • magenta value is 40.88%
  • yellow value is 17.52%
  • key color value is 46.27%
CMYK:
(0,41,18,46)
C0M41Y18K46 
(0%,41%,18%,46%)
(0.00/0.41/0.18/0.46)	

CMYK percentages

%0
%40.88
%17.52
%46.27

Codes

Color #895171 in popluar color models

895171
RGB13781113
HSL326°25.69%42.75%
HSB/HSV326°40.88%53.73%
CMYK0.00%40.88%17.52%
46.27%

Color #895171 in popluar number systems.

HEX895171
Decimal13781113
Binary1000100110100011110001
Octal211121161

Shades and tints

Shades of #895171

#895171
(137,81,113)
#7D4A67
(125,74,103)
#71435D
(113,67,93)
#653C53
(101,60,83)
#593549
(89,53,73)
#4D2E3F
(77,46,63)
#412735
(65,39,53)
#35202B
(53,32,43)
#291921
(41,25,33)
#1D1217
(29,18,23)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #895171

#895171
(137,81,113)
#93607D
(147,96,125)
#9D6F89
(157,111,137)
#A77E95
(167,126,149)
#B18DA1
(177,141,161)
#BB9CAD
(187,156,173)
#C5ABB9
(197,171,185)
#CFBAC5
(207,186,197)
#D9C9D1
(217,201,209)
#E3D8DD
(227,216,221)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895171 color. Also use rgb(137,81,113) instead hex code.

Text Font Color

.myTextColor { color: #895171; }

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

This text font color is #895171.


Background Color

.myBgColor { background-color: #895171; }

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

This div background color is #895171.


Border color

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

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

This div border color is #895171.


Opacity

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

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

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

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

This text has shadow with #895171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895171 on black background.


Color preview on white background

This text has color #895171 on white background.



Black color preview on #895171 background

This text has black color on #895171 background.


White color preview on #895171 background

This text has white color on #895171 background.