Color Hex Logo

#80723f Color Hex

#80723F
(128,114,63)
0 Favorites   0 Comments

Color spaces of #80723f

RGB 12811463
HSL0.130.340.37
HSV47°51°50°
CMYK 0.000.110.51   0.50
XYZ15.816616.98277.1470
Yxy16.98270.39590.4251
Hunter Lab41.2101-3.608618.5645
CIE-Lab48.2382-1.870630.0783

#80723f color RGB value is (128,114,63).

#80723f hex color red value is 128, green value is 114 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #80723f hue: 0.13 , saturation: 0.34 and the lightness value of 80723f is 0.37.

The process color (four color CMYK) of #80723f color hex is 0.00, 0.11, 0.51, 0.50. Web safe color of #80723f is #996633. Color #80723f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110010 00111111
Octal 200 162 77
Decimal 128 114 63
Hex 80 72 3F

RGB Percentages of Color #80723f

%41.97
%37.38
%20.66

CMYK Percentages of Color #80723f

%0
%11
%51
%50

Triadic Colors of #80723f

#80723f #3f8072 #723f80

Analogous Colors of #80723f

#80723f #6e803f #80523f

Monochromatic Colors of #80723f

#80723f

Complementary Color

#80723f #3f4d80

#80723f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80723f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80723f Color CSS Codes

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

#80723f Text Font Color

<p style="color:#80723f">Text here</p>

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


#80723f Background Color

<div style="background-color:#80723f">
Div content here</div>

This div background color is #80723f


#80723f Border Color

<div style="border:3px solid #80723f">
Div here</div>

This div border color is #80723f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,114,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80723f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80723f;
  -webkit-box-shadow: 1px 1px 3px 2px #80723f;
  box-shadow:         1px 1px 3px 2px #80723f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80723f


Comments

No comments written yet.

Please login to write comment.