Color Hex Logo

#518e6f Color Hex

#518E6F
(81,142,111)
0 Favorites   0 Comments

Color spaces of #518e6f

RGB 81142111
HSL0.420.270.44
HSV150°43°56°
CMYK 0.430.000.22   0.44
XYZ15.935622.243018.4924
Yxy22.24300.28120.3925
Hunter Lab47.1625-22.22159.7661
CIE-Lab54.2839-27.241510.4213

#518e6f color RGB value is (81,142,111).

#518e6f hex color red value is 81, green value is 142 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #518e6f hue: 0.42 , saturation: 0.27 and the lightness value of 518e6f is 0.44.

The process color (four color CMYK) of #518e6f color hex is 0.43, 0.00, 0.22, 0.44. Web safe color of #518e6f is #669966. Color #518e6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001110 01101111
Octal 121 216 157
Decimal 81 142 111
Hex 51 8E 6F

RGB Percentages of Color #518e6f

%24.25
%42.51
%33.23

CMYK Percentages of Color #518e6f

%43
%0
%22
%44

Triadic Colors of #518e6f

#518e6f #6f518e #8e6f51

Analogous Colors of #518e6f

#518e6f #518e8e #528e51

Monochromatic Colors of #518e6f

#518e6f

Complementary Color

#518e6f #8e5170

#518e6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518e6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#518e6f Color CSS Codes

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

#518e6f Text Font Color

<p style="color:#518e6f">Text here</p>

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


#518e6f Background Color

<div style="background-color:#518e6f">
Div content here</div>

This div background color is #518e6f


#518e6f Border Color

<div style="border:3px solid #518e6f">
Div here</div>

This div border color is #518e6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,142,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 #518e6f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518e6f


Comments

No comments written yet.

Please login to write comment.