Color Hex Logo

#513144 Color Hex

#513144
(81,49,68)
0 Favorites   0 Comments

Color spaces of #513144

RGB 814968
HSL0.900.250.25
HSV324°40°32°
CMYK 0.000.400.16   0.68
XYZ5.53504.36336.0193
Yxy4.36330.34770.2741
Hunter Lab20.888510.7437-2.4632
CIE-Lab24.837917.7789-5.7788

#513144 color RGB value is (81,49,68).

#513144 hex color red value is 81, green value is 49 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #513144 hue: 0.90 , saturation: 0.25 and the lightness value of 513144 is 0.25.

The process color (four color CMYK) of #513144 color hex is 0.00, 0.40, 0.16, 0.68. Web safe color of #513144 is #663333. Color #513144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110001 01000100
Octal 121 61 104
Decimal 81 49 68
Hex 51 31 44

RGB Percentages of Color #513144

%40.91
%24.75
%34.34

CMYK Percentages of Color #513144

%0
%40
%16
%68

Triadic Colors of #513144

#513144 #445131 #314451

Analogous Colors of #513144

#513144 #513134 #4e3151

Monochromatic Colors of #513144

#513144

Complementary Color

#513144 #31513e

#513144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513144 Color CSS Codes

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

#513144 Text Font Color

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

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


#513144 Background Color

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

This div background color is #513144


#513144 Border Color

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

This div border color is #513144


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,49,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #513144; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #513144;
  -webkit-box-shadow: 1px 1px 3px 2px #513144;
  box-shadow:         1px 1px 3px 2px #513144; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513144


Comments

No comments written yet.

Please login to write comment.