COLOR #803400

HEX: #803400
RGB: (128,52,0)

Color info

#803400 contains mainly red color. Web safe color of #803400 is #663300 (or #630).

RGB color model

#803400 color RGB value is (128,52,0).

  • red value is 128;
  • green value is 52;
  • blue value is 0.
RGB:
(128,52,0)
(50%,20%,0%)

RGB channels and saturation

R 128 of 255 = 50%
G 52 of 255 = 20%
B 0 of 255 = 0%

128
52
0

R + G + B ~ 23%. #803400 is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 52 + 0 = 180 (100%)
R 128 of 180 ~ 71.11%
G 52 of 180 ~ 28.89%
B 0 of 180 ~ 0%

%71.11
%28.89

CMYK color model

#803400 color CMYK value is (0,59,100,50).

  • cyan value is 0.00%
  • magenta value is 59.38%
  • yellow value is 100.00%
  • key color value is 49.80%
CMYK:
(0,59,100,50)
C0M59Y100K50 
(0%,59%,100%,50%)
(0.00/0.59/1.00/0.50)	

CMYK percentages

%0
%59.38
%100
%49.8

Codes

Color #803400 in popluar color models

803400
RGB128520
HSL24°100.00%25.10%
HSB/HSV24°100.00%50.20%
CMYK0.00%59.38%100.00%
49.80%

Color #803400 in popluar number systems.

HEX803400
Decimal128520
Binary100000001101000
Octal200640

Shades and tints

Shades of #803400

#803400
(128,52,0)
#753000
(117,48,0)
#6A2C00
(106,44,0)
#5F2800
(95,40,0)
#542400
(84,36,0)
#492000
(73,32,0)
#3E1C00
(62,28,0)
#331800
(51,24,0)
#281400
(40,20,0)
#1D1000
(29,16,0)
#120C00
(18,12,0)
#000000
(0,0,0)

Tints of #803400

#803400
(128,52,0)
#8B4617
(139,70,23)
#96582E
(150,88,46)
#A16A45
(161,106,69)
#AC7C5C
(172,124,92)
#B78E73
(183,142,115)
#C2A08A
(194,160,138)
#CDB2A1
(205,178,161)
#D8C4B8
(216,196,184)
#E3D6CF
(227,214,207)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803400 color. Also use rgb(128,52,0) instead hex code.

Text Font Color

.myTextColor { color: #803400; }

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

This text font color is #803400.


Background Color

.myBgColor { background-color: #803400; }

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

This div background color is #803400.


Border color

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

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

This div border color is #803400.


Opacity

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

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

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

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

This text has shadow with #803400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803400 on black background.


Color preview on white background

This text has color #803400 on white background.



Black color preview on #803400 background

This text has black color on #803400 background.


White color preview on #803400 background

This text has white color on #803400 background.