Color Hex Logo

#80730a Color Hex

#80730A
(128,115,10)
0 Favorites   0 Comments

Color spaces of #80730a

RGB 12811510
HSL0.150.860.27
HSV53°92°50°
CMYK 0.000.100.92   0.50
XYZ15.087616.87262.7487
Yxy16.87260.43470.4861
Hunter Lab41.0763-6.319224.7859
CIE-Lab48.0991-5.562951.8453

#80730a color RGB value is (128,115,10).

#80730a hex color red value is 128, green value is 115 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #80730a hue: 0.15 , saturation: 0.86 and the lightness value of 80730a is 0.27.

The process color (four color CMYK) of #80730a color hex is 0.00, 0.10, 0.92, 0.50. Web safe color of #80730a is #996600. Color #80730a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110011 00001010
Octal 200 163 12
Decimal 128 115 10
Hex 80 73 A

RGB Percentages of Color #80730a

%50.59
%45.45
%3.95

CMYK Percentages of Color #80730a

%0
%10
%92
%50

Triadic Colors of #80730a

#80730a #0a8073 #730a80

Analogous Colors of #80730a

#80730a #52800a #80380a

Monochromatic Colors of #80730a

#80730a

Complementary Color

#80730a #0a1780

#80730a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80730a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80730a Color CSS Codes

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

#80730a Text Font Color

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

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


#80730a Background Color

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

This div background color is #80730a


#80730a Border Color

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

This div border color is #80730a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80730a


Comments

No comments written yet.

Please login to write comment.