COLOR #842E40

HEX: #842E40
RGB: (132,46,64)

Color info

#842E40 contains mainly red color. Web safe color of #842E40 is #993333 (or #933).

RGB color model

#842E40 color RGB value is (132,46,64).

  • red value is 132;
  • green value is 46;
  • blue value is 64.
RGB:
(132,46,64)
(52%,18%,25%)

RGB channels and saturation

R 132 of 255 = 52%
G 46 of 255 = 18%
B 64 of 255 = 25%

132
46
64

R + G + B ~ 32%. #842E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 46 + 64 = 242 (100%)
R 132 of 242 ~ 54.55%
G 46 of 242 ~ 19.01%
B 64 of 242 ~ 26.45%

%54.55
%19.01
%26.45

CMYK color model

#842E40 color CMYK value is (0,65,52,48).

  • cyan value is 0.00%
  • magenta value is 65.15%
  • yellow value is 51.52%
  • key color value is 48.24%
CMYK:
(0,65,52,48)
C0M65Y52K48 
(0%,65%,52%,48%)
(0.00/0.65/0.52/0.48)	

CMYK percentages

%0
%65.15
%51.52
%48.24

Codes

Color #842E40 in popluar color models

842E40
RGB1324664
HSL347°48.31%34.90%
HSB/HSV347°65.15%51.76%
CMYK0.00%65.15%51.52%
48.24%

Color #842E40 in popluar number systems.

HEX842E40
Decimal1324664
Binary100001001011101000000
Octal20456100

Shades and tints

Shades of #842E40

#842E40
(132,46,64)
#782A3B
(120,42,59)
#6C2636
(108,38,54)
#602231
(96,34,49)
#541E2C
(84,30,44)
#481A27
(72,26,39)
#3C1622
(60,22,34)
#30121D
(48,18,29)
#240E18
(36,14,24)
#180A13
(24,10,19)
#0C060E
(12,6,14)
#000000
(0,0,0)

Tints of #842E40

#842E40
(132,46,64)
#8F4151
(143,65,81)
#9A5462
(154,84,98)
#A56773
(165,103,115)
#B07A84
(176,122,132)
#BB8D95
(187,141,149)
#C6A0A6
(198,160,166)
#D1B3B7
(209,179,183)
#DCC6C8
(220,198,200)
#E7D9D9
(231,217,217)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842E40 color. Also use rgb(132,46,64) instead hex code.

Text Font Color

.myTextColor { color: #842E40; }

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

This text font color is #842E40.


Background Color

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

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

This div background color is #842E40.


Border color

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

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

This div border color is #842E40.


Opacity

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

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

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

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

This text has shadow with #842E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842E40 on black background.


Color preview on white background

This text has color #842E40 on white background.



Black color preview on #842E40 background

This text has black color on #842E40 background.


White color preview on #842E40 background

This text has white color on #842E40 background.