Color Hex Logo

#80813a Color Hex

#80813A
(128,129,58)
0 Favorites   0 Comments

Color spaces of #80813a

RGB 12812958
HSL0.170.380.37
HSV61°55°51°
CMYK 0.010.000.55   0.49
XYZ17.516120.59527.0551
Yxy20.59520.38780.4560
Hunter Lab45.3819-10.522622.5501
CIE-Lab52.5036-10.738737.7797

#80813a color RGB value is (128,129,58).

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

The process color (four color CMYK) of #80813a color hex is 0.01, 0.00, 0.55, 0.49. Web safe color of #80813a is #999933. Color #80813a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000001 00111010
Octal 200 201 72
Decimal 128 129 58
Hex 80 81 3A

RGB Percentages of Color #80813a

%40.63
%40.95
%18.41

CMYK Percentages of Color #80813a

%1
%0
%55
%49

Triadic Colors of #80813a

#80813a #3a8081 #813a80

Analogous Colors of #80813a

#80813a #5d813a #815f3a

Monochromatic Colors of #80813a

#80813a

Complementary Color

#80813a #3b3a81

#80813a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80813a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80813a Color CSS Codes

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

#80813a Text Font Color

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

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


#80813a Background Color

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

This div background color is #80813a


#80813a Border Color

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

This div border color is #80813a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80813a


Comments

No comments written yet.

Please login to write comment.