Color Hex Logo

#529546 Color Hex

#529546
(82,149,70)
0 Favorites   0 Comments

Color spaces of #529546

RGB 8214970
HSL0.310.360.43
HSV111°53°58°
CMYK 0.450.000.53   0.42
XYZ15.332623.73099.5668
Yxy23.73090.31530.4880
Hunter Lab48.7144-29.068222.4564
CIE-Lab55.8174-37.373634.9100

#529546 color RGB value is (82,149,70).

#529546 hex color red value is 82, green value is 149 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #529546 hue: 0.31 , saturation: 0.36 and the lightness value of 529546 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010101 01000110
Octal 122 225 106
Decimal 82 149 70
Hex 52 95 46

RGB Percentages of Color #529546

%27.24
%49.50
%23.26

CMYK Percentages of Color #529546

%45
%0
%53
%42

Triadic Colors of #529546

#529546 #465295 #954652

Analogous Colors of #529546

#529546 #469562 #7a9546

Monochromatic Colors of #529546

#529546

Complementary Color

#529546 #894695

#529546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529546 Color CSS Codes

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

#529546 Text Font Color

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

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


#529546 Background Color

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

This div background color is #529546


#529546 Border Color

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

This div border color is #529546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529546


Comments

No comments written yet.

Please login to write comment.