Color Hex Logo

#20684f Color Hex

#20684F
(32,104,79)
0 Favorites   0 Comments

Color spaces of #20684f

RGB 3210479
HSL0.440.530.27
HSV159°69°41°
CMYK 0.690.000.24   0.59
XYZ6.957310.77229.1097
Yxy10.77220.25920.4014
Hunter Lab32.8210-19.59896.5184
CIE-Lab39.1941-28.74957.6885

#20684f color RGB value is (32,104,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01101000 01001111
Octal 40 150 117
Decimal 32 104 79
Hex 20 68 4F

RGB Percentages of Color #20684f

%14.88
%48.37
%36.74

CMYK Percentages of Color #20684f

%69
%0
%24
%59

Triadic Colors of #20684f

#20684f #4f2068 #684f20

Analogous Colors of #20684f

#20684f #205d68 #20682b

Monochromatic Colors of #20684f

#20684f

Complementary Color

#20684f #682039

#20684f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20684f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20684f Color CSS Codes

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

#20684f Text Font Color

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

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


#20684f Background Color

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

This div background color is #20684f


#20684f Border Color

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

This div border color is #20684f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20684f


Comments

No comments written yet.

Please login to write comment.