Color Hex Logo

#804010 Color Hex

#804010
(128,64,16)
0 Favorites   0 Comments

Color spaces of #804010

RGB 1286416
HSL0.070.780.28
HSV26°88°50°
CMYK 0.000.500.88   0.50
XYZ10.82908.29341.5202
Yxy8.29340.52460.4018
Hunter Lab28.798316.724317.0290
CIE-Lab34.586624.347239.0593

#804010 color RGB value is (128,64,16).

#804010 hex color red value is 128, green value is 64 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #804010 hue: 0.07 , saturation: 0.78 and the lightness value of 804010 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000000 00010000
Octal 200 100 20
Decimal 128 64 16
Hex 80 40 10

RGB Percentages of Color #804010

%61.54
%30.77
%7.69

CMYK Percentages of Color #804010

%0
%50
%88
%50

Triadic Colors of #804010

#804010 #108040 #401080

Analogous Colors of #804010

#804010 #807810 #801018

Monochromatic Colors of #804010

#804010

Complementary Color

#804010 #105080

#804010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804010 Color CSS Codes

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

#804010 Text Font Color

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

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


#804010 Background Color

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

This div background color is #804010


#804010 Border Color

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

This div border color is #804010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804010


Comments

No comments written yet.

Please login to write comment.