COLOR #897587

HEX: #897587
RGB: (137,117,135)

Color info

#897587 contains red, green and blue colors in about the same proportion. Web safe color of #897587 is #996699 (or #969).

RGB color model

#897587 color RGB value is (137,117,135).

  • red value is 137;
  • green value is 117;
  • blue value is 135.
RGB:
(137,117,135)
(54%,46%,53%)

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 135 of 255 = 53%

137
117
135

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

Portions of RGB colors in percentages

R + G + B =
137 + 117 + 135 = 389 (100%)
R 137 of 389 ~ 35.22%
G 117 of 389 ~ 30.08%
B 135 of 389 ~ 34.7%

%35.22
%30.08
%34.7

CMYK color model

#897587 color CMYK value is (0,15,1,46).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 1.46%
  • key color value is 46.27%
CMYK:
(0,15,1,46)
C0M15Y1K46 
(0%,15%,1%,46%)
(0.00/0.15/0.01/0.46)	

CMYK percentages

%0
%14.6
%1.46
%46.27

Codes

Color #897587 in popluar color models

897587
RGB137117135
HSL306°7.87%49.80%
HSB/HSV306°14.60%53.73%
CMYK0.00%14.60%1.46%
46.27%

Color #897587 in popluar number systems.

HEX897587
Decimal137117135
Binary10001001111010110000111
Octal211165207

Shades and tints

Shades of #897587

#897587
(137,117,135)
#7D6B7B
(125,107,123)
#71616F
(113,97,111)
#655763
(101,87,99)
#594D57
(89,77,87)
#4D434B
(77,67,75)
#41393F
(65,57,63)
#352F33
(53,47,51)
#292527
(41,37,39)
#1D1B1B
(29,27,27)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #897587

#897587
(137,117,135)
#938191
(147,129,145)
#9D8D9B
(157,141,155)
#A799A5
(167,153,165)
#B1A5AF
(177,165,175)
#BBB1B9
(187,177,185)
#C5BDC3
(197,189,195)
#CFC9CD
(207,201,205)
#D9D5D7
(217,213,215)
#E3E1E1
(227,225,225)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897587 color. Also use rgb(137,117,135) instead hex code.

Text Font Color

.myTextColor { color: #897587; }

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

This text font color is #897587.


Background Color

.myBgColor { background-color: #897587; }

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

This div background color is #897587.


Border color

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

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

This div border color is #897587.


Opacity

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

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

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

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

This text has shadow with #897587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897587 on black background.


Color preview on white background

This text has color #897587 on white background.



Black color preview on #897587 background

This text has black color on #897587 background.


White color preview on #897587 background

This text has white color on #897587 background.