COLOR #842C36

HEX: #842C36
RGB: (132,44,54)

Color info

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

RGB color model

#842C36 color RGB value is (132,44,54).

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

RGB channels and saturation

R 132 of 255 = 52%
G 44 of 255 = 17%
B 54 of 255 = 21%

132
44
54

R + G + B ~ 30%. #842C36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 44 + 54 = 230 (100%)
R 132 of 230 ~ 57.39%
G 44 of 230 ~ 19.13%
B 54 of 230 ~ 23.48%

%57.39
%19.13
%23.48

CMYK color model

#842C36 color CMYK value is (0,67,59,48).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 59.09%
  • key color value is 48.24%
CMYK:
(0,67,59,48)
C0M67Y59K48 
(0%,67%,59%,48%)
(0.00/0.67/0.59/0.48)	

CMYK percentages

%0
%66.67
%59.09
%48.24

Codes

Color #842C36 in popluar color models

842C36
RGB1324454
HSL353°50.00%34.51%
HSB/HSV353°66.67%51.76%
CMYK0.00%66.67%59.09%
48.24%

Color #842C36 in popluar number systems.

HEX842C36
Decimal1324454
Binary10000100101100110110
Octal2045466

Shades and tints

Shades of #842C36

#842C36
(132,44,54)
#782832
(120,40,50)
#6C242E
(108,36,46)
#60202A
(96,32,42)
#541C26
(84,28,38)
#481822
(72,24,34)
#3C141E
(60,20,30)
#30101A
(48,16,26)
#240C16
(36,12,22)
#180812
(24,8,18)
#0C040E
(12,4,14)
#000000
(0,0,0)

Tints of #842C36

#842C36
(132,44,54)
#8F3F48
(143,63,72)
#9A525A
(154,82,90)
#A5656C
(165,101,108)
#B0787E
(176,120,126)
#BB8B90
(187,139,144)
#C69EA2
(198,158,162)
#D1B1B4
(209,177,180)
#DCC4C6
(220,196,198)
#E7D7D8
(231,215,216)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #842C36; }

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

This text font color is #842C36.


Background Color

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

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

This div background color is #842C36.


Border color

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

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

This div border color is #842C36.


Opacity

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

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

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

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

This text has shadow with #842C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842C36 on black background.


Color preview on white background

This text has color #842C36 on white background.



Black color preview on #842C36 background

This text has black color on #842C36 background.


White color preview on #842C36 background

This text has white color on #842C36 background.