COLOR #84486A

HEX: #84486A
RGB: (132,72,106)

Color info

#84486A contains mainly red and blue colors. Web safe color of #84486A is #993366 (or #936).

RGB color model

#84486A color RGB value is (132,72,106).

  • red value is 132;
  • green value is 72;
  • blue value is 106.
RGB:
(132,72,106)
(52%,28%,42%)

RGB channels and saturation

R 132 of 255 = 52%
G 72 of 255 = 28%
B 106 of 255 = 42%

132
72
106

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

Portions of RGB colors in percentages

R + G + B =
132 + 72 + 106 = 310 (100%)
R 132 of 310 ~ 42.58%
G 72 of 310 ~ 23.23%
B 106 of 310 ~ 34.19%

%42.58
%23.23
%34.19

CMYK color model

#84486A color CMYK value is (0,45,20,48).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 19.70%
  • key color value is 48.24%
CMYK:
(0,45,20,48)
C0M45Y20K48 
(0%,45%,20%,48%)
(0.00/0.45/0.20/0.48)	

CMYK percentages

%0
%45.45
%19.7
%48.24

Codes

Color #84486A in popluar color models

84486A
RGB13272106
HSL326°29.41%40.00%
HSB/HSV326°45.45%51.76%
CMYK0.00%45.45%19.70%
48.24%

Color #84486A in popluar number systems.

HEX84486A
Decimal13272106
Binary1000010010010001101010
Octal204110152

Shades and tints

Shades of #84486A

#84486A
(132,72,106)
#784261
(120,66,97)
#6C3C58
(108,60,88)
#60364F
(96,54,79)
#543046
(84,48,70)
#482A3D
(72,42,61)
#3C2434
(60,36,52)
#301E2B
(48,30,43)
#241822
(36,24,34)
#181219
(24,18,25)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #84486A

#84486A
(132,72,106)
#8F5877
(143,88,119)
#9A6884
(154,104,132)
#A57891
(165,120,145)
#B0889E
(176,136,158)
#BB98AB
(187,152,171)
#C6A8B8
(198,168,184)
#D1B8C5
(209,184,197)
#DCC8D2
(220,200,210)
#E7D8DF
(231,216,223)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84486A color. Also use rgb(132,72,106) instead hex code.

Text Font Color

.myTextColor { color: #84486A; }

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

This text font color is #84486A.


Background Color

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

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

This div background color is #84486A.


Border color

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

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

This div border color is #84486A.


Opacity

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

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

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

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

This text has shadow with #84486A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84486A on black background.


Color preview on white background

This text has color #84486A on white background.



Black color preview on #84486A background

This text has black color on #84486A background.


White color preview on #84486A background

This text has white color on #84486A background.