Color Hex Logo

#80510e Color Hex

#80510E
(128,81,14)
0 Favorites   0 Comments

Color spaces of #80510e

RGB 1288114
HSL0.100.800.28
HSV35°89°50°
CMYK 0.000.370.89   0.50
XYZ11.923810.50581.8148
Yxy10.50580.49180.4333
Hunter Lab32.41278.943519.3692
CIE-Lab38.735314.372643.2832

#80510e color RGB value is (128,81,14).

#80510e hex color red value is 128, green value is 81 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #80510e hue: 0.10 , saturation: 0.80 and the lightness value of 80510e is 0.28.

The process color (four color CMYK) of #80510e color hex is 0.00, 0.37, 0.89, 0.50. Web safe color of #80510e is #996600. Color #80510e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010001 00001110
Octal 200 121 16
Decimal 128 81 14
Hex 80 51 E

RGB Percentages of Color #80510e

%57.40
%36.32
%6.28

CMYK Percentages of Color #80510e

%0
%37
%89
%50

Triadic Colors of #80510e

#80510e #0e8051 #510e80

Analogous Colors of #80510e

#80510e #76800e #80180e

Monochromatic Colors of #80510e

#80510e

Complementary Color

#80510e #0e3d80

#80510e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80510e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80510e Color CSS Codes

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

#80510e Text Font Color

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

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


#80510e Background Color

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

This div background color is #80510e


#80510e Border Color

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

This div border color is #80510e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,81,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80510e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80510e;
  -webkit-box-shadow: 1px 1px 3px 2px #80510e;
  box-shadow:         1px 1px 3px 2px #80510e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80510e


Comments

No comments written yet.

Please login to write comment.