Color Hex Logo

#51685f Color Hex

#51685F
(81,104,95)
0 Favorites   0 Comments

Color spaces of #51685f

RGB 8110495
HSL0.430.120.36
HSV157°22°41°
CMYK 0.220.000.09   0.59
XYZ10.409212.476212.6860
Yxy12.47620.29260.3507
Hunter Lab35.3217-9.20943.4308
CIE-Lab41.9632-10.62192.2537

#51685f color RGB value is (81,104,95).

#51685f hex color red value is 81, green value is 104 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #51685f hue: 0.43 , saturation: 0.12 and the lightness value of 51685f is 0.36.

The process color (four color CMYK) of #51685f color hex is 0.22, 0.00, 0.09, 0.59. Web safe color of #51685f is #666666. Color #51685f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101000 01011111
Octal 121 150 137
Decimal 81 104 95
Hex 51 68 5F

RGB Percentages of Color #51685f

%28.93
%37.14
%33.93

CMYK Percentages of Color #51685f

%22
%0
%9
%59

Triadic Colors of #51685f

#51685f #5f5168 #685f51

Analogous Colors of #51685f

#51685f #516668 #516854

Monochromatic Colors of #51685f

#51685f

Complementary Color

#51685f #68515a

#51685f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51685f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51685f Color CSS Codes

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

#51685f Text Font Color

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

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


#51685f Background Color

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

This div background color is #51685f


#51685f Border Color

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

This div border color is #51685f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51685f


Comments

No comments written yet.

Please login to write comment.