Color Hex Logo

#519419 Color Hex

#519419
(81,148,25)
0 Favorites   0 Comments

Color spaces of #519419

RGB 8114825
HSL0.260.710.34
HSV93°83°58°
CMYK 0.450.000.83   0.42
XYZ14.158722.99934.6128
Yxy22.99930.33900.5506
Hunter Lab47.9576-31.226527.8675
CIE-Lab55.0716-41.290852.8161

#519419 color RGB value is (81,148,25).

#519419 hex color red value is 81, green value is 148 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #519419 hue: 0.26 , saturation: 0.71 and the lightness value of 519419 is 0.34.

The process color (four color CMYK) of #519419 color hex is 0.45, 0.00, 0.83, 0.42. Web safe color of #519419 is #669900. Color #519419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010100 00011001
Octal 121 224 31
Decimal 81 148 25
Hex 51 94 19

RGB Percentages of Color #519419

%31.89
%58.27
%9.84

CMYK Percentages of Color #519419

%45
%0
%83
%42

Triadic Colors of #519419

#519419 #195194 #941951

Analogous Colors of #519419

#519419 #19941f #8f9419

Monochromatic Colors of #519419

#519419

Complementary Color

#519419 #5c1994

#519419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519419 Color CSS Codes

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

#519419 Text Font Color

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

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


#519419 Background Color

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

This div background color is #519419


#519419 Border Color

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

This div border color is #519419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519419


Comments

No comments written yet.

Please login to write comment.