COLOR #842412

HEX: #842412
RGB: (132,36,18)

Color info

#842412 contains mainly red color. Web safe color of #842412 is #993300 (or #930).

RGB color model

#842412 color RGB value is (132,36,18).

  • red value is 132;
  • green value is 36;
  • blue value is 18.
RGB:
(132,36,18)
(52%,14%,7%)

RGB channels and saturation

R 132 of 255 = 52%
G 36 of 255 = 14%
B 18 of 255 = 7%

132
36
18

R + G + B ~ 24%. #842412 is dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 36 + 18 = 186 (100%)
R 132 of 186 ~ 70.97%
G 36 of 186 ~ 19.35%
B 18 of 186 ~ 9.68%

%70.97
%19.35
%9.68

CMYK color model

#842412 color CMYK value is (0,73,86,48).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 86.36%
  • key color value is 48.24%
CMYK:
(0,73,86,48)
C0M73Y86K48 
(0%,73%,86%,48%)
(0.00/0.73/0.86/0.48)	

CMYK percentages

%0
%72.73
%86.36
%48.24

Codes

Color #842412 in popluar color models

842412
RGB1323618
HSL76.00%29.41%
HSB/HSV86.36%51.76%
CMYK0.00%72.73%86.36%
48.24%

Color #842412 in popluar number systems.

HEX842412
Decimal1323618
Binary1000010010010010010
Octal2044422

Shades and tints

Shades of #842412

#842412
(132,36,18)
#782111
(120,33,17)
#6C1E10
(108,30,16)
#601B0F
(96,27,15)
#54180E
(84,24,14)
#48150D
(72,21,13)
#3C120C
(60,18,12)
#300F0B
(48,15,11)
#240C0A
(36,12,10)
#180909
(24,9,9)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #842412

#842412
(132,36,18)
#8F3727
(143,55,39)
#9A4A3C
(154,74,60)
#A55D51
(165,93,81)
#B07066
(176,112,102)
#BB837B
(187,131,123)
#C69690
(198,150,144)
#D1A9A5
(209,169,165)
#DCBCBA
(220,188,186)
#E7CFCF
(231,207,207)
#F2E2E4
(242,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842412 color. Also use rgb(132,36,18) instead hex code.

Text Font Color

.myTextColor { color: #842412; }

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

This text font color is #842412.


Background Color

.myBgColor { background-color: #842412; }

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

This div background color is #842412.


Border color

.myBorderColor { border: 1px solid #842412; }

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

This div border color is #842412.


Opacity

.myOpacity80 { color: #842412; opacity: 0.8; }

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

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

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

This text has shadow with #842412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842412 on black background.


Color preview on white background

This text has color #842412 on white background.



Black color preview on #842412 background

This text has black color on #842412 background.


White color preview on #842412 background

This text has white color on #842412 background.