Color Hex Logo

#80503e Color Hex

#80503E
(128,80,62)
0 Favorites   0 Comments

Color spaces of #80503e

RGB 1288062
HSL0.050.350.37
HSV16°52°50°
CMYK 0.000.380.52   0.50
XYZ12.640210.67435.9516
Yxy10.67430.43190.3647
Hunter Lab32.671511.884112.0695
CIE-Lab39.026418.033618.9709

#80503e color RGB value is (128,80,62).

#80503e hex color red value is 128, green value is 80 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #80503e hue: 0.05 , saturation: 0.35 and the lightness value of 80503e is 0.37.

The process color (four color CMYK) of #80503e color hex is 0.00, 0.38, 0.52, 0.50. Web safe color of #80503e is #996633. Color #80503e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 00111110
Octal 200 120 76
Decimal 128 80 62
Hex 80 50 3E

RGB Percentages of Color #80503e

%47.41
%29.63
%22.96

CMYK Percentages of Color #80503e

%0
%38
%52
%50

Triadic Colors of #80503e

#80503e #3e8050 #503e80

Analogous Colors of #80503e

#80503e #80713e #803e4d

Monochromatic Colors of #80503e

#80503e

Complementary Color

#80503e #3e6e80

#80503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80503e Color CSS Codes

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

#80503e Text Font Color

<p style="color:#80503e">Text here</p>

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


#80503e Background Color

<div style="background-color:#80503e">
Div content here</div>

This div background color is #80503e


#80503e Border Color

<div style="border:3px solid #80503e">
Div here</div>

This div border color is #80503e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,80,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80503e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80503e;
  -webkit-box-shadow: 1px 1px 3px 2px #80503e;
  box-shadow:         1px 1px 3px 2px #80503e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80503e


Comments

No comments written yet.

Please login to write comment.