COLOR #80501D

HEX: #80501D
RGB: (128,80,29)

Color info

#80501D contains mainly red and green colors. Web safe color of #80501D is #666633 (or #663).

RGB color model

#80501D color RGB value is (128,80,29).

  • red value is 128;
  • green value is 80;
  • blue value is 29.
RGB:
(128,80,29)
(50%,31%,11%)

RGB channels and saturation

R 128 of 255 = 50%
G 80 of 255 = 31%
B 29 of 255 = 11%

128
80
29

R + G + B ~ 31%. #80501D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 80 + 29 = 237 (100%)
R 128 of 237 ~ 54.01%
G 80 of 237 ~ 33.76%
B 29 of 237 ~ 12.24%

%54.01
%33.76
%12.24

CMYK color model

#80501D color CMYK value is (0,38,77,50).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 77.34%
  • key color value is 49.80%
CMYK:
(0,38,77,50)
C0M38Y77K50 
(0%,38%,77%,50%)
(0.00/0.38/0.77/0.50)	

CMYK percentages

%0
%37.5
%77.34
%49.8

Codes

Color #80501D in popluar color models

80501D
RGB1288029
HSL31°63.06%30.78%
HSB/HSV31°77.34%50.20%
CMYK0.00%37.50%77.34%
49.80%

Color #80501D in popluar number systems.

HEX80501D
Decimal1288029
Binary10000000101000011101
Octal20012035

Shades and tints

Shades of #80501D

#80501D
(128,80,29)
#75491B
(117,73,27)
#6A4219
(106,66,25)
#5F3B17
(95,59,23)
#543415
(84,52,21)
#492D13
(73,45,19)
#3E2611
(62,38,17)
#331F0F
(51,31,15)
#28180D
(40,24,13)
#1D110B
(29,17,11)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #80501D

#80501D
(128,80,29)
#8B5F31
(139,95,49)
#966E45
(150,110,69)
#A17D59
(161,125,89)
#AC8C6D
(172,140,109)
#B79B81
(183,155,129)
#C2AA95
(194,170,149)
#CDB9A9
(205,185,169)
#D8C8BD
(216,200,189)
#E3D7D1
(227,215,209)
#EEE6E5
(238,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80501D color. Also use rgb(128,80,29) instead hex code.

Text Font Color

.myTextColor { color: #80501D; }

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

This text font color is #80501D.


Background Color

.myBgColor { background-color: #80501D; }

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

This div background color is #80501D.


Border color

.myBorderColor { border: 1px solid #80501D; }

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

This div border color is #80501D.


Opacity

.myOpacity80 { color: #80501D; opacity: 0.8; }

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

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

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

This text has shadow with #80501D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80501D on black background.


Color preview on white background

This text has color #80501D on white background.



Black color preview on #80501D background

This text has black color on #80501D background.


White color preview on #80501D background

This text has white color on #80501D background.