Color Hex Logo

#519661 Color Hex

#519661
(81,150,97)
0 Favorites   0 Comments

Color spaces of #519661

RGB 8115097
HSL0.370.300.45
HSV134°46°59°
CMYK 0.460.000.35   0.41
XYZ16.457424.425115.1564
Yxy24.42510.29370.4359
Hunter Lab49.4218-27.047716.4125
CIE-Lab56.5109-33.863821.3674

#519661 color RGB value is (81,150,97).

#519661 hex color red value is 81, green value is 150 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #519661 hue: 0.37 , saturation: 0.30 and the lightness value of 519661 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010110 01100001
Octal 121 226 141
Decimal 81 150 97
Hex 51 96 61

RGB Percentages of Color #519661

%24.70
%45.73
%29.57

CMYK Percentages of Color #519661

%46
%0
%35
%41

Triadic Colors of #519661

#519661 #615196 #966151

Analogous Colors of #519661

#519661 #519684 #649651

Monochromatic Colors of #519661

#519661

Complementary Color

#519661 #965186

#519661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519661 Color CSS Codes

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

#519661 Text Font Color

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

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


#519661 Background Color

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

This div background color is #519661


#519661 Border Color

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

This div border color is #519661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519661


Comments

No comments written yet.

Please login to write comment.