Color Hex Logo

#804444 Color Hex

#804444
(128,68,68)
3 Favorites   1 Comments

Color spaces of #804444

RGB 1286868
HSL0.000.310.38
HSV47°50°
CMYK 0.000.470.47   0.50
XYZ12.01269.14086.6001
Yxy9.14080.43280.3294
Hunter Lab30.233818.01338.2205
CIE-Lab36.254025.687911.5285

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

#804444 hex color red value is 128, green value is 68 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #804444 hue: 0.00 , saturation: 0.31 and the lightness value of 804444 is 0.38.

The process color (four color CMYK) of #804444 color hex is 0.00, 0.47, 0.47, 0.50. Web safe color of #804444 is #993333. Color #804444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000100 01000100
Octal 200 104 104
Decimal 128 68 68
Hex 80 44 44

RGB Percentages of Color #804444

%48.48
%25.76
%25.76

CMYK Percentages of Color #804444

%0
%47
%47
%50

Triadic Colors of #804444

#804444 #448044 #444480

Analogous Colors of #804444

#804444 #806244 #804462

Monochromatic Colors of #804444

#804444

Complementary Color

#804444 #448080

#804444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804444 Color CSS Codes

.mybgcolor {background-color:#804444; } 
.myforecolor {color:#804444; }
.mybordercolor {border:3px solid #804444; }

#804444 Text Font Color

<p style="color:#804444">Text here</p>

This sample text font color is #804444
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#804444 Background Color

<div style="background-color:#804444">
Div content here</div>

This div background color is #804444


#804444 Border Color

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

This div border color is #804444


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,68,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #804444; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #804444;
  -webkit-box-shadow: 1px 1px 3px 2px #804444;
  box-shadow:         1px 1px 3px 2px #804444; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,68,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #804444">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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

#804444 Color Palettes


Comments

27 May 2021, 13:02 WatermelonMintSoda

I have a suggestion for this color's name: Cherry Chocolate

Please login to write comment.