Color Hex Logo

#80793e Color Hex

#80793E
(128,121,62)
0 Favorites   0 Comments

Color spaces of #80793e

RGB 12812162
HSL0.150.350.37
HSV54°52°50°
CMYK 0.000.050.52   0.50
XYZ16.609018.61177.2745
Yxy18.61170.39080.4380
Hunter Lab43.1413-6.776420.2014
CIE-Lab50.2298-5.936833.0351

#80793e color RGB value is (128,121,62).

#80793e hex color red value is 128, green value is 121 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #80793e hue: 0.15 , saturation: 0.35 and the lightness value of 80793e is 0.37.

The process color (four color CMYK) of #80793e color hex is 0.00, 0.05, 0.52, 0.50. Web safe color of #80793e is #996633. Color #80793e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111001 00111110
Octal 200 171 76
Decimal 128 121 62
Hex 80 79 3E

RGB Percentages of Color #80793e

%41.16
%38.91
%19.94

CMYK Percentages of Color #80793e

%0
%5
%52
%50

Triadic Colors of #80793e

#80793e #3e8079 #793e80

Analogous Colors of #80793e

#80793e #66803e #80583e

Monochromatic Colors of #80793e

#80793e

Complementary Color

#80793e #3e4580

#80793e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80793e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80793e Color CSS Codes

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

#80793e Text Font Color

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

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


#80793e Background Color

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

This div background color is #80793e


#80793e Border Color

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

This div border color is #80793e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80793e


Comments

No comments written yet.

Please login to write comment.