Color Hex Logo

#519361 Color Hex

#519361
(81,147,97)
0 Favorites   0 Comments

Color spaces of #519361

RGB 8114797
HSL0.370.290.45
HSV135°45°58°
CMYK 0.450.000.34   0.42
XYZ15.984723.479814.9988
Yxy23.47980.29350.4311
Hunter Lab48.4560-25.914215.5669
CIE-Lab55.5632-32.472720.0938

#519361 color RGB value is (81,147,97).

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

The process color (four color CMYK) of #519361 color hex is 0.45, 0.00, 0.34, 0.42. Web safe color of #519361 is #669966. Color #519361 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010011 01100001
Octal 121 223 141
Decimal 81 147 97
Hex 51 93 61

RGB Percentages of Color #519361

%24.92
%45.23
%29.85

CMYK Percentages of Color #519361

%45
%0
%34
%42

Triadic Colors of #519361

#519361 #615193 #936151

Analogous Colors of #519361

#519361 #519382 #629351

Monochromatic Colors of #519361

#519361

Complementary Color

#519361 #935183

#519361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519361 Color CSS Codes

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

#519361 Text Font Color

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

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


#519361 Background Color

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

This div background color is #519361


#519361 Border Color

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

This div border color is #519361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519361


Comments

No comments written yet.

Please login to write comment.