Color Hex Logo

#501909 Color Hex

#501909
(80,25,9)
0 Favorites   0 Comments

Color spaces of #501909

RGB 80259
HSL0.040.800.17
HSV14°89°31°
CMYK 0.000.690.89   0.69
XYZ3.70522.42050.5304
Yxy2.42050.55670.3637
Hunter Lab15.558015.28428.8693
CIE-Lab17.555224.901222.6810

#501909 color RGB value is (80,25,9).

#501909 hex color red value is 80, green value is 25 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #501909 hue: 0.04 , saturation: 0.80 and the lightness value of 501909 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 00001001
Octal 120 31 11
Decimal 80 25 9
Hex 50 19 9

RGB Percentages of Color #501909

%70.18
%21.93
%7.89

CMYK Percentages of Color #501909

%0
%69
%89
%69

Triadic Colors of #501909

#501909 #095019 #190950

Analogous Colors of #501909

#501909 #503c09 #50091d

Monochromatic Colors of #501909

#501909

Complementary Color

#501909 #094050

#501909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501909 Color CSS Codes

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

#501909 Text Font Color

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

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


#501909 Background Color

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

This div background color is #501909


#501909 Border Color

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

This div border color is #501909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501909


Comments

No comments written yet.

Please login to write comment.