COLOR #804817

HEX: #804817 RGB: (128,72,23)

Color info

#804817 contains mainly red and green colors. Web safe color of #804817 is #663300 (or #630).

RGB color model

#804817 color RGB value is (128,72,23).

RGB: (128,72,23) (50%, 28%, 9%)

RGB channels and saturation

R 128 of 255 = 50%
G 72 of 255 = 28%
B 23 of 255 = 9%

128
72
23

R + G + B ~ 29%. #804817 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 72 + 23 = 223 (100%)
R 128 of 223 ~ 57.4%
G 72 of 223 ~ 32.29%
B 23 of 223 ~ 10.31'%

%57.4
%32.29

CMYK color model

#804817 color CMYK value is (0,44,82,50).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 82.03%
  • key color value is 49.80%

CMYK: (0,44,82,50)
C0M44Y82K50 (0%, 44%, 82%, 50%)
(0.00 / 0.44 / 0.82 / 0.50)

CMYK percentages

%0
%43.75
%82.03
%49.8

Codes

Color #804817 in popluar color models

80 48 17
RGB 128 72 23
HSL 28° 69.54% 29.61%
HSB/HSV 28° 82.03% 50.20%
CMYK 0.00% 43.75% 82.03%
49.80%

Color #804817 in popluar number systems.

HEX 80 48 17
Decimal 128 72 23
Binary 10000000 1001000 10111
Octal 200 110 27

Shades and tints

Shades of #804817

#804817
(128,72,23)
#754215
(117,66,21)
#6A3C13
(106,60,19)
#5F3611
(95,54,17)
#54300F
(84,48,15)
#492A0D
(73,42,13)
#3E240B
(62,36,11)
#331E09
(51,30,9)
#281807
(40,24,7)
#1D1205
(29,18,5)
#120C03
(18,12,3)
#000000
(0,0,0)

Tints of #804817

#804817
(128,72,23)
#8B582C
(139,88,44)
#966841
(150,104,65)
#A17856
(161,120,86)
#AC886B
(172,136,107)
#B79880
(183,152,128)
#C2A895
(194,168,149)
#CDB8AA
(205,184,170)
#D8C8BF
(216,200,191)
#E3D8D4
(227,216,212)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804817 color. Also use rgb(128,72,23) instead hex code.

Text Font Color

.myTextColor { color: #804817; }

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

This text font color is #804817.

Background Color

.myBgColor { background-color: #804817; }

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

This div background color is #804817.

Border color

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

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

This div border color is #804817.

Opacity

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

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

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

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

This text has shadow with #804817 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #804817.

Preview

Color preview on black background

This text has color #804817 on black background.


Color preview on white background

This text has color #804817 on white background.


Black color preview on #804817 background

This text has black color on #804817 background.


White color preview on #804817 background

This text has white color on #804817 background.


Related colors

Complementary color

Complementary color for #hex is #7FB7E8.


I love getcolorcode.com

Triadic colors

1 #178048 and #481780 with #804817 are triadic colors.

2 #174880 and #488017 with #804817 are triadic colors.