Color Hex Logo

#52833f Color Hex

#52833F
(82,131,63)
0 Favorites   0 Comments

Color spaces of #52833f

RGB 8213163
HSL0.290.350.38
HSV103°52°51°
CMYK 0.370.000.52   0.49
XYZ12.493218.38537.5929
Yxy18.38530.32470.4779
Hunter Lab42.8781-23.027919.5155
CIE-Lab49.9601-30.087831.4030

#52833f color RGB value is (82,131,63).

#52833f hex color red value is 82, green value is 131 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #52833f hue: 0.29 , saturation: 0.35 and the lightness value of 52833f is 0.38.

The process color (four color CMYK) of #52833f color hex is 0.37, 0.00, 0.52, 0.49. Web safe color of #52833f is #669933. Color #52833f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000011 00111111
Octal 122 203 77
Decimal 82 131 63
Hex 52 83 3F

RGB Percentages of Color #52833f

%29.71
%47.46
%22.83

CMYK Percentages of Color #52833f

%37
%0
%52
%49

Triadic Colors of #52833f

#52833f #3f5283 #833f52

Analogous Colors of #52833f

#52833f #3f834e #74833f

Monochromatic Colors of #52833f

#52833f

Complementary Color

#52833f #703f83

#52833f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52833f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52833f Color CSS Codes

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

#52833f Text Font Color

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

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


#52833f Background Color

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

This div background color is #52833f


#52833f Border Color

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

This div border color is #52833f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52833f


Comments

No comments written yet.

Please login to write comment.