Color Hex Logo

#20552d Color Hex

#20552D
(32,85,45)
0 Favorites   0 Comments

Color spaces of #20552d

RGB 328545
HSL0.370.450.23
HSV135°62°33°
CMYK 0.620.000.47   0.67
XYZ4.31786.99353.6049
Yxy6.99350.28950.4689
Hunter Lab26.4452-17.134910.4295
CIE-Lab31.7921-27.593718.1796

#20552d color RGB value is (32,85,45).

#20552d hex color red value is 32, green value is 85 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #20552d hue: 0.37 , saturation: 0.45 and the lightness value of 20552d is 0.23.

The process color (four color CMYK) of #20552d color hex is 0.62, 0.00, 0.47, 0.67. Web safe color of #20552d is #336633. Color #20552d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010101 00101101
Octal 40 125 55
Decimal 32 85 45
Hex 20 55 2D

RGB Percentages of Color #20552d

%19.75
%52.47
%27.78

CMYK Percentages of Color #20552d

%62
%0
%47
%67

Triadic Colors of #20552d

#20552d #2d2055 #552d20

Analogous Colors of #20552d

#20552d #205548 #2e5520

Monochromatic Colors of #20552d

#20552d

Complementary Color

#20552d #552048

#20552d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20552d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20552d Color CSS Codes

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

#20552d Text Font Color

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

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


#20552d Background Color

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

This div background color is #20552d


#20552d Border Color

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

This div border color is #20552d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20552d


Comments

No comments written yet.

Please login to write comment.