Color Hex Logo

#80540d Color Hex

#80540D
(128,84,13)
0 Favorites   0 Comments

Color spaces of #80540d

RGB 1288413
HSL0.100.820.28
HSV37°90°50°
CMYK 0.000.340.90   0.50
XYZ12.145110.95891.8559
Yxy10.95890.48660.4391
Hunter Lab33.10427.554719.8490
CIE-Lab39.511212.567544.2380

#80540d color RGB value is (128,84,13).

#80540d hex color red value is 128, green value is 84 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #80540d hue: 0.10 , saturation: 0.82 and the lightness value of 80540d is 0.28.

The process color (four color CMYK) of #80540d color hex is 0.00, 0.34, 0.90, 0.50. Web safe color of #80540d is #996600. Color #80540d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010100 00001101
Octal 200 124 15
Decimal 128 84 13
Hex 80 54 D

RGB Percentages of Color #80540d

%56.89
%37.33
%5.78

CMYK Percentages of Color #80540d

%0
%34
%90
%50

Triadic Colors of #80540d

#80540d #0d8054 #540d80

Analogous Colors of #80540d

#80540d #73800d #801b0d

Monochromatic Colors of #80540d

#80540d

Complementary Color

#80540d #0d3980

#80540d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80540d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80540d Color CSS Codes

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

#80540d Text Font Color

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

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


#80540d Background Color

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

This div background color is #80540d


#80540d Border Color

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

This div border color is #80540d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,84,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80540d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80540d;
  -webkit-box-shadow: 1px 1px 3px 2px #80540d;
  box-shadow:         1px 1px 3px 2px #80540d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80540d


Comments

No comments written yet.

Please login to write comment.