Color Hex Logo

#804328 Color Hex

#804328
(128,67,40)
0 Favorites   0 Comments

Color spaces of #804328

RGB 1286740
HSL0.050.520.33
HSV18°69°50°
CMYK 0.000.480.69   0.50
XYZ11.29228.75673.1025
Yxy8.75670.48780.3782
Hunter Lab29.591716.330114.4980
CIE-Lab35.511623.768227.7263

#804328 color RGB value is (128,67,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000011 00101000
Octal 200 103 50
Decimal 128 67 40
Hex 80 43 28

RGB Percentages of Color #804328

%54.47
%28.51
%17.02

CMYK Percentages of Color #804328

%0
%48
%69
%50

Triadic Colors of #804328

#804328 #288043 #432880

Analogous Colors of #804328

#804328 #806f28 #802839

Monochromatic Colors of #804328

#804328

Complementary Color

#804328 #286580

#804328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804328 Color CSS Codes

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

#804328 Text Font Color

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

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


#804328 Background Color

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

This div background color is #804328


#804328 Border Color

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

This div border color is #804328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804328


Comments

No comments written yet.

Please login to write comment.