Color Hex Logo

#80700e Color Hex

#80700E
(128,112,14)
0 Favorites   0 Comments

Color spaces of #80700e

RGB 12811214
HSL0.140.800.28
HSV52°89°50°
CMYK 0.000.130.89   0.50
XYZ14.775516.20922.7654
Yxy16.20920.43780.4803
Hunter Lab40.2607-4.947324.1100
CIE-Lab47.2478-3.773050.2589

#80700e color RGB value is (128,112,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110000 00001110
Octal 200 160 16
Decimal 128 112 14
Hex 80 70 E

RGB Percentages of Color #80700e

%50.39
%44.09
%5.51

CMYK Percentages of Color #80700e

%0
%13
%89
%50

Triadic Colors of #80700e

#80700e #0e8070 #700e80

Analogous Colors of #80700e

#80700e #57800e #80370e

Monochromatic Colors of #80700e

#80700e

Complementary Color

#80700e #0e1e80

#80700e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80700e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80700e Color CSS Codes

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

#80700e Text Font Color

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

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


#80700e Background Color

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

This div background color is #80700e


#80700e Border Color

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

This div border color is #80700e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,112,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 #80700e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80700e


Comments

No comments written yet.

Please login to write comment.