Color Hex Logo

#519325 Color Hex

#519325
(81,147,37)
0 Favorites   0 Comments

Color spaces of #519325

RGB 8114737
HSL0.270.600.36
HSV96°75°58°
CMYK 0.450.000.75   0.42
XYZ14.161022.75035.3952
Yxy22.75030.33470.5377
Hunter Lab47.6973-30.474826.6816
CIE-Lab54.8142-40.166948.6343

#519325 color RGB value is (81,147,37).

#519325 hex color red value is 81, green value is 147 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #519325 hue: 0.27 , saturation: 0.60 and the lightness value of 519325 is 0.36.

The process color (four color CMYK) of #519325 color hex is 0.45, 0.00, 0.75, 0.42. Web safe color of #519325 is #669933. Color #519325 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010011 00100101
Octal 121 223 45
Decimal 81 147 37
Hex 51 93 25

RGB Percentages of Color #519325

%30.57
%55.47
%13.96

CMYK Percentages of Color #519325

%45
%0
%75
%42

Triadic Colors of #519325

#519325 #255193 #932551

Analogous Colors of #519325

#519325 #259330 #889325

Monochromatic Colors of #519325

#519325

Complementary Color

#519325 #672593

#519325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519325 Color CSS Codes

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

#519325 Text Font Color

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

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


#519325 Background Color

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

This div background color is #519325


#519325 Border Color

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

This div border color is #519325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519325


Comments

No comments written yet.

Please login to write comment.