COLOR #842C4E

HEX: #842C4E
RGB: (132,44,78)

Color info

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

RGB color model

#842C4E color RGB value is (132,44,78).

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

RGB channels and saturation

R 132 of 255 = 52%
G 44 of 255 = 17%
B 78 of 255 = 31%

132
44
78

R + G + B ~ 33%. #842C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 44 + 78 = 254 (100%)
R 132 of 254 ~ 51.97%
G 44 of 254 ~ 17.32%
B 78 of 254 ~ 30.71%

%51.97
%17.32
%30.71

CMYK color model

#842C4E color CMYK value is (0,67,41,48).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 40.91%
  • key color value is 48.24%
CMYK:
(0,67,41,48)
C0M67Y41K48 
(0%,67%,41%,48%)
(0.00/0.67/0.41/0.48)	

CMYK percentages

%0
%66.67
%40.91
%48.24

Codes

Color #842C4E in popluar color models

842C4E
RGB1324478
HSL337°50.00%34.51%
HSB/HSV337°66.67%51.76%
CMYK0.00%66.67%40.91%
48.24%

Color #842C4E in popluar number systems.

HEX842C4E
Decimal1324478
Binary100001001011001001110
Octal20454116

Shades and tints

Shades of #842C4E

#842C4E
(132,44,78)
#782847
(120,40,71)
#6C2440
(108,36,64)
#602039
(96,32,57)
#541C32
(84,28,50)
#48182B
(72,24,43)
#3C1424
(60,20,36)
#30101D
(48,16,29)
#240C16
(36,12,22)
#18080F
(24,8,15)
#0C0408
(12,4,8)
#000000
(0,0,0)

Tints of #842C4E

#842C4E
(132,44,78)
#8F3F5E
(143,63,94)
#9A526E
(154,82,110)
#A5657E
(165,101,126)
#B0788E
(176,120,142)
#BB8B9E
(187,139,158)
#C69EAE
(198,158,174)
#D1B1BE
(209,177,190)
#DCC4CE
(220,196,206)
#E7D7DE
(231,215,222)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842C4E color. Also use rgb(132,44,78) instead hex code.

Text Font Color

.myTextColor { color: #842C4E; }

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

This text font color is #842C4E.


Background Color

.myBgColor { background-color: #842C4E; }

<div style="background-color:#842C4E">Inner text</div>

This div background color is #842C4E.


Border color

.myBorderColor { border: 1px solid #842C4E; }

<div style="border:3px solid #842C4E">Div</div>

This div border color is #842C4E.


Opacity

.myOpacity80 { color: #842C4E; opacity: 0.8; }

<p style="color:#842C4E;opacity:0.8;">80%</p>

Text with #842C4E 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 #842C4E;}

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

This text has shadow with #842C4E color.

.textShadow {text-shadow: 3px 3px 1px #842C4E, 3px 3px 1px red;}

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

This text has shadow with #842C4E primary color and red secondary color.


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

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

This text has shadow with #842C4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842C4E on black background.


Color preview on white background

This text has color #842C4E on white background.



Black color preview on #842C4E background

This text has black color on #842C4E background.


White color preview on #842C4E background

This text has white color on #842C4E background.