Color Hex Logo

#502808 Color Hex

#502808
(80,40,8)
0 Favorites   0 Comments

Color spaces of #502808

RGB 80408
HSL0.070.820.17
HSV27°90°31°
CMYK 0.000.500.90   0.69
XYZ4.11093.24060.6386
Yxy3.24060.51450.4056
Hunter Lab18.00179.259710.4979
CIE-Lab20.982816.101827.0431

#502808 color RGB value is (80,40,8).

#502808 hex color red value is 80, green value is 40 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #502808 hue: 0.07 , saturation: 0.82 and the lightness value of 502808 is 0.17.

The process color (four color CMYK) of #502808 color hex is 0.00, 0.50, 0.90, 0.69. Web safe color of #502808 is #663300. Color #502808 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101000 00001000
Octal 120 50 10
Decimal 80 40 8
Hex 50 28 8

RGB Percentages of Color #502808

%62.50
%31.25
%6.25

CMYK Percentages of Color #502808

%0
%50
%90
%69

Triadic Colors of #502808

#502808 #085028 #280850

Analogous Colors of #502808

#502808 #504c08 #50080c

Monochromatic Colors of #502808

#502808

Complementary Color

#502808 #083050

#502808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502808 Color CSS Codes

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

#502808 Text Font Color

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

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


#502808 Background Color

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

This div background color is #502808


#502808 Border Color

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

This div border color is #502808


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,40,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502808; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502808;
  -webkit-box-shadow: 1px 1px 3px 2px #502808;
  box-shadow:         1px 1px 3px 2px #502808; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502808


Comments

No comments written yet.

Please login to write comment.