Color Hex Logo

#518958 Color Hex

#518958
(81,137,88)
0 Favorites   0 Comments

Color spaces of #518958

RGB 8113788
HSL0.350.260.43
HSV128°41°54°
CMYK 0.410.000.36   0.46
XYZ14.100520.345212.4164
Yxy20.34520.30090.4342
Hunter Lab45.1057-23.133915.2530
CIE-Lab52.2253-29.385820.6439

#518958 color RGB value is (81,137,88).

#518958 hex color red value is 81, green value is 137 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #518958 hue: 0.35 , saturation: 0.26 and the lightness value of 518958 is 0.43.

The process color (four color CMYK) of #518958 color hex is 0.41, 0.00, 0.36, 0.46. Web safe color of #518958 is #669966. Color #518958 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001001 01011000
Octal 121 211 130
Decimal 81 137 88
Hex 51 89 58

RGB Percentages of Color #518958

%26.47
%44.77
%28.76

CMYK Percentages of Color #518958

%41
%0
%36
%46

Triadic Colors of #518958

#518958 #585189 #895851

Analogous Colors of #518958

#518958 #518974 #668951

Monochromatic Colors of #518958

#518958

Complementary Color

#518958 #895182

#518958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518958 Color CSS Codes

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

#518958 Text Font Color

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

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


#518958 Background Color

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

This div background color is #518958


#518958 Border Color

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

This div border color is #518958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518958


Comments

No comments written yet.

Please login to write comment.