COLOR #87547F

HEX: #87547F
RGB: (135,84,127)

Color info

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

RGB color model

#87547F color RGB value is (135,84,127).

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

RGB channels and saturation

R 135 of 255 = 53%
G 84 of 255 = 33%
B 127 of 255 = 50%

135
84
127

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

Portions of RGB colors in percentages

R + G + B =
135 + 84 + 127 = 346 (100%)
R 135 of 346 ~ 39.02%
G 84 of 346 ~ 24.28%
B 127 of 346 ~ 36.71%

%39.02
%24.28
%36.71

CMYK color model

#87547F color CMYK value is (0,38,6,47).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(0,38,6,47)
C0M38Y6K47 
(0%,38%,6%,47%)
(0.00/0.38/0.06/0.47)	

CMYK percentages

%0
%37.78
%5.93
%47.06

Codes

Color #87547F in popluar color models

87547F
RGB13584127
HSL309°23.29%42.94%
HSB/HSV309°37.78%52.94%
CMYK0.00%37.78%5.93%
47.06%

Color #87547F in popluar number systems.

HEX87547F
Decimal13584127
Binary1000011110101001111111
Octal207124177

Shades and tints

Shades of #87547F

#87547F
(135,84,127)
#7B4D74
(123,77,116)
#6F4669
(111,70,105)
#633F5E
(99,63,94)
#573853
(87,56,83)
#4B3148
(75,49,72)
#3F2A3D
(63,42,61)
#332332
(51,35,50)
#271C27
(39,28,39)
#1B151C
(27,21,28)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #87547F

#87547F
(135,84,127)
#91638A
(145,99,138)
#9B7295
(155,114,149)
#A581A0
(165,129,160)
#AF90AB
(175,144,171)
#B99FB6
(185,159,182)
#C3AEC1
(195,174,193)
#CDBDCC
(205,189,204)
#D7CCD7
(215,204,215)
#E1DBE2
(225,219,226)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87547F; }

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

This text font color is #87547F.


Background Color

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

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

This div background color is #87547F.


Border color

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

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

This div border color is #87547F.


Opacity

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

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

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

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

This text has shadow with #87547F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87547F on black background.


Color preview on white background

This text has color #87547F on white background.



Black color preview on #87547F background

This text has black color on #87547F background.


White color preview on #87547F background

This text has white color on #87547F background.