COLOR #84537E

HEX: #84537E
RGB: (132,83,126)

Color info

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

RGB color model

#84537E color RGB value is (132,83,126).

  • red value is 132;
  • green value is 83;
  • blue value is 126.
RGB:
(132,83,126)
(52%,33%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 83 of 255 = 33%
B 126 of 255 = 49%

132
83
126

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

Portions of RGB colors in percentages

R + G + B =
132 + 83 + 126 = 341 (100%)
R 132 of 341 ~ 38.71%
G 83 of 341 ~ 24.34%
B 126 of 341 ~ 36.95%

%38.71
%24.34
%36.95

CMYK color model

#84537E color CMYK value is (0,37,5,48).

  • cyan value is 0.00%
  • magenta value is 37.12%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK:
(0,37,5,48)
C0M37Y5K48 
(0%,37%,5%,48%)
(0.00/0.37/0.05/0.48)	

CMYK percentages

%0
%37.12
%4.55
%48.24

Codes

Color #84537E in popluar color models

84537E
RGB13283126
HSL307°22.79%42.16%
HSB/HSV307°37.12%51.76%
CMYK0.00%37.12%4.55%
48.24%

Color #84537E in popluar number systems.

HEX84537E
Decimal13283126
Binary1000010010100111111110
Octal204123176

Shades and tints

Shades of #84537E

#84537E
(132,83,126)
#784C73
(120,76,115)
#6C4568
(108,69,104)
#603E5D
(96,62,93)
#543752
(84,55,82)
#483047
(72,48,71)
#3C293C
(60,41,60)
#302231
(48,34,49)
#241B26
(36,27,38)
#18141B
(24,20,27)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #84537E

#84537E
(132,83,126)
#8F6289
(143,98,137)
#9A7194
(154,113,148)
#A5809F
(165,128,159)
#B08FAA
(176,143,170)
#BB9EB5
(187,158,181)
#C6ADC0
(198,173,192)
#D1BCCB
(209,188,203)
#DCCBD6
(220,203,214)
#E7DAE1
(231,218,225)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84537E color. Also use rgb(132,83,126) instead hex code.

Text Font Color

.myTextColor { color: #84537E; }

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

This text font color is #84537E.


Background Color

.myBgColor { background-color: #84537E; }

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

This div background color is #84537E.


Border color

.myBorderColor { border: 1px solid #84537E; }

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

This div border color is #84537E.


Opacity

.myOpacity80 { color: #84537E; opacity: 0.8; }

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

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

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

This text has shadow with #84537E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84537E on black background.


Color preview on white background

This text has color #84537E on white background.



Black color preview on #84537E background

This text has black color on #84537E background.


White color preview on #84537E background

This text has white color on #84537E background.