COLOR #843C1F

HEX: #843C1F
RGB: (132,60,31)

Color info

#843C1F contains mainly red color. Web safe color of #843C1F is #993333 (or #933).

RGB color model

#843C1F color RGB value is (132,60,31).

  • red value is 132;
  • green value is 60;
  • blue value is 31.
RGB:
(132,60,31)
(52%,24%,12%)

RGB channels and saturation

R 132 of 255 = 52%
G 60 of 255 = 24%
B 31 of 255 = 12%

132
60
31

R + G + B ~ 29%. #843C1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 60 + 31 = 223 (100%)
R 132 of 223 ~ 59.19%
G 60 of 223 ~ 26.91%
B 31 of 223 ~ 13.9%

%59.19
%26.91
%13.9

CMYK color model

#843C1F color CMYK value is (0,55,77,48).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 76.52%
  • key color value is 48.24%
CMYK:
(0,55,77,48)
C0M55Y77K48 
(0%,55%,77%,48%)
(0.00/0.55/0.77/0.48)	

CMYK percentages

%0
%54.55
%76.52
%48.24

Codes

Color #843C1F in popluar color models

843C1F
RGB1326031
HSL17°61.96%31.96%
HSB/HSV17°76.52%51.76%
CMYK0.00%54.55%76.52%
48.24%

Color #843C1F in popluar number systems.

HEX843C1F
Decimal1326031
Binary1000010011110011111
Octal2047437

Shades and tints

Shades of #843C1F

#843C1F
(132,60,31)
#78371D
(120,55,29)
#6C321B
(108,50,27)
#602D19
(96,45,25)
#542817
(84,40,23)
#482315
(72,35,21)
#3C1E13
(60,30,19)
#301911
(48,25,17)
#24140F
(36,20,15)
#180F0D
(24,15,13)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #843C1F

#843C1F
(132,60,31)
#8F4D33
(143,77,51)
#9A5E47
(154,94,71)
#A56F5B
(165,111,91)
#B0806F
(176,128,111)
#BB9183
(187,145,131)
#C6A297
(198,162,151)
#D1B3AB
(209,179,171)
#DCC4BF
(220,196,191)
#E7D5D3
(231,213,211)
#F2E6E7
(242,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843C1F color. Also use rgb(132,60,31) instead hex code.

Text Font Color

.myTextColor { color: #843C1F; }

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

This text font color is #843C1F.


Background Color

.myBgColor { background-color: #843C1F; }

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

This div background color is #843C1F.


Border color

.myBorderColor { border: 1px solid #843C1F; }

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

This div border color is #843C1F.


Opacity

.myOpacity80 { color: #843C1F; opacity: 0.8; }

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

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

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

This text has shadow with #843C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843C1F on black background.


Color preview on white background

This text has color #843C1F on white background.



Black color preview on #843C1F background

This text has black color on #843C1F background.


White color preview on #843C1F background

This text has white color on #843C1F background.