Color Hex Logo

#537c52 Color Hex

#537C52
(83,124,82)
0 Favorites   0 Comments

Color spaces of #537c52

RGB 8312482
HSL0.330.200.40
HSV119°34°49°
CMYK 0.330.000.34   0.51
XYZ12.297916.863510.5895
Yxy16.86350.30940.4242
Hunter Lab41.0652-18.408213.4565
CIE-Lab48.0876-23.348118.5211

#537c52 color RGB value is (83,124,82).

#537c52 hex color red value is 83, green value is 124 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #537c52 hue: 0.33 , saturation: 0.20 and the lightness value of 537c52 is 0.40.

The process color (four color CMYK) of #537c52 color hex is 0.33, 0.00, 0.34, 0.51. Web safe color of #537c52 is #666666. Color #537c52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111100 01010010
Octal 123 174 122
Decimal 83 124 82
Hex 53 7C 52

RGB Percentages of Color #537c52

%28.72
%42.91
%28.37

CMYK Percentages of Color #537c52

%33
%0
%34
%51

Triadic Colors of #537c52

#537c52 #52537c #7c5253

Analogous Colors of #537c52

#537c52 #527c66 #687c52

Monochromatic Colors of #537c52

#537c52

Complementary Color

#537c52 #7b527c

#537c52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537c52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537c52 Color CSS Codes

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

#537c52 Text Font Color

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

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


#537c52 Background Color

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

This div background color is #537c52


#537c52 Border Color

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

This div border color is #537c52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537c52


Comments

No comments written yet.

Please login to write comment.