COLOR #84406A

HEX: #84406A
RGB: (132,64,106)

Color info

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

RGB color model

#84406A color RGB value is (132,64,106).

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

RGB channels and saturation

R 132 of 255 = 52%
G 64 of 255 = 25%
B 106 of 255 = 42%

132
64
106

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

Portions of RGB colors in percentages

R + G + B =
132 + 64 + 106 = 302 (100%)
R 132 of 302 ~ 43.71%
G 64 of 302 ~ 21.19%
B 106 of 302 ~ 35.1%

%43.71
%21.19
%35.1

CMYK color model

#84406A color CMYK value is (0,52,20,48).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 19.70%
  • key color value is 48.24%
CMYK: (0,52,20,48) C0M52Y20K48 (0%,52%,20%,48%) (0.00/0.52/0.20/0.48)

CMYK percentages

%0
%51.52
%19.7
%48.24

Codes

Color #84406A in popluar color models

84406A
RGB13264106
HSL323°34.69%38.43%
HSB/HSV323°51.52%51.76%
CMYK0.00%51.52%19.70%
48.24%

Color #84406A in popluar number systems.

HEX84406A
Decimal13264106
Binary1000010010000001101010
Octal204100152

Shades and tints

Shades of #84406A

#84406A
(132,64,106)
#783B61
(120,59,97)
#6C3658
(108,54,88)
#60314F
(96,49,79)
#542C46
(84,44,70)
#48273D
(72,39,61)
#3C2234
(60,34,52)
#301D2B
(48,29,43)
#241822
(36,24,34)
#181319
(24,19,25)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #84406A

#84406A
(132,64,106)
#8F5177
(143,81,119)
#9A6284
(154,98,132)
#A57391
(165,115,145)
#B0849E
(176,132,158)
#BB95AB
(187,149,171)
#C6A6B8
(198,166,184)
#D1B7C5
(209,183,197)
#DCC8D2
(220,200,210)
#E7D9DF
(231,217,223)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84406A; }

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

This text font color is #84406A.


Background Color

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

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

This div background color is #84406A.


Border color

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

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

This div border color is #84406A.


Opacity

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

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

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

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

This text has shadow with #84406A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #84406A on black background.


Color preview on white background

This text has color #84406A on white background.



Black color preview on #84406A background

This text has black color on #84406A background.


White color preview on #84406A background

This text has white color on #84406A background.