Color Hex Logo

#80723b Color Hex

#80723B
(128,114,59)
0 Favorites   0 Comments

Color spaces of #80723b

RGB 12811459
HSL0.130.370.37
HSV48°54°50°
CMYK 0.000.110.54   0.50
XYZ15.708816.93966.5794
Yxy16.93960.40050.4318
Hunter Lab41.1577-3.897419.3324
CIE-Lab48.1838-2.262432.1794

#80723b color RGB value is (128,114,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110010 00111011
Octal 200 162 73
Decimal 128 114 59
Hex 80 72 3B

RGB Percentages of Color #80723b

%42.52
%37.87
%19.60

CMYK Percentages of Color #80723b

%0
%11
%54
%50

Triadic Colors of #80723b

#80723b #3b8072 #723b80

Analogous Colors of #80723b

#80723b #6c803b #80503b

Monochromatic Colors of #80723b

#80723b

Complementary Color

#80723b #3b4980

#80723b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80723b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80723b Color CSS Codes

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

#80723b Text Font Color

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

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


#80723b Background Color

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

This div background color is #80723b


#80723b Border Color

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

This div border color is #80723b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80723b


Comments

No comments written yet.

Please login to write comment.