COLOR #804444

HEX: #804444
RGB: (128,68,68)

Color info

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

RGB color model

#804444 color RGB value is (128,68,68).

  • red value is 128;
  • green value is 68;
  • blue value is 68.
RGB:
(128,68,68)
(50%,27%,27%)

RGB channels and saturation

R 128 of 255 = 50%
G 68 of 255 = 27%
B 68 of 255 = 27%

128
68
68

R + G + B ~ 35%. #804444 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 68 + 68 = 264 (100%)
R 128 of 264 ~ 48.48%
G 68 of 264 ~ 25.76%
B 68 of 264 ~ 25.76%

%48.48
%25.76
%25.76

CMYK color model

#804444 color CMYK value is (0,47,47,50).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 46.88%
  • key color value is 49.80%
CMYK:
(0,47,47,50)
C0M47Y47K50 
(0%,47%,47%,50%)
(0.00/0.47/0.47/0.50)	

CMYK percentages

%0
%46.88
%46.88
%49.8

Codes

Color #804444 in popluar color models

804444
RGB1286868
HSL30.61%38.43%
HSB/HSV46.88%50.20%
CMYK0.00%46.88%46.88%
49.80%

Color #804444 in popluar number systems.

HEX804444
Decimal1286868
Binary1000000010001001000100
Octal200104104

Shades and tints

Shades of #804444

#804444
(128,68,68)
#753E3E
(117,62,62)
#6A3838
(106,56,56)
#5F3232
(95,50,50)
#542C2C
(84,44,44)
#492626
(73,38,38)
#3E2020
(62,32,32)
#331A1A
(51,26,26)
#281414
(40,20,20)
#1D0E0E
(29,14,14)
#120808
(18,8,8)
#000000
(0,0,0)

Tints of #804444

#804444
(128,68,68)
#8B5555
(139,85,85)
#966666
(150,102,102)
#A17777
(161,119,119)
#AC8888
(172,136,136)
#B79999
(183,153,153)
#C2AAAA
(194,170,170)
#CDBBBB
(205,187,187)
#D8CCCC
(216,204,204)
#E3DDDD
(227,221,221)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804444; }

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

This text font color is #804444.


Background Color

.myBgColor { background-color: #804444; }

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

This div background color is #804444.


Border color

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

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

This div border color is #804444.


Opacity

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

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

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

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

This text has shadow with #804444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804444 on black background.


Color preview on white background

This text has color #804444 on white background.



Black color preview on #804444 background

This text has black color on #804444 background.


White color preview on #804444 background

This text has white color on #804444 background.