Color Hex Logo

#519e5e Color Hex

#519E5E
(81,158,94)
0 Favorites   0 Comments

Color spaces of #519e5e

RGB 8115894
HSL0.360.320.47
HSV130°49°62°
CMYK 0.490.000.41   0.38
XYZ17.640627.011214.8736
Yxy27.01120.29640.4538
Hunter Lab51.9723-30.364519.4128
CIE-Lab58.9847-38.001926.2812

#519e5e color RGB value is (81,158,94).

#519e5e hex color red value is 81, green value is 158 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #519e5e hue: 0.36 , saturation: 0.32 and the lightness value of 519e5e is 0.47.

The process color (four color CMYK) of #519e5e color hex is 0.49, 0.00, 0.41, 0.38. Web safe color of #519e5e is #669966. Color #519e5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011110 01011110
Octal 121 236 136
Decimal 81 158 94
Hex 51 9E 5E

RGB Percentages of Color #519e5e

%24.32
%47.45
%28.23

CMYK Percentages of Color #519e5e

%49
%0
%41
%38

Triadic Colors of #519e5e

#519e5e #5e519e #9e5e51

Analogous Colors of #519e5e

#519e5e #519e85 #6b9e51

Monochromatic Colors of #519e5e

#519e5e

Complementary Color

#519e5e #9e5191

#519e5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519e5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#519e5e Color CSS Codes

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

#519e5e Text Font Color

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

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


#519e5e Background Color

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

This div background color is #519e5e


#519e5e Border Color

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

This div border color is #519e5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,158,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #519e5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #519e5e;
  -webkit-box-shadow: 1px 1px 3px 2px #519e5e;
  box-shadow:         1px 1px 3px 2px #519e5e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519e5e


Comments

No comments written yet.

Please login to write comment.