Color Hex Logo

#20523b Color Hex

#20523B
(32,82,59)
0 Favorites   0 Comments

Color spaces of #20523b

RGB 328259
HSL0.420.440.22
HSV152°61°32°
CMYK 0.610.000.28   0.68
XYZ4.40246.65745.1907
Yxy6.65740.27090.4097
Hunter Lab25.8019-14.69726.1337
CIE-Lab31.0139-23.08168.5394

#20523b color RGB value is (32,82,59).

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

The process color (four color CMYK) of #20523b color hex is 0.61, 0.00, 0.28, 0.68. Web safe color of #20523b is #336633. Color #20523b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010010 00111011
Octal 40 122 73
Decimal 32 82 59
Hex 20 52 3B

RGB Percentages of Color #20523b

%18.50
%47.40
%34.10

CMYK Percentages of Color #20523b

%61
%0
%28
%68

Triadic Colors of #20523b

#20523b #3b2052 #523b20

Analogous Colors of #20523b

#20523b #205052 #205222

Monochromatic Colors of #20523b

#20523b

Complementary Color

#20523b #522037

#20523b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20523b Color Preview on White Background

Lorem ipsum dolor sit amet.

#20523b Color CSS Codes

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

#20523b Text Font Color

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

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


#20523b Background Color

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

This div background color is #20523b


#20523b Border Color

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

This div border color is #20523b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20523b


Comments

No comments written yet.

Please login to write comment.