Color Hex Logo

#511a37 Color Hex

#511A37
(81,26,55)
0 Favorites   0 Comments

Color spaces of #511a37

RGB 812655
HSL0.910.510.21
HSV328°68°32°
CMYK 0.000.680.32   0.68
XYZ4.45232.76403.9133
Yxy2.76400.40000.2483
Hunter Lab16.625318.7086-2.3181
CIE-Lab19.072829.0644-5.5317

#511a37 color RGB value is (81,26,55).

#511a37 hex color red value is 81, green value is 26 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #511a37 hue: 0.91 , saturation: 0.51 and the lightness value of 511a37 is 0.21.

The process color (four color CMYK) of #511a37 color hex is 0.00, 0.68, 0.32, 0.68. Web safe color of #511a37 is #663333. Color #511a37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011010 00110111
Octal 121 32 67
Decimal 81 26 55
Hex 51 1A 37

RGB Percentages of Color #511a37

%50.00
%16.05
%33.95

CMYK Percentages of Color #511a37

%0
%68
%32
%68

Triadic Colors of #511a37

#511a37 #37511a #1a3751

Analogous Colors of #511a37

#511a37 #511a1c #501a51

Monochromatic Colors of #511a37

#511a37

Complementary Color

#511a37 #1a5134

#511a37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511a37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511a37 Color CSS Codes

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

#511a37 Text Font Color

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

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


#511a37 Background Color

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

This div background color is #511a37


#511a37 Border Color

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

This div border color is #511a37


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,26,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #511a37; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #511a37;
  -webkit-box-shadow: 1px 1px 3px 2px #511a37;
  box-shadow:         1px 1px 3px 2px #511a37; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511a37


Comments

No comments written yet.

Please login to write comment.