Color Hex Logo

#51747c Color Hex

#51747C
(81,116,124)
0 Favorites   0 Comments

Color spaces of #51747c

RGB 81116124
HSL0.530.210.40
HSV191°35°49°
CMYK 0.350.060.00   0.51
XYZ13.276815.695321.3985
Yxy15.69530.26360.3116
Hunter Lab39.6173-9.5102-4.2922
CIE-Lab46.5722-10.2767-8.3968

#51747c color RGB value is (81,116,124).

#51747c hex color red value is 81, green value is 116 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #51747c hue: 0.53 , saturation: 0.21 and the lightness value of 51747c is 0.40.

The process color (four color CMYK) of #51747c color hex is 0.35, 0.06, 0.00, 0.51. Web safe color of #51747c is #666666. Color #51747c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110100 01111100
Octal 121 164 174
Decimal 81 116 124
Hex 51 74 7C

RGB Percentages of Color #51747c

%25.23
%36.14
%38.63

CMYK Percentages of Color #51747c

%35
%6
%0
%51

Triadic Colors of #51747c

#51747c #7c5174 #747c51

Analogous Colors of #51747c

#51747c #515f7c #517c6f

Monochromatic Colors of #51747c

#51747c

Complementary Color

#51747c #7c5951

#51747c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51747c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51747c Color CSS Codes

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

#51747c Text Font Color

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

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


#51747c Background Color

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

This div background color is #51747c


#51747c Border Color

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

This div border color is #51747c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,116,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51747c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51747c;
  -webkit-box-shadow: 1px 1px 3px 2px #51747c;
  box-shadow:         1px 1px 3px 2px #51747c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51747c

#51747c Color Palettes


Comments

No comments written yet.

Please login to write comment.