COLOR #87597F

HEX: #87597F
RGB: (135,89,127)

Color info

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

RGB color model

#87597F color RGB value is (135,89,127).

  • red value is 135;
  • green value is 89;
  • blue value is 127.
RGB:
(135,89,127)
(53%,35%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 89 of 255 = 35%
B 127 of 255 = 50%

135
89
127

R + G + B ~ 46%. #87597F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 89 + 127 = 351 (100%)
R 135 of 351 ~ 38.46%
G 89 of 351 ~ 25.36%
B 127 of 351 ~ 36.18%

%38.46
%25.36
%36.18

CMYK color model

#87597F color CMYK value is (0,34,6,47).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(0,34,6,47)
C0M34Y6K47 
(0%,34%,6%,47%)
(0.00/0.34/0.06/0.47)	

CMYK percentages

%0
%34.07
%5.93
%47.06

Codes

Color #87597F in popluar color models

87597F
RGB13589127
HSL310°20.54%43.92%
HSB/HSV310°34.07%52.94%
CMYK0.00%34.07%5.93%
47.06%

Color #87597F in popluar number systems.

HEX87597F
Decimal13589127
Binary1000011110110011111111
Octal207131177

Shades and tints

Shades of #87597F

#87597F
(135,89,127)
#7B5174
(123,81,116)
#6F4969
(111,73,105)
#63415E
(99,65,94)
#573953
(87,57,83)
#4B3148
(75,49,72)
#3F293D
(63,41,61)
#332132
(51,33,50)
#271927
(39,25,39)
#1B111C
(27,17,28)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #87597F

#87597F
(135,89,127)
#91688A
(145,104,138)
#9B7795
(155,119,149)
#A586A0
(165,134,160)
#AF95AB
(175,149,171)
#B9A4B6
(185,164,182)
#C3B3C1
(195,179,193)
#CDC2CC
(205,194,204)
#D7D1D7
(215,209,215)
#E1E0E2
(225,224,226)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87597F color. Also use rgb(135,89,127) instead hex code.

Text Font Color

.myTextColor { color: #87597F; }

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

This text font color is #87597F.


Background Color

.myBgColor { background-color: #87597F; }

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

This div background color is #87597F.


Border color

.myBorderColor { border: 1px solid #87597F; }

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

This div border color is #87597F.


Opacity

.myOpacity80 { color: #87597F; opacity: 0.8; }

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

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

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

This text has shadow with #87597F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87597F on black background.


Color preview on white background

This text has color #87597F on white background.



Black color preview on #87597F background

This text has black color on #87597F background.


White color preview on #87597F background

This text has white color on #87597F background.