Color Hex Logo

#529619 Color Hex

#529619
(82,150,25)
0 Favorites   0 Comments

Color spaces of #529619

RGB 8215025
HSL0.260.710.34
HSV93°83°59°
CMYK 0.450.000.83   0.41
XYZ14.561523.67674.7223
Yxy23.67670.33900.5511
Hunter Lab48.6587-31.735228.3070
CIE-Lab55.7626-41.779353.4601

#529619 color RGB value is (82,150,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010110 00011001
Octal 122 226 31
Decimal 82 150 25
Hex 52 96 19

RGB Percentages of Color #529619

%31.91
%58.37
%9.73

CMYK Percentages of Color #529619

%45
%0
%83
%41

Triadic Colors of #529619

#529619 #195296 #961952

Analogous Colors of #529619

#529619 #19961f #919619

Monochromatic Colors of #529619

#529619

Complementary Color

#529619 #5d1996

#529619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529619 Color CSS Codes

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

#529619 Text Font Color

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

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


#529619 Background Color

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

This div background color is #529619


#529619 Border Color

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

This div border color is #529619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529619


Comments

No comments written yet.

Please login to write comment.