COLOR #803020

HEX: #803020
RGB: (128,48,32)

Color info

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

RGB color model

#803020 color RGB value is (128,48,32).

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

RGB channels and saturation

R 128 of 255 = 50%
G 48 of 255 = 19%
B 32 of 255 = 13%

128
48
32

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

Portions of RGB colors in percentages

R + G + B =
128 + 48 + 32 = 208 (100%)
R 128 of 208 ~ 61.54%
G 48 of 208 ~ 23.08%
B 32 of 208 ~ 15.38%

%61.54
%23.08
%15.38

CMYK color model

#803020 color CMYK value is (0,63,75,50).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 75.00%
  • key color value is 49.80%
CMYK:
(0,63,75,50)
C0M63Y75K50 
(0%,63%,75%,50%)
(0.00/0.63/0.75/0.50)	

CMYK percentages

%0
%62.5
%75
%49.8

Codes

Color #803020 in popluar color models

803020
RGB1284832
HSL10°60.00%31.37%
HSB/HSV10°75.00%50.20%
CMYK0.00%62.50%75.00%
49.80%

Color #803020 in popluar number systems.

HEX803020
Decimal1284832
Binary10000000110000100000
Octal2006040

Shades and tints

Shades of #803020

#803020
(128,48,32)
#752C1E
(117,44,30)
#6A281C
(106,40,28)
#5F241A
(95,36,26)
#542018
(84,32,24)
#491C16
(73,28,22)
#3E1814
(62,24,20)
#331412
(51,20,18)
#281010
(40,16,16)
#1D0C0E
(29,12,14)
#12080C
(18,8,12)
#000000
(0,0,0)

Tints of #803020

#803020
(128,48,32)
#8B4234
(139,66,52)
#965448
(150,84,72)
#A1665C
(161,102,92)
#AC7870
(172,120,112)
#B78A84
(183,138,132)
#C29C98
(194,156,152)
#CDAEAC
(205,174,172)
#D8C0C0
(216,192,192)
#E3D2D4
(227,210,212)
#EEE4E8
(238,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803020; }

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

This text font color is #803020.


Background Color

.myBgColor { background-color: #803020; }

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

This div background color is #803020.


Border color

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

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

This div border color is #803020.


Opacity

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

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

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

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

This text has shadow with #803020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803020 on black background.


Color preview on white background

This text has color #803020 on white background.



Black color preview on #803020 background

This text has black color on #803020 background.


White color preview on #803020 background

This text has white color on #803020 background.