COLOR #842311

HEX: #842311
RGB: (132,35,17)

Color info

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

RGB color model

#842311 color RGB value is (132,35,17).

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

RGB channels and saturation

R 132 of 255 = 52%
G 35 of 255 = 14%
B 17 of 255 = 7%

132
35
17

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

Portions of RGB colors in percentages

R + G + B =
132 + 35 + 17 = 184 (100%)
R 132 of 184 ~ 71.74%
G 35 of 184 ~ 19.02%
B 17 of 184 ~ 9.24%

%71.74
%19.02

CMYK color model

#842311 color CMYK value is (0,73,87,48).

  • cyan value is 0.00%
  • magenta value is 73.48%
  • yellow value is 87.12%
  • key color value is 48.24%
CMYK:
(0,73,87,48)
C0M73Y87K48 
(0%,73%,87%,48%)
(0.00/0.73/0.87/0.48)	

CMYK percentages

%0
%73.48
%87.12
%48.24

Codes

Color #842311 in popluar color models

842311
RGB1323517
HSL77.18%29.22%
HSB/HSV87.12%51.76%
CMYK0.00%73.48%87.12%
48.24%

Color #842311 in popluar number systems.

HEX842311
Decimal1323517
Binary1000010010001110001
Octal2044321

Shades and tints

Shades of #842311

#842311
(132,35,17)
#782010
(120,32,16)
#6C1D0F
(108,29,15)
#601A0E
(96,26,14)
#54170D
(84,23,13)
#48140C
(72,20,12)
#3C110B
(60,17,11)
#300E0A
(48,14,10)
#240B09
(36,11,9)
#180808
(24,8,8)
#0C0507
(12,5,7)
#000000
(0,0,0)

Tints of #842311

#842311
(132,35,17)
#8F3726
(143,55,38)
#9A4B3B
(154,75,59)
#A55F50
(165,95,80)
#B07365
(176,115,101)
#BB877A
(187,135,122)
#C69B8F
(198,155,143)
#D1AFA4
(209,175,164)
#DCC3B9
(220,195,185)
#E7D7CE
(231,215,206)
#F2EBE3
(242,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842311 color. Also use rgb(132,35,17) instead hex code.

Text Font Color

.myTextColor { color: #842311; }

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

This text font color is #842311.


Background Color

.myBgColor { background-color: #842311; }

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

This div background color is #842311.


Border color

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

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

This div border color is #842311.


Opacity

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

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

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

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

This text has shadow with #842311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842311 on black background.


Color preview on white background

This text has color #842311 on white background.



Black color preview on #842311 background

This text has black color on #842311 background.


White color preview on #842311 background

This text has white color on #842311 background.