COLOR #84294E

HEX: #84294E
RGB: (132,41,78)

Color info

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

RGB color model

#84294E color RGB value is (132,41,78).

  • red value is 132;
  • green value is 41;
  • blue value is 78.
RGB:
(132,41,78)
(52%,16%,31%)

RGB channels and saturation

R 132 of 255 = 52%
G 41 of 255 = 16%
B 78 of 255 = 31%

132
41
78

R + G + B ~ 33%. #84294E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 41 + 78 = 251 (100%)
R 132 of 251 ~ 52.59%
G 41 of 251 ~ 16.33%
B 78 of 251 ~ 31.08%

%52.59
%16.33
%31.08

CMYK color model

#84294E color CMYK value is (0,69,41,48).

  • cyan value is 0.00%
  • magenta value is 68.94%
  • yellow value is 40.91%
  • key color value is 48.24%
CMYK:
(0,69,41,48)
C0M69Y41K48 
(0%,69%,41%,48%)
(0.00/0.69/0.41/0.48)	

CMYK percentages

%0
%68.94
%40.91
%48.24

Codes

Color #84294E in popluar color models

84294E
RGB1324178
HSL336°52.60%33.92%
HSB/HSV336°68.94%51.76%
CMYK0.00%68.94%40.91%
48.24%

Color #84294E in popluar number systems.

HEX84294E
Decimal1324178
Binary100001001010011001110
Octal20451116

Shades and tints

Shades of #84294E

#84294E
(132,41,78)
#782647
(120,38,71)
#6C2340
(108,35,64)
#602039
(96,32,57)
#541D32
(84,29,50)
#481A2B
(72,26,43)
#3C1724
(60,23,36)
#30141D
(48,20,29)
#241116
(36,17,22)
#180E0F
(24,14,15)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #84294E

#84294E
(132,41,78)
#8F3C5E
(143,60,94)
#9A4F6E
(154,79,110)
#A5627E
(165,98,126)
#B0758E
(176,117,142)
#BB889E
(187,136,158)
#C69BAE
(198,155,174)
#D1AEBE
(209,174,190)
#DCC1CE
(220,193,206)
#E7D4DE
(231,212,222)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84294E color. Also use rgb(132,41,78) instead hex code.

Text Font Color

.myTextColor { color: #84294E; }

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

This text font color is #84294E.


Background Color

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

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

This div background color is #84294E.


Border color

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

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

This div border color is #84294E.


Opacity

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

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

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

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

This text has shadow with #84294E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84294E on black background.


Color preview on white background

This text has color #84294E on white background.



Black color preview on #84294E background

This text has black color on #84294E background.


White color preview on #84294E background

This text has white color on #84294E background.