COLOR #804B1E

HEX: #804B1E
RGB: (128,75,30)

Color info

#804B1E contains mainly red and green colors. Web safe color of #804B1E is #663333 (or #633).

RGB color model

#804B1E color RGB value is (128,75,30).

  • red value is 128;
  • green value is 75;
  • blue value is 30.
RGB:
(128,75,30)
(50%,29%,12%)

RGB channels and saturation

R 128 of 255 = 50%
G 75 of 255 = 29%
B 30 of 255 = 12%

128
75
30

R + G + B ~ 30%. #804B1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 75 + 30 = 233 (100%)
R 128 of 233 ~ 54.94%
G 75 of 233 ~ 32.19%
B 30 of 233 ~ 12.88%

%54.94
%32.19
%12.88

CMYK color model

#804B1E color CMYK value is (0,41,77,50).

  • cyan value is 0.00%
  • magenta value is 41.41%
  • yellow value is 76.56%
  • key color value is 49.80%
CMYK:
(0,41,77,50)
C0M41Y77K50 
(0%,41%,77%,50%)
(0.00/0.41/0.77/0.50)	

CMYK percentages

%0
%41.41
%76.56
%49.8

Codes

Color #804B1E in popluar color models

804B1E
RGB1287530
HSL28°62.03%30.98%
HSB/HSV28°76.56%50.20%
CMYK0.00%41.41%76.56%
49.80%

Color #804B1E in popluar number systems.

HEX804B1E
Decimal1287530
Binary10000000100101111110
Octal20011336

Shades and tints

Shades of #804B1E

#804B1E
(128,75,30)
#75451C
(117,69,28)
#6A3F1A
(106,63,26)
#5F3918
(95,57,24)
#543316
(84,51,22)
#492D14
(73,45,20)
#3E2712
(62,39,18)
#332110
(51,33,16)
#281B0E
(40,27,14)
#1D150C
(29,21,12)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #804B1E

#804B1E
(128,75,30)
#8B5B32
(139,91,50)
#966B46
(150,107,70)
#A17B5A
(161,123,90)
#AC8B6E
(172,139,110)
#B79B82
(183,155,130)
#C2AB96
(194,171,150)
#CDBBAA
(205,187,170)
#D8CBBE
(216,203,190)
#E3DBD2
(227,219,210)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804B1E color. Also use rgb(128,75,30) instead hex code.

Text Font Color

.myTextColor { color: #804B1E; }

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

This text font color is #804B1E.


Background Color

.myBgColor { background-color: #804B1E; }

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

This div background color is #804B1E.


Border color

.myBorderColor { border: 1px solid #804B1E; }

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

This div border color is #804B1E.


Opacity

.myOpacity80 { color: #804B1E; opacity: 0.8; }

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

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

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

This text has shadow with #804B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804B1E on black background.


Color preview on white background

This text has color #804B1E on white background.



Black color preview on #804B1E background

This text has black color on #804B1E background.


White color preview on #804B1E background

This text has white color on #804B1E background.