COLOR #803820

HEX: #803820
RGB: (128,56,32)

Color info

#803820 contains mainly red color. Web safe color of #803820 is #663333 (or #633).

RGB color model

#803820 color RGB value is (128,56,32).

  • red value is 128;
  • green value is 56;
  • blue value is 32.
RGB:
(128,56,32)
(50%,22%,13%)

RGB channels and saturation

R 128 of 255 = 50%
G 56 of 255 = 22%
B 32 of 255 = 13%

128
56
32

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

Portions of RGB colors in percentages

R + G + B =
128 + 56 + 32 = 216 (100%)
R 128 of 216 ~ 59.26%
G 56 of 216 ~ 25.93%
B 32 of 216 ~ 14.81%

%59.26
%25.93
%14.81

CMYK color model

#803820 color CMYK value is (0,56,75,50).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 75.00%
  • key color value is 49.80%
CMYK:
(0,56,75,50)
C0M56Y75K50 
(0%,56%,75%,50%)
(0.00/0.56/0.75/0.50)	

CMYK percentages

%0
%56.25
%75
%49.8

Codes

Color #803820 in popluar color models

803820
RGB1285632
HSL15°60.00%31.37%
HSB/HSV15°75.00%50.20%
CMYK0.00%56.25%75.00%
49.80%

Color #803820 in popluar number systems.

HEX803820
Decimal1285632
Binary10000000111000100000
Octal2007040

Shades and tints

Shades of #803820

#803820
(128,56,32)
#75331E
(117,51,30)
#6A2E1C
(106,46,28)
#5F291A
(95,41,26)
#542418
(84,36,24)
#491F16
(73,31,22)
#3E1A14
(62,26,20)
#331512
(51,21,18)
#281010
(40,16,16)
#1D0B0E
(29,11,14)
#12060C
(18,6,12)
#000000
(0,0,0)

Tints of #803820

#803820
(128,56,32)
#8B4A34
(139,74,52)
#965C48
(150,92,72)
#A16E5C
(161,110,92)
#AC8070
(172,128,112)
#B79284
(183,146,132)
#C2A498
(194,164,152)
#CDB6AC
(205,182,172)
#D8C8C0
(216,200,192)
#E3DAD4
(227,218,212)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803820 color. Also use rgb(128,56,32) instead hex code.

Text Font Color

.myTextColor { color: #803820; }

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

This text font color is #803820.


Background Color

.myBgColor { background-color: #803820; }

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

This div background color is #803820.


Border color

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

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

This div border color is #803820.


Opacity

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

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

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

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

This text has shadow with #803820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803820 on black background.


Color preview on white background

This text has color #803820 on white background.



Black color preview on #803820 background

This text has black color on #803820 background.


White color preview on #803820 background

This text has white color on #803820 background.