Color Hex Logo

#529753 Color Hex

#529753
(82,151,83)
0 Favorites   0 Comments

Color spaces of #529753

RGB 8215183
HSL0.340.300.46
HSV121°46°59°
CMYK 0.460.000.45   0.41
XYZ16.107624.551612.0736
Yxy24.55160.30550.4656
Hunter Lab49.5496-28.684920.2377
CIE-Lab56.6359-36.391029.1493

#529753 color RGB value is (82,151,83).

#529753 hex color red value is 82, green value is 151 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #529753 hue: 0.34 , saturation: 0.30 and the lightness value of 529753 is 0.46.

The process color (four color CMYK) of #529753 color hex is 0.46, 0.00, 0.45, 0.41. Web safe color of #529753 is #669966. Color #529753 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 01010011
Octal 122 227 123
Decimal 82 151 83
Hex 52 97 53

RGB Percentages of Color #529753

%25.95
%47.78
%26.27

CMYK Percentages of Color #529753

%46
%0
%45
%41

Triadic Colors of #529753

#529753 #535297 #975352

Analogous Colors of #529753

#529753 #529776 #749752

Monochromatic Colors of #529753

#529753

Complementary Color

#529753 #975296

#529753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529753 Color CSS Codes

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

#529753 Text Font Color

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

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


#529753 Background Color

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

This div background color is #529753


#529753 Border Color

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

This div border color is #529753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529753


Comments

No comments written yet.

Please login to write comment.