Color Hex Logo

#501a17 Color Hex

#501A17
(80,26,23)
0 Favorites   0 Comments

Color spaces of #501a17

RGB 802623
HSL0.010.550.20
HSV71°31°
CMYK 0.000.680.71   0.69
XYZ3.83232.50611.0924
Yxy2.50610.51570.3373
Hunter Lab15.830715.50786.9901
CIE-Lab17.946225.132815.3921

#501a17 color RGB value is (80,26,23).

#501a17 hex color red value is 80, green value is 26 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #501a17 hue: 0.01 , saturation: 0.55 and the lightness value of 501a17 is 0.20.

The process color (four color CMYK) of #501a17 color hex is 0.00, 0.68, 0.71, 0.69. Web safe color of #501a17 is #663300. Color #501a17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011010 00010111
Octal 120 32 27
Decimal 80 26 23
Hex 50 1A 17

RGB Percentages of Color #501a17

%62.02
%20.16
%17.83

CMYK Percentages of Color #501a17

%0
%68
%71
%69

Triadic Colors of #501a17

#501a17 #17501a #1a1750

Analogous Colors of #501a17

#501a17 #503717 #501730

Monochromatic Colors of #501a17

#501a17

Complementary Color

#501a17 #174d50

#501a17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501a17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501a17 Color CSS Codes

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

#501a17 Text Font Color

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

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


#501a17 Background Color

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

This div background color is #501a17


#501a17 Border Color

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

This div border color is #501a17


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,26,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #501a17; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #501a17;
  -webkit-box-shadow: 1px 1px 3px 2px #501a17;
  box-shadow:         1px 1px 3px 2px #501a17; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501a17


Comments

No comments written yet.

Please login to write comment.