COLOR #84215E

HEX: #84215E
RGB: (132,33,94)

Color info

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

RGB color model

#84215E color RGB value is (132,33,94).

  • red value is 132;
  • green value is 33;
  • blue value is 94.
RGB:
(132,33,94)
(52%,13%,37%)

RGB channels and saturation

R 132 of 255 = 52%
G 33 of 255 = 13%
B 94 of 255 = 37%

132
33
94

R + G + B ~ 34%. #84215E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 33 + 94 = 259 (100%)
R 132 of 259 ~ 50.97%
G 33 of 259 ~ 12.74%
B 94 of 259 ~ 36.29%

%50.97
%12.74
%36.29

CMYK color model

#84215E color CMYK value is (0,75,29,48).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 28.79%
  • key color value is 48.24%
CMYK:
(0,75,29,48)
C0M75Y29K48 
(0%,75%,29%,48%)
(0.00/0.75/0.29/0.48)	

CMYK percentages

%0
%75
%28.79
%48.24

Codes

Color #84215E in popluar color models

84215E
RGB1323394
HSL323°60.00%32.35%
HSB/HSV323°75.00%51.76%
CMYK0.00%75.00%28.79%
48.24%

Color #84215E in popluar number systems.

HEX84215E
Decimal1323394
Binary100001001000011011110
Octal20441136

Shades and tints

Shades of #84215E

#84215E
(132,33,94)
#781E56
(120,30,86)
#6C1B4E
(108,27,78)
#601846
(96,24,70)
#54153E
(84,21,62)
#481236
(72,18,54)
#3C0F2E
(60,15,46)
#300C26
(48,12,38)
#24091E
(36,9,30)
#180616
(24,6,22)
#0C030E
(12,3,14)
#000000
(0,0,0)

Tints of #84215E

#84215E
(132,33,94)
#8F356C
(143,53,108)
#9A497A
(154,73,122)
#A55D88
(165,93,136)
#B07196
(176,113,150)
#BB85A4
(187,133,164)
#C699B2
(198,153,178)
#D1ADC0
(209,173,192)
#DCC1CE
(220,193,206)
#E7D5DC
(231,213,220)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84215E color. Also use rgb(132,33,94) instead hex code.

Text Font Color

.myTextColor { color: #84215E; }

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

This text font color is #84215E.


Background Color

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

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

This div background color is #84215E.


Border color

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

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

This div border color is #84215E.


Opacity

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

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

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

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

This text has shadow with #84215E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84215E on black background.


Color preview on white background

This text has color #84215E on white background.



Black color preview on #84215E background

This text has black color on #84215E background.


White color preview on #84215E background

This text has white color on #84215E background.