Color Hex Logo

#501206 Color Hex

#501206
(80,18,6)
0 Favorites   0 Comments

Color spaces of #501206

RGB 80186
HSL0.030.860.17
HSV10°93°31°
CMYK 0.000.780.93   0.69
XYZ3.55742.15120.4000
Yxy2.15120.58240.3522
Hunter Lab14.667017.62718.6499
CIE-Lab16.261528.192522.3157

#501206 color RGB value is (80,18,6).

#501206 hex color red value is 80, green value is 18 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #501206 hue: 0.03 , saturation: 0.86 and the lightness value of 501206 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010010 00000110
Octal 120 22 6
Decimal 80 18 6
Hex 50 12 6

RGB Percentages of Color #501206

%76.92
%17.31
%5.77

CMYK Percentages of Color #501206

%0
%78
%93
%69

Triadic Colors of #501206

#501206 #065012 #120650

Analogous Colors of #501206

#501206 #503706 #50061f

Monochromatic Colors of #501206

#501206

Complementary Color

#501206 #064450

#501206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501206 Color CSS Codes

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

#501206 Text Font Color

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

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


#501206 Background Color

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

This div background color is #501206


#501206 Border Color

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

This div border color is #501206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501206


Comments

No comments written yet.

Please login to write comment.