Color Hex Logo

#51616f Color Hex

#51616F
(81,97,111)
0 Favorites   0 Comments

Color spaces of #51616f

RGB 8197111
HSL0.580.160.38
HSV208°27°44°
CMYK 0.270.130.00   0.56
XYZ10.537311.446416.6929
Yxy11.44640.27240.2960
Hunter Lab33.8325-3.6123-5.5708
CIE-Lab40.3224-2.5722-9.9344

#51616f color RGB value is (81,97,111).

#51616f hex color red value is 81, green value is 97 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #51616f hue: 0.58 , saturation: 0.16 and the lightness value of 51616f is 0.38.

The process color (four color CMYK) of #51616f color hex is 0.27, 0.13, 0.00, 0.56. Web safe color of #51616f is #666666. Color #51616f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100001 01101111
Octal 121 141 157
Decimal 81 97 111
Hex 51 61 6F

RGB Percentages of Color #51616f

%28.03
%33.56
%38.41

CMYK Percentages of Color #51616f

%27
%13
%0
%56

Triadic Colors of #51616f

#51616f #6f5161 #616f51

Analogous Colors of #51616f

#51616f #51526f #516f6e

Monochromatic Colors of #51616f

#51616f

Complementary Color

#51616f #6f5f51

#51616f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51616f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51616f Color CSS Codes

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

#51616f Text Font Color

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

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


#51616f Background Color

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

This div background color is #51616f


#51616f Border Color

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

This div border color is #51616f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51616f


Comments

No comments written yet.

Please login to write comment.