COLOR #803809

HEX: #803809 RGB: (128,56,9)

Color info

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

RGB color model

#803809 color RGB value is (128,56,9).

RGB: (128,56,9) (50%, 22%, 4%)

RGB channels and saturation

R 128 of 255 = 50%
G 56 of 255 = 22%
B 9 of 255 = 4%

128
56
9

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

Portions of RGB colors in percentages

R + G + B = 128 + 56 + 9 = 193 (100%)
R 128 of 193 ~ 66.32%
G 56 of 193 ~ 29.02%
B 9 of 193 ~ 4.66'%

%66.32
%29.02

CMYK color model

#803809 color CMYK value is (0,56,93,50).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 92.97%
  • key color value is 49.80%

CMYK: (0,56,93,50)
C0M56Y93K50 (0%, 56%, 93%, 50%)
(0.00 / 0.56 / 0.93 / 0.50)

CMYK percentages

%0
%56.25
%92.97
%49.8

Codes

Color #803809 in popluar color models

80 38 09
RGB 128 56 9
HSL 24° 86.86% 26.86%
HSB/HSV 24° 92.97% 50.20%
CMYK 0.00% 56.25% 92.97%
49.80%

Color #803809 in popluar number systems.

HEX 80 38 09
Decimal 128 56 9
Binary 10000000 111000 1001
Octal 200 70 11

Shades and tints

Shades of #803809

#803809
(128,56,9)
#753309
(117,51,9)
#6A2E09
(106,46,9)
#5F2909
(95,41,9)
#542409
(84,36,9)
#491F09
(73,31,9)
#3E1A09
(62,26,9)
#331509
(51,21,9)
#281009
(40,16,9)
#1D0B09
(29,11,9)
#120609
(18,6,9)
#000000
(0,0,0)

Tints of #803809

#803809
(128,56,9)
#8B4A1F
(139,74,31)
#965C35
(150,92,53)
#A16E4B
(161,110,75)
#AC8061
(172,128,97)
#B79277
(183,146,119)
#C2A48D
(194,164,141)
#CDB6A3
(205,182,163)
#D8C8B9
(216,200,185)
#E3DACF
(227,218,207)
#EEECE5
(238,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803809 color. Also use rgb(128,56,9) instead hex code.

Text Font Color

.myTextColor { color: #803809; }

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

This text font color is #803809.

Background Color

.myBgColor { background-color: #803809; }

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

This div background color is #803809.

Border color

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

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

This div border color is #803809.

Opacity

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

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

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

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

This text has shadow with #803809 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #803809.

Preview

Color preview on black background

This text has color #803809 on black background.


Color preview on white background

This text has color #803809 on white background.


Black color preview on #803809 background

This text has black color on #803809 background.


White color preview on #803809 background

This text has white color on #803809 background.


Related colors

Complementary color

Complementary color for #hex is #7FC7F6.


I love getcolorcode.com

Triadic colors

1 #098038 and #380980 with #803809 are triadic colors.

2 #093880 and #388009 with #803809 are triadic colors.