COLOR #842E6B

HEX: #842E6B
RGB: (132,46,107)

Color info

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

RGB color model

#842E6B color RGB value is (132,46,107).

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

RGB channels and saturation

R 132 of 255 = 52%
G 46 of 255 = 18%
B 107 of 255 = 42%

132
46
107

R + G + B ~ 37%. #842E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 46 + 107 = 285 (100%)
R 132 of 285 ~ 46.32%
G 46 of 285 ~ 16.14%
B 107 of 285 ~ 37.54%

%46.32
%16.14
%37.54

CMYK color model

#842E6B color CMYK value is (0,65,19,48).

  • cyan value is 0.00%
  • magenta value is 65.15%
  • yellow value is 18.94%
  • key color value is 48.24%
CMYK:
(0,65,19,48)
C0M65Y19K48 
(0%,65%,19%,48%)
(0.00/0.65/0.19/0.48)	

CMYK percentages

%0
%65.15
%18.94
%48.24

Codes

Color #842E6B in popluar color models

842E6B
RGB13246107
HSL317°48.31%34.90%
HSB/HSV317°65.15%51.76%
CMYK0.00%65.15%18.94%
48.24%

Color #842E6B in popluar number systems.

HEX842E6B
Decimal13246107
Binary100001001011101101011
Octal20456153

Shades and tints

Shades of #842E6B

#842E6B
(132,46,107)
#782A62
(120,42,98)
#6C2659
(108,38,89)
#602250
(96,34,80)
#541E47
(84,30,71)
#481A3E
(72,26,62)
#3C1635
(60,22,53)
#30122C
(48,18,44)
#240E23
(36,14,35)
#180A1A
(24,10,26)
#0C0611
(12,6,17)
#000000
(0,0,0)

Tints of #842E6B

#842E6B
(132,46,107)
#8F4178
(143,65,120)
#9A5485
(154,84,133)
#A56792
(165,103,146)
#B07A9F
(176,122,159)
#BB8DAC
(187,141,172)
#C6A0B9
(198,160,185)
#D1B3C6
(209,179,198)
#DCC6D3
(220,198,211)
#E7D9E0
(231,217,224)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #842E6B; }

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

This text font color is #842E6B.


Background Color

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

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

This div background color is #842E6B.


Border color

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

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

This div border color is #842E6B.


Opacity

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

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

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

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

This text has shadow with #842E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842E6B on black background.


Color preview on white background

This text has color #842E6B on white background.



Black color preview on #842E6B background

This text has black color on #842E6B background.


White color preview on #842E6B background

This text has white color on #842E6B background.