COLOR #803906

HEX: #803906
RGB: (128,57,6)

Color info

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

RGB color model

#803906 color RGB value is (128,57,6).

  • red value is 128;
  • green value is 57;
  • blue value is 6.
RGB:
(128,57,6)
(50%,22%,2%)

RGB channels and saturation

R 128 of 255 = 50%
G 57 of 255 = 22%
B 6 of 255 = 2%

128
57
6

R + G + B ~ 25%. #803906 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 57 + 6 = 191 (100%)
R 128 of 191 ~ 67.02%
G 57 of 191 ~ 29.84%
B 6 of 191 ~ 3.14%

%67.02
%29.84

CMYK color model

#803906 color CMYK value is (0,55,95,50).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 95.31%
  • key color value is 49.80%
CMYK:
(0,55,95,50)
C0M55Y95K50 
(0%,55%,95%,50%)
(0.00/0.55/0.95/0.50)	

CMYK percentages

%0
%55.47
%95.31
%49.8

Codes

Color #803906 in popluar color models

803906
RGB128576
HSL25°91.04%26.27%
HSB/HSV25°95.31%50.20%
CMYK0.00%55.47%95.31%
49.80%

Color #803906 in popluar number systems.

HEX803906
Decimal128576
Binary10000000111001110
Octal200716

Shades and tints

Shades of #803906

#803906
(128,57,6)
#753406
(117,52,6)
#6A2F06
(106,47,6)
#5F2A06
(95,42,6)
#542506
(84,37,6)
#492006
(73,32,6)
#3E1B06
(62,27,6)
#331606
(51,22,6)
#281106
(40,17,6)
#1D0C06
(29,12,6)
#120706
(18,7,6)
#000000
(0,0,0)

Tints of #803906

#803906
(128,57,6)
#8B4B1C
(139,75,28)
#965D32
(150,93,50)
#A16F48
(161,111,72)
#AC815E
(172,129,94)
#B79374
(183,147,116)
#C2A58A
(194,165,138)
#CDB7A0
(205,183,160)
#D8C9B6
(216,201,182)
#E3DBCC
(227,219,204)
#EEEDE2
(238,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803906 color. Also use rgb(128,57,6) instead hex code.

Text Font Color

.myTextColor { color: #803906; }

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

This text font color is #803906.


Background Color

.myBgColor { background-color: #803906; }

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

This div background color is #803906.


Border color

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

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

This div border color is #803906.


Opacity

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

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

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

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

This text has shadow with #803906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803906 on black background.


Color preview on white background

This text has color #803906 on white background.



Black color preview on #803906 background

This text has black color on #803906 background.


White color preview on #803906 background

This text has white color on #803906 background.