Color Hex Logo

#80763a Color Hex

#80763A
(128,118,58)
0 Favorites   0 Comments

Color spaces of #80763a

RGB 12811858
HSL0.140.380.36
HSV51°55°50°
CMYK 0.000.080.55   0.50
XYZ16.144217.85156.5978
Yxy17.85150.39770.4398
Hunter Lab42.2510-5.734120.3172
CIE-Lab49.3155-4.628234.0575

#80763a color RGB value is (128,118,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110110 00111010
Octal 200 166 72
Decimal 128 118 58
Hex 80 76 3A

RGB Percentages of Color #80763a

%42.11
%38.82
%19.08

CMYK Percentages of Color #80763a

%0
%8
%55
%50

Triadic Colors of #80763a

#80763a #3a8076 #763a80

Analogous Colors of #80763a

#80763a #67803a #80533a

Monochromatic Colors of #80763a

#80763a

Complementary Color

#80763a #3a4480

#80763a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80763a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80763a Color CSS Codes

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

#80763a Text Font Color

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

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


#80763a Background Color

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

This div background color is #80763a


#80763a Border Color

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

This div border color is #80763a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80763a


Comments

No comments written yet.

Please login to write comment.