COLOR #843A0E

HEX: #843A0E
RGB: (132,58,14)

Color info

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

RGB color model

#843A0E color RGB value is (132,58,14).

  • red value is 132;
  • green value is 58;
  • blue value is 14.
RGB:
(132,58,14)
(52%,23%,5%)

RGB channels and saturation

R 132 of 255 = 52%
G 58 of 255 = 23%
B 14 of 255 = 5%

132
58
14

R + G + B ~ 27%. #843A0E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 58 + 14 = 204 (100%)
R 132 of 204 ~ 64.71%
G 58 of 204 ~ 28.43%
B 14 of 204 ~ 6.86%

%64.71
%28.43

CMYK color model

#843A0E color CMYK value is (0,56,89,48).

  • cyan value is 0.00%
  • magenta value is 56.06%
  • yellow value is 89.39%
  • key color value is 48.24%
CMYK:
(0,56,89,48)
C0M56Y89K48 
(0%,56%,89%,48%)
(0.00/0.56/0.89/0.48)	

CMYK percentages

%0
%56.06
%89.39
%48.24

Codes

Color #843A0E in popluar color models

843A0E
RGB1325814
HSL22°80.82%28.63%
HSB/HSV22°89.39%51.76%
CMYK0.00%56.06%89.39%
48.24%

Color #843A0E in popluar number systems.

HEX843A0E
Decimal1325814
Binary100001001110101110
Octal2047216

Shades and tints

Shades of #843A0E

#843A0E
(132,58,14)
#78350D
(120,53,13)
#6C300C
(108,48,12)
#602B0B
(96,43,11)
#54260A
(84,38,10)
#482109
(72,33,9)
#3C1C08
(60,28,8)
#301707
(48,23,7)
#241206
(36,18,6)
#180D05
(24,13,5)
#0C0804
(12,8,4)
#000000
(0,0,0)

Tints of #843A0E

#843A0E
(132,58,14)
#8F4B23
(143,75,35)
#9A5C38
(154,92,56)
#A56D4D
(165,109,77)
#B07E62
(176,126,98)
#BB8F77
(187,143,119)
#C6A08C
(198,160,140)
#D1B1A1
(209,177,161)
#DCC2B6
(220,194,182)
#E7D3CB
(231,211,203)
#F2E4E0
(242,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843A0E color. Also use rgb(132,58,14) instead hex code.

Text Font Color

.myTextColor { color: #843A0E; }

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

This text font color is #843A0E.


Background Color

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

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

This div background color is #843A0E.


Border color

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

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

This div border color is #843A0E.


Opacity

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

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

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

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

This text has shadow with #843A0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843A0E on black background.


Color preview on white background

This text has color #843A0E on white background.



Black color preview on #843A0E background

This text has black color on #843A0E background.


White color preview on #843A0E background

This text has white color on #843A0E background.