Color Hex Logo

#519461 Color Hex

#519461
(81,148,97)
0 Favorites   0 Comments

Color spaces of #519461

RGB 8114897
HSL0.370.290.45
HSV134°45°58°
CMYK 0.450.000.34   0.42
XYZ16.140923.792215.0509
Yxy23.79220.29360.4327
Hunter Lab48.7772-26.292715.8493
CIE-Lab55.8791-32.938620.5192

#519461 color RGB value is (81,148,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010100 01100001
Octal 121 224 141
Decimal 81 148 97
Hex 51 94 61

RGB Percentages of Color #519461

%24.85
%45.40
%29.75

CMYK Percentages of Color #519461

%45
%0
%34
%42

Triadic Colors of #519461

#519461 #615194 #946151

Analogous Colors of #519461

#519461 #519483 #639451

Monochromatic Colors of #519461

#519461

Complementary Color

#519461 #945184

#519461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519461 Color CSS Codes

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

#519461 Text Font Color

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

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


#519461 Background Color

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

This div background color is #519461


#519461 Border Color

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

This div border color is #519461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519461


Comments

No comments written yet.

Please login to write comment.