COLOR #84497A

HEX: #84497A
RGB: (132,73,122)

Color info

#84497A contains red, green and blue colors in about the same proportion. Web safe color of #84497A is #993366 (or #936).

RGB color model

#84497A color RGB value is (132,73,122).

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

RGB channels and saturation

R 132 of 255 = 52%
G 73 of 255 = 29%
B 122 of 255 = 48%

132
73
122

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

Portions of RGB colors in percentages

R + G + B =
132 + 73 + 122 = 327 (100%)
R 132 of 327 ~ 40.37%
G 73 of 327 ~ 22.32%
B 122 of 327 ~ 37.31%

%40.37
%22.32
%37.31

CMYK color model

#84497A color CMYK value is (0,45,8,48).

  • cyan value is 0.00%
  • magenta value is 44.70%
  • yellow value is 7.58%
  • key color value is 48.24%
CMYK:
(0,45,8,48)
C0M45Y8K48 
(0%,45%,8%,48%)
(0.00/0.45/0.08/0.48)	

CMYK percentages

%0
%44.7
%7.58
%48.24

Codes

Color #84497A in popluar color models

84497A
RGB13273122
HSL310°28.78%40.20%
HSB/HSV310°44.70%51.76%
CMYK0.00%44.70%7.58%
48.24%

Color #84497A in popluar number systems.

HEX84497A
Decimal13273122
Binary1000010010010011111010
Octal204111172

Shades and tints

Shades of #84497A

#84497A
(132,73,122)
#78436F
(120,67,111)
#6C3D64
(108,61,100)
#603759
(96,55,89)
#54314E
(84,49,78)
#482B43
(72,43,67)
#3C2538
(60,37,56)
#301F2D
(48,31,45)
#241922
(36,25,34)
#181317
(24,19,23)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #84497A

#84497A
(132,73,122)
#8F5986
(143,89,134)
#9A6992
(154,105,146)
#A5799E
(165,121,158)
#B089AA
(176,137,170)
#BB99B6
(187,153,182)
#C6A9C2
(198,169,194)
#D1B9CE
(209,185,206)
#DCC9DA
(220,201,218)
#E7D9E6
(231,217,230)
#F2E9F2
(242,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84497A; }

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

This text font color is #84497A.


Background Color

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

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

This div background color is #84497A.


Border color

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

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

This div border color is #84497A.


Opacity

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

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

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

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

This text has shadow with #84497A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84497A on black background.


Color preview on white background

This text has color #84497A on white background.



Black color preview on #84497A background

This text has black color on #84497A background.


White color preview on #84497A background

This text has white color on #84497A background.