Color Hex Logo

#80561e Color Hex

#80561E
(128,86,30)
0 Favorites   0 Comments

Color spaces of #80561e

RGB 1288630
HSL0.100.620.31
HSV34°77°50°
CMYK 0.000.330.77   0.50
XYZ12.464211.33852.7599
Yxy11.33850.46920.4269
Hunter Lab33.67277.145918.7113
CIE-Lab40.144812.022738.0515

#80561e color RGB value is (128,86,30).

#80561e hex color red value is 128, green value is 86 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #80561e hue: 0.10 , saturation: 0.62 and the lightness value of 80561e is 0.31.

The process color (four color CMYK) of #80561e color hex is 0.00, 0.33, 0.77, 0.50. Web safe color of #80561e is #996633. Color #80561e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010110 00011110
Octal 200 126 36
Decimal 128 86 30
Hex 80 56 1E

RGB Percentages of Color #80561e

%52.46
%35.25
%12.30

CMYK Percentages of Color #80561e

%0
%33
%77
%50

Triadic Colors of #80561e

#80561e #1e8056 #561e80

Analogous Colors of #80561e

#80561e #79801e #80251e

Monochromatic Colors of #80561e

#80561e

Complementary Color

#80561e #1e4880

#80561e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80561e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80561e Color CSS Codes

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

#80561e Text Font Color

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

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


#80561e Background Color

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

This div background color is #80561e


#80561e Border Color

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

This div border color is #80561e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80561e


Comments

No comments written yet.

Please login to write comment.