Color Hex Logo

#51575e Color Hex

#51575E
(81,87,94)
0 Favorites   0 Comments

Color spaces of #51575e

RGB 818794
HSL0.590.070.34
HSV212°14°37°
CMYK 0.140.070.00   0.63
XYZ8.82199.373911.9340
Yxy9.37390.29280.3111
Hunter Lab30.6168-2.1466-1.6786
CIE-Lab36.6944-0.7478-4.8608

#51575e color RGB value is (81,87,94).

#51575e hex color red value is 81, green value is 87 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #51575e hue: 0.59 , saturation: 0.07 and the lightness value of 51575e is 0.34.

The process color (four color CMYK) of #51575e color hex is 0.14, 0.07, 0.00, 0.63. Web safe color of #51575e is #666666. Color #51575e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010111 01011110
Octal 121 127 136
Decimal 81 87 94
Hex 51 57 5E

RGB Percentages of Color #51575e

%30.92
%33.21
%35.88

CMYK Percentages of Color #51575e

%14
%7
%0
%63

Triadic Colors of #51575e

#51575e #5e5157 #575e51

Analogous Colors of #51575e

#51575e #52515e #515e5e

Monochromatic Colors of #51575e

#51575e

Complementary Color

#51575e #5e5851

#51575e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51575e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51575e Color CSS Codes

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

#51575e Text Font Color

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

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


#51575e Background Color

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

This div background color is #51575e


#51575e Border Color

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

This div border color is #51575e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51575e


Comments

No comments written yet.

Please login to write comment.