Color Hex Logo

#20532b Color Hex

#20532B
(32,83,43)
0 Favorites   0 Comments

Color spaces of #20532b

RGB 328343
HSL0.370.440.23
HSV133°61°33°
CMYK 0.610.000.48   0.67
XYZ4.12506.66803.3551
Yxy6.66800.29160.4713
Hunter Lab25.8225-16.674910.3722
CIE-Lab31.0388-27.042818.3999

#20532b color RGB value is (32,83,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010011 00101011
Octal 40 123 53
Decimal 32 83 43
Hex 20 53 2B

RGB Percentages of Color #20532b

%20.25
%52.53
%27.22

CMYK Percentages of Color #20532b

%61
%0
%48
%67

Triadic Colors of #20532b

#20532b #2b2053 #532b20

Analogous Colors of #20532b

#20532b #205345 #2f5320

Monochromatic Colors of #20532b

#20532b

Complementary Color

#20532b #532048

#20532b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20532b Color Preview on White Background

Lorem ipsum dolor sit amet.

#20532b Color CSS Codes

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

#20532b Text Font Color

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

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


#20532b Background Color

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

This div background color is #20532b


#20532b Border Color

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

This div border color is #20532b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20532b


Comments

No comments written yet.

Please login to write comment.