Color Hex Logo

#80583c Color Hex

#80583C
(128,88,60)
0 Favorites   0 Comments

Color spaces of #80583c

RGB 1288860
HSL0.070.360.37
HSV25°53°50°
CMYK 0.000.310.53   0.50
XYZ13.207411.89495.8748
Yxy11.89490.42640.3840
Hunter Lab34.48908.000014.0429
CIE-Lab41.048613.079022.7853

#80583c color RGB value is (128,88,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011000 00111100
Octal 200 130 74
Decimal 128 88 60
Hex 80 58 3C

RGB Percentages of Color #80583c

%46.38
%31.88
%21.74

CMYK Percentages of Color #80583c

%0
%31
%53
%50

Triadic Colors of #80583c

#80583c #3c8058 #583c80

Analogous Colors of #80583c

#80583c #807a3c #803c42

Monochromatic Colors of #80583c

#80583c

Complementary Color

#80583c #3c6480

#80583c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80583c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80583c Color CSS Codes

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

#80583c Text Font Color

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

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


#80583c Background Color

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

This div background color is #80583c


#80583c Border Color

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

This div border color is #80583c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80583c


Comments

No comments written yet.

Please login to write comment.