COLOR #84577F

HEX: #84577F
RGB: (132,87,127)

Color info

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

RGB color model

#84577F color RGB value is (132,87,127).

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

RGB channels and saturation

R 132 of 255 = 52%
G 87 of 255 = 34%
B 127 of 255 = 50%

132
87
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 87 + 127 = 346 (100%)
R 132 of 346 ~ 38.15%
G 87 of 346 ~ 25.14%
B 127 of 346 ~ 36.71%

%38.15
%25.14
%36.71

CMYK color model

#84577F color CMYK value is (0,34,4,48).

  • cyan value is 0.00%
  • magenta value is 34.09%
  • yellow value is 3.79%
  • key color value is 48.24%
CMYK:
(0,34,4,48)
C0M34Y4K48 
(0%,34%,4%,48%)
(0.00/0.34/0.04/0.48)	

CMYK percentages

%0
%34.09
%3.79
%48.24

Codes

Color #84577F in popluar color models

84577F
RGB13287127
HSL307°20.55%42.94%
HSB/HSV307°34.09%51.76%
CMYK0.00%34.09%3.79%
48.24%

Color #84577F in popluar number systems.

HEX84577F
Decimal13287127
Binary1000010010101111111111
Octal204127177

Shades and tints

Shades of #84577F

#84577F
(132,87,127)
#785074
(120,80,116)
#6C4969
(108,73,105)
#60425E
(96,66,94)
#543B53
(84,59,83)
#483448
(72,52,72)
#3C2D3D
(60,45,61)
#302632
(48,38,50)
#241F27
(36,31,39)
#18181C
(24,24,28)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #84577F

#84577F
(132,87,127)
#8F668A
(143,102,138)
#9A7595
(154,117,149)
#A584A0
(165,132,160)
#B093AB
(176,147,171)
#BBA2B6
(187,162,182)
#C6B1C1
(198,177,193)
#D1C0CC
(209,192,204)
#DCCFD7
(220,207,215)
#E7DEE2
(231,222,226)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84577F; }

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

This text font color is #84577F.


Background Color

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

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

This div background color is #84577F.


Border color

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

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

This div border color is #84577F.


Opacity

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

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

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

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

This text has shadow with #84577F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84577F on black background.


Color preview on white background

This text has color #84577F on white background.



Black color preview on #84577F background

This text has black color on #84577F background.


White color preview on #84577F background

This text has white color on #84577F background.