Color Hex Logo

#20532a Color Hex

#20532A
(32,83,42)
0 Favorites   0 Comments

Color spaces of #20532a

RGB 328342
HSL0.370.440.23
HSV132°61°33°
CMYK 0.610.000.49   0.67
XYZ4.10686.66083.2597
Yxy6.66080.29280.4748
Hunter Lab25.8085-16.761010.5774
CIE-Lab31.0219-27.228618.9707

#20532a color RGB value is (32,83,42).

#20532a hex color red value is 32, green value is 83 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #20532a hue: 0.37 , saturation: 0.44 and the lightness value of 20532a is 0.23.

The process color (four color CMYK) of #20532a color hex is 0.61, 0.00, 0.49, 0.67. Web safe color of #20532a is #336633. Color #20532a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010011 00101010
Octal 40 123 52
Decimal 32 83 42
Hex 20 53 2A

RGB Percentages of Color #20532a

%20.38
%52.87
%26.75

CMYK Percentages of Color #20532a

%61
%0
%49
%67

Triadic Colors of #20532a

#20532a #2a2053 #532a20

Analogous Colors of #20532a

#20532a #205344 #305320

Monochromatic Colors of #20532a

#20532a

Complementary Color

#20532a #532049

#20532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#20532a Color CSS Codes

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

#20532a Text Font Color

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

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


#20532a Background Color

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

This div background color is #20532a


#20532a Border Color

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

This div border color is #20532a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,83,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20532a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20532a;
  -webkit-box-shadow: 1px 1px 3px 2px #20532a;
  box-shadow:         1px 1px 3px 2px #20532a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,83,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20532a


Comments

No comments written yet.

Please login to write comment.