Color Hex Logo

#20522d Color Hex

#20522D
(32,82,45)
0 Favorites   0 Comments

Color spaces of #20522d

RGB 328245
HSL0.380.440.22
HSV136°61°32°
CMYK 0.610.000.45   0.68
XYZ4.08666.53113.5279
Yxy6.53110.28890.4617
Hunter Lab25.5560-16.17959.7045
CIE-Lab30.7147-26.192516.7825

#20522d color RGB value is (32,82,45).

#20522d hex color red value is 32, green value is 82 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #20522d hue: 0.38 , saturation: 0.44 and the lightness value of 20522d is 0.22.

The process color (four color CMYK) of #20522d color hex is 0.61, 0.00, 0.45, 0.68. Web safe color of #20522d is #336633. Color #20522d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010010 00101101
Octal 40 122 55
Decimal 32 82 45
Hex 20 52 2D

RGB Percentages of Color #20522d

%20.13
%51.57
%28.30

CMYK Percentages of Color #20522d

%61
%0
%45
%68

Triadic Colors of #20522d

#20522d #2d2052 #522d20

Analogous Colors of #20522d

#20522d #205246 #2c5220

Monochromatic Colors of #20522d

#20522d

Complementary Color

#20522d #522045

#20522d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20522d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20522d Color CSS Codes

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

#20522d Text Font Color

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

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


#20522d Background Color

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

This div background color is #20522d


#20522d Border Color

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

This div border color is #20522d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,82,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 #20522d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20522d


Comments

No comments written yet.

Please login to write comment.