Color Hex Logo

#51685c Color Hex

#51685C
(81,104,92)
0 Favorites   0 Comments

Color spaces of #51685c

RGB 8110492
HSL0.410.120.36
HSV149°22°41°
CMYK 0.220.000.12   0.59
XYZ10.275412.422711.9815
Yxy12.42270.29630.3582
Hunter Lab35.2459-9.64124.5170
CIE-Lab41.8802-11.29363.9534

#51685c color RGB value is (81,104,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101000 01011100
Octal 121 150 134
Decimal 81 104 92
Hex 51 68 5C

RGB Percentages of Color #51685c

%29.24
%37.55
%33.21

CMYK Percentages of Color #51685c

%22
%0
%12
%59

Triadic Colors of #51685c

#51685c #5c5168 #685c51

Analogous Colors of #51685c

#51685c #516868 #526851

Monochromatic Colors of #51685c

#51685c

Complementary Color

#51685c #68515d

#51685c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51685c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51685c Color CSS Codes

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

#51685c Text Font Color

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

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


#51685c Background Color

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

This div background color is #51685c


#51685c Border Color

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

This div border color is #51685c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51685c


Comments

No comments written yet.

Please login to write comment.