COLOR #84466E

HEX: #84466E
RGB: (132,70,110)

Color info

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

RGB color model

#84466E color RGB value is (132,70,110).

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

RGB channels and saturation

R 132 of 255 = 52%
G 70 of 255 = 27%
B 110 of 255 = 43%

132
70
110

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

Portions of RGB colors in percentages

R + G + B =
132 + 70 + 110 = 312 (100%)
R 132 of 312 ~ 42.31%
G 70 of 312 ~ 22.44%
B 110 of 312 ~ 35.26%

%42.31
%22.44
%35.26

CMYK color model

#84466E color CMYK value is (0,47,17,48).

  • cyan value is 0.00%
  • magenta value is 46.97%
  • yellow value is 16.67%
  • key color value is 48.24%
CMYK:
(0,47,17,48)
C0M47Y17K48 
(0%,47%,17%,48%)
(0.00/0.47/0.17/0.48)	

CMYK percentages

%0
%46.97
%16.67
%48.24

Codes

Color #84466E in popluar color models

84466E
RGB13270110
HSL321°30.69%39.61%
HSB/HSV321°46.97%51.76%
CMYK0.00%46.97%16.67%
48.24%

Color #84466E in popluar number systems.

HEX84466E
Decimal13270110
Binary1000010010001101101110
Octal204106156

Shades and tints

Shades of #84466E

#84466E
(132,70,110)
#784064
(120,64,100)
#6C3A5A
(108,58,90)
#603450
(96,52,80)
#542E46
(84,46,70)
#48283C
(72,40,60)
#3C2232
(60,34,50)
#301C28
(48,28,40)
#24161E
(36,22,30)
#181014
(24,16,20)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #84466E

#84466E
(132,70,110)
#8F567B
(143,86,123)
#9A6688
(154,102,136)
#A57695
(165,118,149)
#B086A2
(176,134,162)
#BB96AF
(187,150,175)
#C6A6BC
(198,166,188)
#D1B6C9
(209,182,201)
#DCC6D6
(220,198,214)
#E7D6E3
(231,214,227)
#F2E6F0
(242,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84466E color. Also use rgb(132,70,110) instead hex code.

Text Font Color

.myTextColor { color: #84466E; }

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

This text font color is #84466E.


Background Color

.myBgColor { background-color: #84466E; }

<div style="background-color:#84466E">Inner text</div>

This div background color is #84466E.


Border color

.myBorderColor { border: 1px solid #84466E; }

<div style="border:3px solid #84466E">Div</div>

This div border color is #84466E.


Opacity

.myOpacity80 { color: #84466E; opacity: 0.8; }

<p style="color:#84466E;opacity:0.8;">80%</p>

Text with #84466E 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 #84466E;}

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

This text has shadow with #84466E color.

.textShadow {text-shadow: 3px 3px 1px #84466E, 3px 3px 1px red;}

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

This text has shadow with #84466E primary color and red secondary color.


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

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

This text has shadow with #84466E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84466E on black background.


Color preview on white background

This text has color #84466E on white background.



Black color preview on #84466E background

This text has black color on #84466E background.


White color preview on #84466E background

This text has white color on #84466E background.