Color Hex Logo

#52935d Color Hex

#52935D
(82,147,93)
0 Favorites   0 Comments

Color spaces of #52935d

RGB 8214793
HSL0.360.280.45
HSV130°44°58°
CMYK 0.440.000.37   0.42
XYZ15.889223.451614.0451
Yxy23.45160.29760.4393
Hunter Lab48.4269-26.179916.7031
CIE-Lab55.5345-32.899922.2818

#52935d color RGB value is (82,147,93).

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

The process color (four color CMYK) of #52935d color hex is 0.44, 0.00, 0.37, 0.42. Web safe color of #52935d is #669966. Color #52935d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010011 01011101
Octal 122 223 135
Decimal 82 147 93
Hex 52 93 5D

RGB Percentages of Color #52935d

%25.47
%45.65
%28.88

CMYK Percentages of Color #52935d

%44
%0
%37
%42

Triadic Colors of #52935d

#52935d #5d5293 #935d52

Analogous Colors of #52935d

#52935d #52937e #689352

Monochromatic Colors of #52935d

#52935d

Complementary Color

#52935d #935288

#52935d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52935d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52935d Color CSS Codes

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

#52935d Text Font Color

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

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


#52935d Background Color

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

This div background color is #52935d


#52935d Border Color

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

This div border color is #52935d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52935d


Comments

No comments written yet.

Please login to write comment.