COLOR #84547A

HEX: #84547A
RGB: (132,84,122)

Color info

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

RGB color model

#84547A color RGB value is (132,84,122).

  • red value is 132;
  • green value is 84;
  • blue value is 122.
RGB:
(132,84,122)
(52%,33%,48%)

RGB channels and saturation

R 132 of 255 = 52%
G 84 of 255 = 33%
B 122 of 255 = 48%

132
84
122

R + G + B ~ 44%. #84547A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 84 + 122 = 338 (100%)
R 132 of 338 ~ 39.05%
G 84 of 338 ~ 24.85%
B 122 of 338 ~ 36.09%

%39.05
%24.85
%36.09

CMYK color model

#84547A color CMYK value is (0,36,8,48).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 7.58%
  • key color value is 48.24%
CMYK:
(0,36,8,48)
C0M36Y8K48 
(0%,36%,8%,48%)
(0.00/0.36/0.08/0.48)	

CMYK percentages

%0
%36.36
%7.58
%48.24

Codes

Color #84547A in popluar color models

84547A
RGB13284122
HSL313°22.22%42.35%
HSB/HSV313°36.36%51.76%
CMYK0.00%36.36%7.58%
48.24%

Color #84547A in popluar number systems.

HEX84547A
Decimal13284122
Binary1000010010101001111010
Octal204124172

Shades and tints

Shades of #84547A

#84547A
(132,84,122)
#784D6F
(120,77,111)
#6C4664
(108,70,100)
#603F59
(96,63,89)
#54384E
(84,56,78)
#483143
(72,49,67)
#3C2A38
(60,42,56)
#30232D
(48,35,45)
#241C22
(36,28,34)
#181517
(24,21,23)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #84547A

#84547A
(132,84,122)
#8F6386
(143,99,134)
#9A7292
(154,114,146)
#A5819E
(165,129,158)
#B090AA
(176,144,170)
#BB9FB6
(187,159,182)
#C6AEC2
(198,174,194)
#D1BDCE
(209,189,206)
#DCCCDA
(220,204,218)
#E7DBE6
(231,219,230)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84547A color. Also use rgb(132,84,122) instead hex code.

Text Font Color

.myTextColor { color: #84547A; }

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

This text font color is #84547A.


Background Color

.myBgColor { background-color: #84547A; }

<div style="background-color:#84547A">Inner text</div>

This div background color is #84547A.


Border color

.myBorderColor { border: 1px solid #84547A; }

<div style="border:3px solid #84547A">Div</div>

This div border color is #84547A.


Opacity

.myOpacity80 { color: #84547A; opacity: 0.8; }

<p style="color:#84547A;opacity:0.8;">80%</p>

Text with #84547A 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 #84547A;}

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

This text has shadow with #84547A color.

.textShadow {text-shadow: 3px 3px 1px #84547A, 3px 3px 1px red;}

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

This text has shadow with #84547A primary color and red secondary color.


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

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

This text has shadow with #84547A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84547A on black background.


Color preview on white background

This text has color #84547A on white background.



Black color preview on #84547A background

This text has black color on #84547A background.


White color preview on #84547A background

This text has white color on #84547A background.