Color Hex Logo

#501736 Color Hex

#501736
(80,23,54)
0 Favorites   0 Comments

Color spaces of #501736

RGB 802354
HSL0.910.550.20
HSV327°71°31°
CMYK 0.000.710.33   0.69
XYZ4.28052.58463.7633
Yxy2.58460.40270.2432
Hunter Lab16.076719.3923-2.6252
CIE-Lab18.297030.0598-6.0151

#501736 color RGB value is (80,23,54).

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

The process color (four color CMYK) of #501736 color hex is 0.00, 0.71, 0.33, 0.69. Web safe color of #501736 is #660033. Color #501736 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 00110110
Octal 120 27 66
Decimal 80 23 54
Hex 50 17 36

RGB Percentages of Color #501736

%50.96
%14.65
%34.39

CMYK Percentages of Color #501736

%0
%71
%33
%69

Triadic Colors of #501736

#501736 #365017 #173650

Analogous Colors of #501736

#501736 #50171a #4e1750

Monochromatic Colors of #501736

#501736

Complementary Color

#501736 #175031

#501736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501736 Color CSS Codes

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

#501736 Text Font Color

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

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


#501736 Background Color

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

This div background color is #501736


#501736 Border Color

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

This div border color is #501736


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501736


Comments

No comments written yet.

Please login to write comment.