Color Hex Logo

#52835a Color Hex

#52835A
(82,131,90)
0 Favorites   0 Comments

Color spaces of #52835a

RGB 8213190
HSL0.360.230.42
HSV130°37°51°
CMYK 0.370.000.31   0.49
XYZ13.441418.764612.5864
Yxy18.76460.30010.4189
Hunter Lab43.3181-20.419113.0955
CIE-Lab50.4107-25.754217.0746

#52835a color RGB value is (82,131,90).

#52835a hex color red value is 82, green value is 131 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #52835a hue: 0.36 , saturation: 0.23 and the lightness value of 52835a is 0.42.

The process color (four color CMYK) of #52835a color hex is 0.37, 0.00, 0.31, 0.49. Web safe color of #52835a is #669966. Color #52835a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000011 01011010
Octal 122 203 132
Decimal 82 131 90
Hex 52 83 5A

RGB Percentages of Color #52835a

%27.06
%43.23
%29.70

CMYK Percentages of Color #52835a

%37
%0
%31
%49

Triadic Colors of #52835a

#52835a #5a5283 #835a52

Analogous Colors of #52835a

#52835a #528373 #638352

Monochromatic Colors of #52835a

#52835a

Complementary Color

#52835a #83527b

#52835a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52835a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52835a Color CSS Codes

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

#52835a Text Font Color

<p style="color:#52835a">Text here</p>

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


#52835a Background Color

<div style="background-color:#52835a">
Div content here</div>

This div background color is #52835a


#52835a Border Color

<div style="border:3px solid #52835a">
Div here</div>

This div border color is #52835a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,131,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52835a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52835a;
  -webkit-box-shadow: 1px 1px 3px 2px #52835a;
  box-shadow:         1px 1px 3px 2px #52835a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52835a


Comments

No comments written yet.

Please login to write comment.