Color Hex Logo

#518669 Color Hex

#518669
(81,134,105)
0 Favorites   0 Comments

Color spaces of #518669

RGB 81134105
HSL0.410.250.42
HSV147°40°53°
CMYK 0.400.000.22   0.47
XYZ14.468219.819416.4276
Yxy19.81940.28530.3908
Hunter Lab44.5190-19.89769.2852
CIE-Lab51.6324-24.549210.1358

#518669 color RGB value is (81,134,105).

#518669 hex color red value is 81, green value is 134 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #518669 hue: 0.41 , saturation: 0.25 and the lightness value of 518669 is 0.42.

The process color (four color CMYK) of #518669 color hex is 0.40, 0.00, 0.22, 0.47. Web safe color of #518669 is #669966. Color #518669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000110 01101001
Octal 121 206 151
Decimal 81 134 105
Hex 51 86 69

RGB Percentages of Color #518669

%25.31
%41.88
%32.81

CMYK Percentages of Color #518669

%40
%0
%22
%47

Triadic Colors of #518669

#518669 #695186 #866951

Analogous Colors of #518669

#518669 #518684 #548651

Monochromatic Colors of #518669

#518669

Complementary Color

#518669 #86516e

#518669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518669 Color CSS Codes

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

#518669 Text Font Color

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

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


#518669 Background Color

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

This div background color is #518669


#518669 Border Color

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

This div border color is #518669


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,134,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #518669; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #518669;
  -webkit-box-shadow: 1px 1px 3px 2px #518669;
  box-shadow:         1px 1px 3px 2px #518669; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518669


Comments

No comments written yet.

Please login to write comment.