Color Hex Logo

#52755e Color Hex

#52755E
(82,117,94)
0 Favorites   0 Comments

Color spaces of #52755e

RGB 8211794
HSL0.390.180.39
HSV141°30°46°
CMYK 0.300.000.20   0.54
XYZ11.861315.324612.9225
Yxy15.32460.29570.3821
Hunter Lab39.1466-14.42177.8307
CIE-Lab46.0756-17.70478.7408

#52755e color RGB value is (82,117,94).

#52755e hex color red value is 82, green value is 117 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #52755e hue: 0.39 , saturation: 0.18 and the lightness value of 52755e is 0.39.

The process color (four color CMYK) of #52755e color hex is 0.30, 0.00, 0.20, 0.54. Web safe color of #52755e is #666666. Color #52755e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110101 01011110
Octal 122 165 136
Decimal 82 117 94
Hex 52 75 5E

RGB Percentages of Color #52755e

%27.99
%39.93
%32.08

CMYK Percentages of Color #52755e

%30
%0
%20
%54

Triadic Colors of #52755e

#52755e #5e5275 #755e52

Analogous Colors of #52755e

#52755e #527570 #587552

Monochromatic Colors of #52755e

#52755e

Complementary Color

#52755e #755269

#52755e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52755e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52755e Color CSS Codes

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

#52755e Text Font Color

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

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


#52755e Background Color

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

This div background color is #52755e


#52755e Border Color

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

This div border color is #52755e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52755e


Comments

No comments written yet.

Please login to write comment.