COLOR #804228

HEX: #804228
RGB: (128,66,40)

Color info

#804228 contains mainly red color. Web safe color of #804228 is #663333 (or #633).

RGB color model

#804228 color RGB value is (128,66,40).

  • red value is 128;
  • green value is 66;
  • blue value is 40.
RGB:
(128,66,40)
(50%,26%,16%)

RGB channels and saturation

R 128 of 255 = 50%
G 66 of 255 = 26%
B 40 of 255 = 16%

128
66
40

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

Portions of RGB colors in percentages

R + G + B =
128 + 66 + 40 = 234 (100%)
R 128 of 234 ~ 54.7%
G 66 of 234 ~ 28.21%
B 40 of 234 ~ 17.09%

%54.7
%28.21
%17.09

CMYK color model

#804228 color CMYK value is (0,48,69,50).

  • cyan value is 0.00%
  • magenta value is 48.44%
  • yellow value is 68.75%
  • key color value is 49.80%
CMYK:
(0,48,69,50)
C0M48Y69K50 
(0%,48%,69%,50%)
(0.00/0.48/0.69/0.50)	

CMYK percentages

%0
%48.44
%68.75
%49.8

Codes

Color #804228 in popluar color models

804228
RGB1286640
HSL18°52.38%32.94%
HSB/HSV18°68.75%50.20%
CMYK0.00%48.44%68.75%
49.80%

Color #804228 in popluar number systems.

HEX804228
Decimal1286640
Binary100000001000010101000
Octal20010250

Shades and tints

Shades of #804228

#804228
(128,66,40)
#753C25
(117,60,37)
#6A3622
(106,54,34)
#5F301F
(95,48,31)
#542A1C
(84,42,28)
#492419
(73,36,25)
#3E1E16
(62,30,22)
#331813
(51,24,19)
#281210
(40,18,16)
#1D0C0D
(29,12,13)
#12060A
(18,6,10)
#000000
(0,0,0)

Tints of #804228

#804228
(128,66,40)
#8B533B
(139,83,59)
#96644E
(150,100,78)
#A17561
(161,117,97)
#AC8674
(172,134,116)
#B79787
(183,151,135)
#C2A89A
(194,168,154)
#CDB9AD
(205,185,173)
#D8CAC0
(216,202,192)
#E3DBD3
(227,219,211)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804228 color. Also use rgb(128,66,40) instead hex code.

Text Font Color

.myTextColor { color: #804228; }

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

This text font color is #804228.


Background Color

.myBgColor { background-color: #804228; }

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

This div background color is #804228.


Border color

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

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

This div border color is #804228.


Opacity

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

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

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

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

This text has shadow with #804228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804228 on black background.


Color preview on white background

This text has color #804228 on white background.



Black color preview on #804228 background

This text has black color on #804228 background.


White color preview on #804228 background

This text has white color on #804228 background.