Color Hex Logo

#500600 Color Hex

#500600
(80,6,0)
0 Favorites   0 Comments

Color spaces of #500600

RGB 8060
HSL0.011.000.16
HSV100°31°
CMYK 0.000.931.00   0.69
XYZ3.37341.83570.1765
Yxy1.83570.62640.3409
Hunter Lab13.548820.73288.7118
CIE-Lab14.600332.418322.6483

#500600 color RGB value is (80,6,0).

#500600 hex color red value is 80, green value is 6 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #500600 hue: 0.01 , saturation: 1.00 and the lightness value of 500600 is 0.16.

The process color (four color CMYK) of #500600 color hex is 0.00, 0.93, 1.00, 0.69. Web safe color of #500600 is #660000. Color #500600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000110 00000000
Octal 120 6 0
Decimal 80 6 0
Hex 50 6 0

RGB Percentages of Color #500600

%93.02
%6.98
%0.00

CMYK Percentages of Color #500600

%0
%93
%100
%69

Triadic Colors of #500600

#500600 #005006 #060050

Analogous Colors of #500600

#500600 #502e00 #500022

Monochromatic Colors of #500600

#500600

Complementary Color

#500600 #004a50

#500600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500600 Color CSS Codes

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

#500600 Text Font Color

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

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


#500600 Background Color

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

This div background color is #500600


#500600 Border Color

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

This div border color is #500600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500600


Comments

No comments written yet.

Please login to write comment.