Color Hex Logo

#20684d Color Hex

#20684D
(32,104,77)
0 Favorites   0 Comments

Color spaces of #20684d

RGB 3210477
HSL0.440.530.27
HSV158°69°41°
CMYK 0.690.000.26   0.59
XYZ6.885510.74358.7320
Yxy10.74350.26120.4076
Hunter Lab32.7773-19.86297.1490
CIE-Lab39.1451-29.26008.8299

#20684d color RGB value is (32,104,77).

#20684d hex color red value is 32, green value is 104 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #20684d hue: 0.44 , saturation: 0.53 and the lightness value of 20684d is 0.27.

The process color (four color CMYK) of #20684d color hex is 0.69, 0.00, 0.26, 0.59. Web safe color of #20684d is #336666. Color #20684d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01101000 01001101
Octal 40 150 115
Decimal 32 104 77
Hex 20 68 4D

RGB Percentages of Color #20684d

%15.02
%48.83
%36.15

CMYK Percentages of Color #20684d

%69
%0
%26
%59

Triadic Colors of #20684d

#20684d #4d2068 #684d20

Analogous Colors of #20684d

#20684d #205f68 #206829

Monochromatic Colors of #20684d

#20684d

Complementary Color

#20684d #68203b

#20684d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20684d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20684d Color CSS Codes

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

#20684d Text Font Color

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

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


#20684d Background Color

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

This div background color is #20684d


#20684d Border Color

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

This div border color is #20684d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20684d


Comments

No comments written yet.

Please login to write comment.