COLOR #84587F

HEX: #84587F
RGB: (132,88,127)

Color info

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

RGB color model

#84587F color RGB value is (132,88,127).

  • red value is 132;
  • green value is 88;
  • blue value is 127.
RGB:
(132,88,127)
(52%,35%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 88 of 255 = 35%
B 127 of 255 = 50%

132
88
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 88 + 127 = 347 (100%)
R 132 of 347 ~ 38.04%
G 88 of 347 ~ 25.36%
B 127 of 347 ~ 36.6%

%38.04
%25.36
%36.6

CMYK color model

#84587F color CMYK value is (0,33,4,48).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 3.79%
  • key color value is 48.24%
CMYK:
(0,33,4,48)
C0M33Y4K48 
(0%,33%,4%,48%)
(0.00/0.33/0.04/0.48)	

CMYK percentages

%0
%33.33
%3.79
%48.24

Codes

Color #84587F in popluar color models

84587F
RGB13288127
HSL307°20.00%43.14%
HSB/HSV307°33.33%51.76%
CMYK0.00%33.33%3.79%
48.24%

Color #84587F in popluar number systems.

HEX84587F
Decimal13288127
Binary1000010010110001111111
Octal204130177

Shades and tints

Shades of #84587F

#84587F
(132,88,127)
#785074
(120,80,116)
#6C4869
(108,72,105)
#60405E
(96,64,94)
#543853
(84,56,83)
#483048
(72,48,72)
#3C283D
(60,40,61)
#302032
(48,32,50)
#241827
(36,24,39)
#18101C
(24,16,28)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #84587F

#84587F
(132,88,127)
#8F678A
(143,103,138)
#9A7695
(154,118,149)
#A585A0
(165,133,160)
#B094AB
(176,148,171)
#BBA3B6
(187,163,182)
#C6B2C1
(198,178,193)
#D1C1CC
(209,193,204)
#DCD0D7
(220,208,215)
#E7DFE2
(231,223,226)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84587F color. Also use rgb(132,88,127) instead hex code.

Text Font Color

.myTextColor { color: #84587F; }

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

This text font color is #84587F.


Background Color

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

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

This div background color is #84587F.


Border color

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

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

This div border color is #84587F.


Opacity

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

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

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

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

This text has shadow with #84587F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84587F on black background.


Color preview on white background

This text has color #84587F on white background.



Black color preview on #84587F background

This text has black color on #84587F background.


White color preview on #84587F background

This text has white color on #84587F background.