COLOR #84467F

HEX: #84467F
RGB: (132,70,127)

Color info

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

RGB color model

#84467F color RGB value is (132,70,127).

  • red value is 132;
  • green value is 70;
  • blue value is 127.
RGB:
(132,70,127)
(52%,27%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 70 of 255 = 27%
B 127 of 255 = 50%

132
70
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 70 + 127 = 329 (100%)
R 132 of 329 ~ 40.12%
G 70 of 329 ~ 21.28%
B 127 of 329 ~ 38.6%

%40.12
%21.28
%38.6

CMYK color model

#84467F color CMYK value is (0,47,4,48).

  • cyan value is 0.00%
  • magenta value is 46.97%
  • yellow value is 3.79%
  • key color value is 48.24%
CMYK:
(0,47,4,48)
C0M47Y4K48 
(0%,47%,4%,48%)
(0.00/0.47/0.04/0.48)	

CMYK percentages

%0
%46.97
%3.79
%48.24

Codes

Color #84467F in popluar color models

84467F
RGB13270127
HSL305°30.69%39.61%
HSB/HSV305°46.97%51.76%
CMYK0.00%46.97%3.79%
48.24%

Color #84467F in popluar number systems.

HEX84467F
Decimal13270127
Binary1000010010001101111111
Octal204106177

Shades and tints

Shades of #84467F

#84467F
(132,70,127)
#784074
(120,64,116)
#6C3A69
(108,58,105)
#60345E
(96,52,94)
#542E53
(84,46,83)
#482848
(72,40,72)
#3C223D
(60,34,61)
#301C32
(48,28,50)
#241627
(36,22,39)
#18101C
(24,16,28)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #84467F

#84467F
(132,70,127)
#8F568A
(143,86,138)
#9A6695
(154,102,149)
#A576A0
(165,118,160)
#B086AB
(176,134,171)
#BB96B6
(187,150,182)
#C6A6C1
(198,166,193)
#D1B6CC
(209,182,204)
#DCC6D7
(220,198,215)
#E7D6E2
(231,214,226)
#F2E6ED
(242,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84467F color. Also use rgb(132,70,127) instead hex code.

Text Font Color

.myTextColor { color: #84467F; }

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

This text font color is #84467F.


Background Color

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

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

This div background color is #84467F.


Border color

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

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

This div border color is #84467F.


Opacity

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

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

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

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

This text has shadow with #84467F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84467F on black background.


Color preview on white background

This text has color #84467F on white background.



Black color preview on #84467F background

This text has black color on #84467F background.


White color preview on #84467F background

This text has white color on #84467F background.