COLOR #897387

HEX: #897387
RGB: (137,115,135)

Color info

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

RGB color model

#897387 color RGB value is (137,115,135).

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

RGB channels and saturation

R 137 of 255 = 54%
G 115 of 255 = 45%
B 135 of 255 = 53%

137
115
135

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

Portions of RGB colors in percentages

R + G + B =
137 + 115 + 135 = 387 (100%)
R 137 of 387 ~ 35.4%
G 115 of 387 ~ 29.72%
B 135 of 387 ~ 34.88%

%35.4
%29.72
%34.88

CMYK color model

#897387 color CMYK value is (0,16,1,46).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 1.46%
  • key color value is 46.27%
CMYK:
(0,16,1,46)
C0M16Y1K46 
(0%,16%,1%,46%)
(0.00/0.16/0.01/0.46)	

CMYK percentages

%0
%16.06
%1.46
%46.27

Codes

Color #897387 in popluar color models

897387
RGB137115135
HSL305°8.73%49.41%
HSB/HSV305°16.06%53.73%
CMYK0.00%16.06%1.46%
46.27%

Color #897387 in popluar number systems.

HEX897387
Decimal137115135
Binary10001001111001110000111
Octal211163207

Shades and tints

Shades of #897387

#897387
(137,115,135)
#7D697B
(125,105,123)
#715F6F
(113,95,111)
#655563
(101,85,99)
#594B57
(89,75,87)
#4D414B
(77,65,75)
#41373F
(65,55,63)
#352D33
(53,45,51)
#292327
(41,35,39)
#1D191B
(29,25,27)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #897387

#897387
(137,115,135)
#937F91
(147,127,145)
#9D8B9B
(157,139,155)
#A797A5
(167,151,165)
#B1A3AF
(177,163,175)
#BBAFB9
(187,175,185)
#C5BBC3
(197,187,195)
#CFC7CD
(207,199,205)
#D9D3D7
(217,211,215)
#E3DFE1
(227,223,225)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897387; }

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

This text font color is #897387.


Background Color

.myBgColor { background-color: #897387; }

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

This div background color is #897387.


Border color

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

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

This div border color is #897387.


Opacity

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

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

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

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

This text has shadow with #897387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897387 on black background.


Color preview on white background

This text has color #897387 on white background.



Black color preview on #897387 background

This text has black color on #897387 background.


White color preview on #897387 background

This text has white color on #897387 background.