Color Hex Logo

#52822c Color Hex

#52822C
(82,130,44)
0 Favorites   0 Comments

Color spaces of #52822c

RGB 8213044
HSL0.260.490.34
HSV93°66°51°
CMYK 0.370.000.66   0.49
XYZ11.916917.94105.2177
Yxy17.94100.33970.5115
Hunter Lab42.3568-23.904322.3462
CIE-Lab49.4245-31.749640.1563

#52822c color RGB value is (82,130,44).

#52822c hex color red value is 82, green value is 130 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #52822c hue: 0.26 , saturation: 0.49 and the lightness value of 52822c is 0.34.

The process color (four color CMYK) of #52822c color hex is 0.37, 0.00, 0.66, 0.49. Web safe color of #52822c is #669933. Color #52822c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000010 00101100
Octal 122 202 54
Decimal 82 130 44
Hex 52 82 2C

RGB Percentages of Color #52822c

%32.03
%50.78
%17.19

CMYK Percentages of Color #52822c

%37
%0
%66
%49

Triadic Colors of #52822c

#52822c #2c5282 #822c52

Analogous Colors of #52822c

#52822c #2c8231 #7d822c

Monochromatic Colors of #52822c

#52822c

Complementary Color

#52822c #5c2c82

#52822c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52822c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52822c Color CSS Codes

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

#52822c Text Font Color

<p style="color:#52822c">Text here</p>

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


#52822c Background Color

<div style="background-color:#52822c">
Div content here</div>

This div background color is #52822c


#52822c Border Color

<div style="border:3px solid #52822c">
Div here</div>

This div border color is #52822c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,130,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52822c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52822c;
  -webkit-box-shadow: 1px 1px 3px 2px #52822c;
  box-shadow:         1px 1px 3px 2px #52822c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52822c


Comments

No comments written yet.

Please login to write comment.