Color Hex Logo

#20473d Color Hex

#20473D
(32,71,61)
0 Favorites   0 Comments

Color spaces of #20473d

RGB 327161
HSL0.460.380.20
HSV165°55°28°
CMYK 0.550.000.14   0.72
XYZ3.69125.15055.2145
Yxy5.15050.26260.3664
Hunter Lab22.6947-10.68352.2634
CIE-Lab27.1593-16.70961.7829

#20473d color RGB value is (32,71,61).

#20473d hex color red value is 32, green value is 71 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #20473d hue: 0.46 , saturation: 0.38 and the lightness value of 20473d is 0.20.

The process color (four color CMYK) of #20473d color hex is 0.55, 0.00, 0.14, 0.72. Web safe color of #20473d is #333333. Color #20473d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000111 00111101
Octal 40 107 75
Decimal 32 71 61
Hex 20 47 3D

RGB Percentages of Color #20473d

%19.51
%43.29
%37.20

CMYK Percentages of Color #20473d

%55
%0
%14
%72

Triadic Colors of #20473d

#20473d #3d2047 #473d20

Analogous Colors of #20473d

#20473d #203e47 #20472a

Monochromatic Colors of #20473d

#20473d

Complementary Color

#20473d #47202a

#20473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20473d Color CSS Codes

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

#20473d Text Font Color

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

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


#20473d Background Color

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

This div background color is #20473d


#20473d Border Color

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

This div border color is #20473d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20473d


Comments

No comments written yet.

Please login to write comment.