Color Hex Logo

#20613f Color Hex

#20613F
(32,97,63)
0 Favorites   0 Comments

Color spaces of #20613f

RGB 329763
HSL0.410.500.25
HSV149°67°38°
CMYK 0.670.000.35   0.62
XYZ5.76769.21536.1774
Yxy9.21530.27260.4355
Hunter Lab30.3567-19.21039.1846
CIE-Lab36.3956-29.361213.4869

#20613f color RGB value is (32,97,63).

#20613f hex color red value is 32, green value is 97 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #20613f hue: 0.41 , saturation: 0.50 and the lightness value of 20613f is 0.25.

The process color (four color CMYK) of #20613f color hex is 0.67, 0.00, 0.35, 0.62. Web safe color of #20613f is #336633. Color #20613f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01100001 00111111
Octal 40 141 77
Decimal 32 97 63
Hex 20 61 3F

RGB Percentages of Color #20613f

%16.67
%50.52
%32.81

CMYK Percentages of Color #20613f

%67
%0
%35
%62

Triadic Colors of #20613f

#20613f #3f2061 #613f20

Analogous Colors of #20613f

#20613f #206160 #226120

Monochromatic Colors of #20613f

#20613f

Complementary Color

#20613f #612042

#20613f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20613f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20613f Color CSS Codes

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

#20613f Text Font Color

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

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


#20613f Background Color

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

This div background color is #20613f


#20613f Border Color

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

This div border color is #20613f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20613f


Comments

No comments written yet.

Please login to write comment.