Color Hex Logo

#804319 Color Hex

#804319
(128,67,25)
0 Favorites   0 Comments

Color spaces of #804319

RGB 1286725
HSL0.070.670.30
HSV24°80°50°
CMYK 0.000.480.80   0.50
XYZ11.08478.67372.0097
Yxy8.67370.50920.3985
Hunter Lab29.451115.643616.5699
CIE-Lab35.348322.957135.6764

#804319 color RGB value is (128,67,25).

#804319 hex color red value is 128, green value is 67 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #804319 hue: 0.07 , saturation: 0.67 and the lightness value of 804319 is 0.30.

The process color (four color CMYK) of #804319 color hex is 0.00, 0.48, 0.80, 0.50. Web safe color of #804319 is #993300. Color #804319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000011 00011001
Octal 200 103 31
Decimal 128 67 25
Hex 80 43 19

RGB Percentages of Color #804319

%58.18
%30.45
%11.36

CMYK Percentages of Color #804319

%0
%48
%80
%50

Triadic Colors of #804319

#804319 #198043 #431980

Analogous Colors of #804319

#804319 #807719 #801923

Monochromatic Colors of #804319

#804319

Complementary Color

#804319 #195680

#804319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804319 Color CSS Codes

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

#804319 Text Font Color

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

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


#804319 Background Color

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

This div background color is #804319


#804319 Border Color

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

This div border color is #804319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804319


Comments

No comments written yet.

Please login to write comment.