COLOR #843816

HEX: #843816
RGB: (132,56,22)

Color info

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

RGB color model

#843816 color RGB value is (132,56,22).

  • red value is 132;
  • green value is 56;
  • blue value is 22.
RGB:
(132,56,22)
(52%,22%,9%)

RGB channels and saturation

R 132 of 255 = 52%
G 56 of 255 = 22%
B 22 of 255 = 9%

132
56
22

R + G + B ~ 28%. #843816 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 56 + 22 = 210 (100%)
R 132 of 210 ~ 62.86%
G 56 of 210 ~ 26.67%
B 22 of 210 ~ 10.48%

%62.86
%26.67
%10.48

CMYK color model

#843816 color CMYK value is (0,58,83,48).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 83.33%
  • key color value is 48.24%
CMYK:
(0,58,83,48)
C0M58Y83K48 
(0%,58%,83%,48%)
(0.00/0.58/0.83/0.48)	

CMYK percentages

%0
%57.58
%83.33
%48.24

Codes

Color #843816 in popluar color models

843816
RGB1325622
HSL19°71.43%30.20%
HSB/HSV19°83.33%51.76%
CMYK0.00%57.58%83.33%
48.24%

Color #843816 in popluar number systems.

HEX843816
Decimal1325622
Binary1000010011100010110
Octal2047026

Shades and tints

Shades of #843816

#843816
(132,56,22)
#783314
(120,51,20)
#6C2E12
(108,46,18)
#602910
(96,41,16)
#54240E
(84,36,14)
#481F0C
(72,31,12)
#3C1A0A
(60,26,10)
#301508
(48,21,8)
#241006
(36,16,6)
#180B04
(24,11,4)
#0C0602
(12,6,2)
#000000
(0,0,0)

Tints of #843816

#843816
(132,56,22)
#8F4A2B
(143,74,43)
#9A5C40
(154,92,64)
#A56E55
(165,110,85)
#B0806A
(176,128,106)
#BB927F
(187,146,127)
#C6A494
(198,164,148)
#D1B6A9
(209,182,169)
#DCC8BE
(220,200,190)
#E7DAD3
(231,218,211)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843816 color. Also use rgb(132,56,22) instead hex code.

Text Font Color

.myTextColor { color: #843816; }

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

This text font color is #843816.


Background Color

.myBgColor { background-color: #843816; }

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

This div background color is #843816.


Border color

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

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

This div border color is #843816.


Opacity

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

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

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

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

This text has shadow with #843816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843816 on black background.


Color preview on white background

This text has color #843816 on white background.



Black color preview on #843816 background

This text has black color on #843816 background.


White color preview on #843816 background

This text has white color on #843816 background.