Color Hex Logo

#80533c Color Hex

#80533C
(128,83,60)
0 Favorites   0 Comments

Color spaces of #80533c

RGB 1288360
HSL0.060.360.37
HSV20°53°50°
CMYK 0.000.350.53   0.50
XYZ12.811011.10205.7426
Yxy11.10200.43200.3744
Hunter Lab33.319710.321613.1052
CIE-Lab39.751716.051521.1205

#80533c color RGB value is (128,83,60).

#80533c hex color red value is 128, green value is 83 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #80533c hue: 0.06 , saturation: 0.36 and the lightness value of 80533c is 0.37.

The process color (four color CMYK) of #80533c color hex is 0.00, 0.35, 0.53, 0.50. Web safe color of #80533c is #996633. Color #80533c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010011 00111100
Octal 200 123 74
Decimal 128 83 60
Hex 80 53 3C

RGB Percentages of Color #80533c

%47.23
%30.63
%22.14

CMYK Percentages of Color #80533c

%0
%35
%53
%50

Triadic Colors of #80533c

#80533c #3c8053 #533c80

Analogous Colors of #80533c

#80533c #80753c #803c47

Monochromatic Colors of #80533c

#80533c

Complementary Color

#80533c #3c6980

#80533c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80533c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80533c Color CSS Codes

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

#80533c Text Font Color

<p style="color:#80533c">Text here</p>

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


#80533c Background Color

<div style="background-color:#80533c">
Div content here</div>

This div background color is #80533c


#80533c Border Color

<div style="border:3px solid #80533c">
Div here</div>

This div border color is #80533c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,83,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80533c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80533c;
  -webkit-box-shadow: 1px 1px 3px 2px #80533c;
  box-shadow:         1px 1px 3px 2px #80533c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80533c


Comments

No comments written yet.

Please login to write comment.