Color Hex Logo

#52937f Color Hex

#52937F
(82,147,127)
0 Favorites   0 Comments

Color spaces of #52937f

RGB 82147127
HSL0.450.280.45
HSV162°44°58°
CMYK 0.440.000.14   0.42
XYZ17.744224.193623.8133
Yxy24.19360.26990.3680
Hunter Lab49.1870-21.68345.7263
CIE-Lab56.2811-25.79134.1237

#52937f color RGB value is (82,147,127).

#52937f hex color red value is 82, green value is 147 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #52937f hue: 0.45 , saturation: 0.28 and the lightness value of 52937f is 0.45.

The process color (four color CMYK) of #52937f color hex is 0.44, 0.00, 0.14, 0.42. Web safe color of #52937f is #669966. Color #52937f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010011 01111111
Octal 122 223 177
Decimal 82 147 127
Hex 52 93 7F

RGB Percentages of Color #52937f

%23.03
%41.29
%35.67

CMYK Percentages of Color #52937f

%44
%0
%14
%42

Triadic Colors of #52937f

#52937f #7f5293 #937f52

Analogous Colors of #52937f

#52937f #528793 #52935f

Monochromatic Colors of #52937f

#52937f

Complementary Color

#52937f #935266

#52937f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52937f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52937f Color CSS Codes

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

#52937f Text Font Color

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

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


#52937f Background Color

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

This div background color is #52937f


#52937f Border Color

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

This div border color is #52937f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,147,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52937f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52937f;
  -webkit-box-shadow: 1px 1px 3px 2px #52937f;
  box-shadow:         1px 1px 3px 2px #52937f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52937f


Comments

No comments written yet.

Please login to write comment.