Color Hex Logo

#52802d Color Hex

#52802D
(82,128,45)
0 Favorites   0 Comments

Color spaces of #52802d

RGB 8212845
HSL0.260.480.34
HSV93°65°50°
CMYK 0.360.000.65   0.50
XYZ11.672517.42165.2301
Yxy17.42160.34010.5076
Hunter Lab41.7392-23.125521.7881
CIE-Lab48.7869-30.724238.9995

#52802d color RGB value is (82,128,45).

#52802d hex color red value is 82, green value is 128 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #52802d hue: 0.26 , saturation: 0.48 and the lightness value of 52802d is 0.34.

The process color (four color CMYK) of #52802d color hex is 0.36, 0.00, 0.65, 0.50. Web safe color of #52802d is #669933. Color #52802d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000000 00101101
Octal 122 200 55
Decimal 82 128 45
Hex 52 80 2D

RGB Percentages of Color #52802d

%32.16
%50.20
%17.65

CMYK Percentages of Color #52802d

%36
%0
%65
%50

Triadic Colors of #52802d

#52802d #2d5280 #802d52

Analogous Colors of #52802d

#52802d #2d8032 #7c802d

Monochromatic Colors of #52802d

#52802d

Complementary Color

#52802d #5b2d80

#52802d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52802d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52802d Color CSS Codes

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

#52802d Text Font Color

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

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


#52802d Background Color

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

This div background color is #52802d


#52802d Border Color

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

This div border color is #52802d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52802d


Comments

No comments written yet.

Please login to write comment.