Color Hex Logo

#80503b Color Hex

#80503B
(128,80,59)
0 Favorites   0 Comments

Color spaces of #80503b

RGB 1288059
HSL0.050.370.37
HSV18°54°50°
CMYK 0.000.380.54   0.50
XYZ12.560210.64235.5298
Yxy10.64230.43710.3704
Hunter Lab32.622511.635912.7856
CIE-Lab38.971417.731320.7132

#80503b color RGB value is (128,80,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 00111011
Octal 200 120 73
Decimal 128 80 59
Hex 80 50 3B

RGB Percentages of Color #80503b

%47.94
%29.96
%22.10

CMYK Percentages of Color #80503b

%0
%38
%54
%50

Triadic Colors of #80503b

#80503b #3b8050 #503b80

Analogous Colors of #80503b

#80503b #80733b #803b48

Monochromatic Colors of #80503b

#80503b

Complementary Color

#80503b #3b6b80

#80503b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80503b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80503b Color CSS Codes

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

#80503b Text Font Color

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

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


#80503b Background Color

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

This div background color is #80503b


#80503b Border Color

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

This div border color is #80503b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80503b


Comments

No comments written yet.

Please login to write comment.