Color Hex Logo

#52936e Color Hex

#52936E
(82,147,110)
0 Favorites   0 Comments

Color spaces of #52936e

RGB 82147110
HSL0.410.280.45
HSV146°44°58°
CMYK 0.440.000.25   0.42
XYZ16.727923.787118.4616
Yxy23.78710.28360.4033
Hunter Lab48.7720-24.128811.6975
CIE-Lab55.8740-29.599913.2244

#52936e color RGB value is (82,147,110).

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

The process color (four color CMYK) of #52936e color hex is 0.44, 0.00, 0.25, 0.42. Web safe color of #52936e is #669966. Color #52936e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010011 01101110
Octal 122 223 156
Decimal 82 147 110
Hex 52 93 6E

RGB Percentages of Color #52936e

%24.19
%43.36
%32.45

CMYK Percentages of Color #52936e

%44
%0
%25
%42

Triadic Colors of #52936e

#52936e #6e5293 #936e52

Analogous Colors of #52936e

#52936e #52938f #579352

Monochromatic Colors of #52936e

#52936e

Complementary Color

#52936e #935277

#52936e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52936e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52936e Color CSS Codes

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

#52936e Text Font Color

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

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


#52936e Background Color

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

This div background color is #52936e


#52936e Border Color

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

This div border color is #52936e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52936e


Comments

No comments written yet.

Please login to write comment.