COLOR #84507C

HEX: #84507C
RGB: (132,80,124)

Color info

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

RGB color model

#84507C color RGB value is (132,80,124).

  • red value is 132;
  • green value is 80;
  • blue value is 124.
RGB:
(132,80,124)
(52%,31%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 80 of 255 = 31%
B 124 of 255 = 49%

132
80
124

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

Portions of RGB colors in percentages

R + G + B =
132 + 80 + 124 = 336 (100%)
R 132 of 336 ~ 39.29%
G 80 of 336 ~ 23.81%
B 124 of 336 ~ 36.9%

%39.29
%23.81
%36.9

CMYK color model

#84507C color CMYK value is (0,39,6,48).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 6.06%
  • key color value is 48.24%
CMYK:
(0,39,6,48)
C0M39Y6K48 
(0%,39%,6%,48%)
(0.00/0.39/0.06/0.48)	

CMYK percentages

%0
%39.39
%6.06
%48.24

Codes

Color #84507C in popluar color models

84507C
RGB13280124
HSL309°24.53%41.57%
HSB/HSV309°39.39%51.76%
CMYK0.00%39.39%6.06%
48.24%

Color #84507C in popluar number systems.

HEX84507C
Decimal13280124
Binary1000010010100001111100
Octal204120174

Shades and tints

Shades of #84507C

#84507C
(132,80,124)
#784971
(120,73,113)
#6C4266
(108,66,102)
#603B5B
(96,59,91)
#543450
(84,52,80)
#482D45
(72,45,69)
#3C263A
(60,38,58)
#301F2F
(48,31,47)
#241824
(36,24,36)
#181119
(24,17,25)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #84507C

#84507C
(132,80,124)
#8F5F87
(143,95,135)
#9A6E92
(154,110,146)
#A57D9D
(165,125,157)
#B08CA8
(176,140,168)
#BB9BB3
(187,155,179)
#C6AABE
(198,170,190)
#D1B9C9
(209,185,201)
#DCC8D4
(220,200,212)
#E7D7DF
(231,215,223)
#F2E6EA
(242,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84507C color. Also use rgb(132,80,124) instead hex code.

Text Font Color

.myTextColor { color: #84507C; }

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

This text font color is #84507C.


Background Color

.myBgColor { background-color: #84507C; }

<div style="background-color:#84507C">Inner text</div>

This div background color is #84507C.


Border color

.myBorderColor { border: 1px solid #84507C; }

<div style="border:3px solid #84507C">Div</div>

This div border color is #84507C.


Opacity

.myOpacity80 { color: #84507C; opacity: 0.8; }

<p style="color:#84507C;opacity:0.8;">80%</p>

Text with #84507C 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 #84507C;}

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

This text has shadow with #84507C color.

.textShadow {text-shadow: 3px 3px 1px #84507C, 3px 3px 1px red;}

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

This text has shadow with #84507C primary color and red secondary color.


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

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

This text has shadow with #84507C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84507C on black background.


Color preview on white background

This text has color #84507C on white background.



Black color preview on #84507C background

This text has black color on #84507C background.


White color preview on #84507C background

This text has white color on #84507C background.