COLOR #804823

HEX: #804823 RGB: (128,72,35)

Color info

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

RGB color model

#804823 color RGB value is (128,72,35).

RGB: (128,72,35) (50%, 28%, 14%)

RGB channels and saturation

R 128 of 255 = 50%
G 72 of 255 = 28%
B 35 of 255 = 14%

128
72
35

R + G + B ~ 31%. #804823 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 72 + 35 = 235 (100%)
R 128 of 235 ~ 54.47%
G 72 of 235 ~ 30.64%
B 35 of 235 ~ 14.89'%

%54.47
%30.64
%14.89

CMYK color model

#804823 color CMYK value is (0,44,73,50).

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

CMYK: (0,44,73,50)
C0M44Y73K50 (0%, 44%, 73%, 50%)
(0.00 / 0.44 / 0.73 / 0.50)

CMYK percentages

%0
%43.75
%72.66
%49.8

Codes

Color #804823 in popluar color models

80 48 23
RGB 128 72 35
HSL 24° 57.06% 31.96%
HSB/HSV 24° 72.66% 50.20%
CMYK 0.00% 43.75% 72.66%
49.80%

Color #804823 in popluar number systems.

HEX 80 48 23
Decimal 128 72 35
Binary 10000000 1001000 100011
Octal 200 110 43

Shades and tints

Shades of #804823

#804823
(128,72,35)
#754220
(117,66,32)
#6A3C1D
(106,60,29)
#5F361A
(95,54,26)
#543017
(84,48,23)
#492A14
(73,42,20)
#3E2411
(62,36,17)
#331E0E
(51,30,14)
#28180B
(40,24,11)
#1D1208
(29,18,8)
#120C05
(18,12,5)
#000000
(0,0,0)

Tints of #804823

#804823
(128,72,35)
#8B5837
(139,88,55)
#96684B
(150,104,75)
#A1785F
(161,120,95)
#AC8873
(172,136,115)
#B79887
(183,152,135)
#C2A89B
(194,168,155)
#CDB8AF
(205,184,175)
#D8C8C3
(216,200,195)
#E3D8D7
(227,216,215)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804823; }

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

This text font color is #804823.

Background Color

.myBgColor { background-color: #804823; }

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

This div background color is #804823.

Border color

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

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

This div border color is #804823.

Opacity

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

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

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

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

This text has shadow with #804823 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #804823.

Preview

Color preview on black background

This text has color #804823 on black background.


Color preview on white background

This text has color #804823 on white background.


Black color preview on #804823 background

This text has black color on #804823 background.


White color preview on #804823 background

This text has white color on #804823 background.


Related colors

Complementary color

Complementary color for #hex is #7FB7DC.


I love getcolorcode.com

Triadic colors

1 #238048 and #482380 with #804823 are triadic colors.

2 #234880 and #488023 with #804823 are triadic colors.