Color Hex Logo

#51737f Color Hex

#51737F
(81,115,127)
0 Favorites   0 Comments

Color spaces of #51737f

RGB 81115127
HSL0.540.220.41
HSV196°36°50°
CMYK 0.360.090.00   0.50
XYZ13.354815.543122.3749
Yxy15.54310.26050.3031
Hunter Lab39.4247-8.5279-6.0518
CIE-Lab46.3693-8.8950-10.4890

#51737f color RGB value is (81,115,127).

#51737f hex color red value is 81, green value is 115 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #51737f hue: 0.54 , saturation: 0.22 and the lightness value of 51737f is 0.41.

The process color (four color CMYK) of #51737f color hex is 0.36, 0.09, 0.00, 0.50. Web safe color of #51737f is #666666. Color #51737f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110011 01111111
Octal 121 163 177
Decimal 81 115 127
Hex 51 73 7F

RGB Percentages of Color #51737f

%25.08
%35.60
%39.32

CMYK Percentages of Color #51737f

%36
%9
%0
%50

Triadic Colors of #51737f

#51737f #7f5173 #737f51

Analogous Colors of #51737f

#51737f #515c7f #517f74

Monochromatic Colors of #51737f

#51737f

Complementary Color

#51737f #7f5d51

#51737f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51737f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51737f Color CSS Codes

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

#51737f Text Font Color

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

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


#51737f Background Color

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

This div background color is #51737f


#51737f Border Color

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

This div border color is #51737f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,115,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51737f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51737f;
  -webkit-box-shadow: 1px 1px 3px 2px #51737f;
  box-shadow:         1px 1px 3px 2px #51737f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51737f


Comments

No comments written yet.

Please login to write comment.