COLOR #84486F

HEX: #84486F
RGB: (132,72,111)

Color info

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

RGB color model

#84486F color RGB value is (132,72,111).

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

RGB channels and saturation

R 132 of 255 = 52%
G 72 of 255 = 28%
B 111 of 255 = 44%

132
72
111

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

Portions of RGB colors in percentages

R + G + B =
132 + 72 + 111 = 315 (100%)
R 132 of 315 ~ 41.9%
G 72 of 315 ~ 22.86%
B 111 of 315 ~ 35.24%

%41.9
%22.86
%35.24

CMYK color model

#84486F color CMYK value is (0,45,16,48).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK:
(0,45,16,48)
C0M45Y16K48 
(0%,45%,16%,48%)
(0.00/0.45/0.16/0.48)	

CMYK percentages

%0
%45.45
%15.91
%48.24

Codes

Color #84486F in popluar color models

84486F
RGB13272111
HSL321°29.41%40.00%
HSB/HSV321°45.45%51.76%
CMYK0.00%45.45%15.91%
48.24%

Color #84486F in popluar number systems.

HEX84486F
Decimal13272111
Binary1000010010010001101111
Octal204110157

Shades and tints

Shades of #84486F

#84486F
(132,72,111)
#784265
(120,66,101)
#6C3C5B
(108,60,91)
#603651
(96,54,81)
#543047
(84,48,71)
#482A3D
(72,42,61)
#3C2433
(60,36,51)
#301E29
(48,30,41)
#24181F
(36,24,31)
#181215
(24,18,21)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #84486F

#84486F
(132,72,111)
#8F587C
(143,88,124)
#9A6889
(154,104,137)
#A57896
(165,120,150)
#B088A3
(176,136,163)
#BB98B0
(187,152,176)
#C6A8BD
(198,168,189)
#D1B8CA
(209,184,202)
#DCC8D7
(220,200,215)
#E7D8E4
(231,216,228)
#F2E8F1
(242,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84486F; }

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

This text font color is #84486F.


Background Color

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

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

This div background color is #84486F.


Border color

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

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

This div border color is #84486F.


Opacity

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

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

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

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

This text has shadow with #84486F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84486F on black background.


Color preview on white background

This text has color #84486F on white background.



Black color preview on #84486F background

This text has black color on #84486F background.


White color preview on #84486F background

This text has white color on #84486F background.