Color Hex Logo

#501624 Color Hex

#501624
(80,22,36)
0 Favorites   0 Comments

Color spaces of #501624

RGB 802236
HSL0.960.570.20
HSV346°73°31°
CMYK 0.000.730.55   0.69
XYZ3.91362.40671.9273
Yxy2.40670.47450.2918
Hunter Lab15.513517.88153.4937
CIE-Lab17.491328.29745.6210

#501624 color RGB value is (80,22,36).

#501624 hex color red value is 80, green value is 22 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #501624 hue: 0.96 , saturation: 0.57 and the lightness value of 501624 is 0.20.

The process color (four color CMYK) of #501624 color hex is 0.00, 0.73, 0.55, 0.69. Web safe color of #501624 is #660033. Color #501624 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010110 00100100
Octal 120 26 44
Decimal 80 22 36
Hex 50 16 24

RGB Percentages of Color #501624

%57.97
%15.94
%26.09

CMYK Percentages of Color #501624

%0
%73
%55
%69

Triadic Colors of #501624

#501624 #245016 #162450

Analogous Colors of #501624

#501624 #502516 #501641

Monochromatic Colors of #501624

#501624

Complementary Color

#501624 #165042

#501624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501624 Color CSS Codes

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

#501624 Text Font Color

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

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


#501624 Background Color

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

This div background color is #501624


#501624 Border Color

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

This div border color is #501624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501624


Comments

No comments written yet.

Please login to write comment.