Color Hex Logo

#519219 Color Hex

#519219
(81,146,25)
0 Favorites   0 Comments

Color spaces of #519219

RGB 8114625
HSL0.260.710.34
HSV92°83°57°
CMYK 0.450.000.83   0.43
XYZ13.847722.37734.5091
Yxy22.37730.34000.5494
Hunter Lab47.3047-30.530027.4617
CIE-Lab54.4251-40.459052.2277

#519219 color RGB value is (81,146,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010010 00011001
Octal 121 222 31
Decimal 81 146 25
Hex 51 92 19

RGB Percentages of Color #519219

%32.14
%57.94
%9.92

CMYK Percentages of Color #519219

%45
%0
%83
%43

Triadic Colors of #519219

#519219 #195192 #921951

Analogous Colors of #519219

#519219 #19921e #8e9219

Monochromatic Colors of #519219

#519219

Complementary Color

#519219 #5a1992

#519219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519219 Color CSS Codes

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

#519219 Text Font Color

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

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


#519219 Background Color

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

This div background color is #519219


#519219 Border Color

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

This div border color is #519219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519219


Comments

No comments written yet.

Please login to write comment.