Color Hex Logo

#80733f Color Hex

#80733F
(128,115,63)
0 Favorites   0 Comments

Color spaces of #80733f

RGB 12811563
HSL0.130.340.37
HSV48°51°50°
CMYK 0.000.100.51   0.50
XYZ15.930017.20957.1848
Yxy17.20950.39500.4268
Hunter Lab41.4843-4.053518.7704
CIE-Lab48.5229-2.442130.4272

#80733f color RGB value is (128,115,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110011 00111111
Octal 200 163 77
Decimal 128 115 63
Hex 80 73 3F

RGB Percentages of Color #80733f

%41.83
%37.58
%20.59

CMYK Percentages of Color #80733f

%0
%10
%51
%50

Triadic Colors of #80733f

#80733f #3f8073 #733f80

Analogous Colors of #80733f

#80733f #6d803f #80533f

Monochromatic Colors of #80733f

#80733f

Complementary Color

#80733f #3f4c80

#80733f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80733f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80733f Color CSS Codes

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

#80733f Text Font Color

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

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


#80733f Background Color

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

This div background color is #80733f


#80733f Border Color

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

This div border color is #80733f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80733f


Comments

No comments written yet.

Please login to write comment.