Color Hex Logo

#80780e Color Hex

#80780E
(128,120,14)
0 Favorites   0 Comments

Color spaces of #80780e

RGB 12812014
HSL0.150.800.28
HSV56°89°50°
CMYK 0.000.060.89   0.50
XYZ15.697818.05383.0728
Yxy18.05380.42630.4903
Hunter Lab42.4898-8.410425.4551
CIE-Lab49.5613-8.263852.1455

#80780e color RGB value is (128,120,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111000 00001110
Octal 200 170 16
Decimal 128 120 14
Hex 80 78 E

RGB Percentages of Color #80780e

%48.85
%45.80
%5.34

CMYK Percentages of Color #80780e

%0
%6
%89
%50

Triadic Colors of #80780e

#80780e #0e8078 #780e80

Analogous Colors of #80780e

#80780e #4f800e #803f0e

Monochromatic Colors of #80780e

#80780e

Complementary Color

#80780e #0e1680

#80780e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80780e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80780e Color CSS Codes

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

#80780e Text Font Color

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

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


#80780e Background Color

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

This div background color is #80780e


#80780e Border Color

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

This div border color is #80780e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80780e


Comments

No comments written yet.

Please login to write comment.