Color Hex Logo

#513957 Color Hex

#513957
(81,57,87)
0 Favorites   0 Comments

Color spaces of #513957

RGB 815787
HSL0.800.210.28
HSV288°34°34°
CMYK 0.070.340.00   0.66
XYZ6.57685.36379.7055
Yxy5.36370.30380.2478
Hunter Lab23.159710.1604-8.6348
CIE-Lab27.746816.7078-13.9152

#513957 color RGB value is (81,57,87).

#513957 hex color red value is 81, green value is 57 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #513957 hue: 0.80 , saturation: 0.21 and the lightness value of 513957 is 0.28.

The process color (four color CMYK) of #513957 color hex is 0.07, 0.34, 0.00, 0.66. Web safe color of #513957 is #663366. Color #513957 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111001 01010111
Octal 121 71 127
Decimal 81 57 87
Hex 51 39 57

RGB Percentages of Color #513957

%36.00
%25.33
%38.67

CMYK Percentages of Color #513957

%7
%34
%0
%66

Triadic Colors of #513957

#513957 #575139 #395751

Analogous Colors of #513957

#513957 #57394e #423957

Monochromatic Colors of #513957

#513957

Complementary Color

#513957 #3f5739

#513957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513957 Color CSS Codes

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

#513957 Text Font Color

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

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


#513957 Background Color

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

This div background color is #513957


#513957 Border Color

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

This div border color is #513957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513957


Comments

No comments written yet.

Please login to write comment.