Color Hex Logo

#804421 Color Hex

#804421
(128,68,33)
0 Favorites   0 Comments

Color spaces of #804421

RGB 1286833
HSL0.060.590.32
HSV22°74°50°
CMYK 0.000.470.74   0.50
XYZ11.24378.83322.5512
Yxy8.83320.49690.3904
Hunter Lab29.720715.517515.7151
CIE-Lab35.661122.771131.8408

#804421 color RGB value is (128,68,33).

#804421 hex color red value is 128, green value is 68 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #804421 hue: 0.06 , saturation: 0.59 and the lightness value of 804421 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000100 00100001
Octal 200 104 41
Decimal 128 68 33
Hex 80 44 21

RGB Percentages of Color #804421

%55.90
%29.69
%14.41

CMYK Percentages of Color #804421

%0
%47
%74
%50

Triadic Colors of #804421

#804421 #218044 #442180

Analogous Colors of #804421

#804421 #807421 #80212d

Monochromatic Colors of #804421

#804421

Complementary Color

#804421 #215d80

#804421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804421 Color CSS Codes

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

#804421 Text Font Color

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

This sample text font color is #804421
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.


#804421 Background Color

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

This div background color is #804421


#804421 Border Color

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

This div border color is #804421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #804421;
  -webkit-box-shadow: 1px 1px 3px 2px #804421;
  box-shadow:         1px 1px 3px 2px #804421;">
Div content here</div>

This div box has shadow with color #804421


Comments

No comments written yet.

Please login to write comment.