Color Hex Logo

#80793a Color Hex

#80793A
(128,121,58)
0 Favorites   0 Comments

Color spaces of #80793a

RGB 12812158
HSL0.150.380.36
HSV54°55°50°
CMYK 0.000.050.55   0.50
XYZ16.503218.56946.7174
Yxy18.56940.39490.4444
Hunter Lab43.0922-7.050520.9222
CIE-Lab50.1796-6.315235.0754

#80793a color RGB value is (128,121,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111001 00111010
Octal 200 171 72
Decimal 128 121 58
Hex 80 79 3A

RGB Percentages of Color #80793a

%41.69
%39.41
%18.89

CMYK Percentages of Color #80793a

%0
%5
%55
%50

Triadic Colors of #80793a

#80793a #3a8079 #793a80

Analogous Colors of #80793a

#80793a #64803a #80563a

Monochromatic Colors of #80793a

#80793a

Complementary Color

#80793a #3a4180

#80793a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80793a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80793a Color CSS Codes

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

#80793a Text Font Color

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

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


#80793a Background Color

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

This div background color is #80793a


#80793a Border Color

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

This div border color is #80793a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80793a


Comments

No comments written yet.

Please login to write comment.