Color Hex Logo

#529942 Color Hex

#529942
(82,153,66)
0 Favorites   0 Comments

Color spaces of #529942

RGB 8215366
HSL0.300.400.43
HSV109°57°60°
CMYK 0.460.000.57   0.40
XYZ15.854324.96979.1383
Yxy24.96970.31730.4998
Hunter Lab49.9697-30.812824.1360
CIE-Lab57.0459-39.616338.3759

#529942 color RGB value is (82,153,66).

#529942 hex color red value is 82, green value is 153 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #529942 hue: 0.30 , saturation: 0.40 and the lightness value of 529942 is 0.43.

The process color (four color CMYK) of #529942 color hex is 0.46, 0.00, 0.57, 0.40. Web safe color of #529942 is #669933. Color #529942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011001 01000010
Octal 122 231 102
Decimal 82 153 66
Hex 52 99 42

RGB Percentages of Color #529942

%27.24
%50.83
%21.93

CMYK Percentages of Color #529942

%46
%0
%57
%40

Triadic Colors of #529942

#529942 #425299 #994252

Analogous Colors of #529942

#529942 #42995e #7e9942

Monochromatic Colors of #529942

#529942

Complementary Color

#529942 #894299

#529942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529942 Color CSS Codes

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

#529942 Text Font Color

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

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


#529942 Background Color

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

This div background color is #529942


#529942 Border Color

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

This div border color is #529942


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,153,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529942


Comments

No comments written yet.

Please login to write comment.