Color Hex Logo

#804327 Color Hex

#804327
(128,67,39)
0 Favorites   0 Comments

Color spaces of #804327

RGB 1286739
HSL0.050.530.33
HSV19°70°50°
CMYK 0.000.480.70   0.50
XYZ11.27558.75003.0141
Yxy8.75000.48940.3798
Hunter Lab29.580416.275214.6649
CIE-Lab35.498423.703628.2894

#804327 color RGB value is (128,67,39).

#804327 hex color red value is 128, green value is 67 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #804327 hue: 0.05 , saturation: 0.53 and the lightness value of 804327 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000011 00100111
Octal 200 103 47
Decimal 128 67 39
Hex 80 43 27

RGB Percentages of Color #804327

%54.70
%28.63
%16.67

CMYK Percentages of Color #804327

%0
%48
%70
%50

Triadic Colors of #804327

#804327 #278043 #432780

Analogous Colors of #804327

#804327 #807027 #802738

Monochromatic Colors of #804327

#804327

Complementary Color

#804327 #276480

#804327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804327 Color CSS Codes

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

#804327 Text Font Color

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

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


#804327 Background Color

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

This div background color is #804327


#804327 Border Color

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

This div border color is #804327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804327


Comments

No comments written yet.

Please login to write comment.