Color Hex Logo

#20833c Color Hex

#20833C
(32,131,60)
0 Favorites   0 Comments

Color spaces of #20833c

RGB 3213160
HSL0.380.610.32
HSV137°76°51°
CMYK 0.760.000.54   0.49
XYZ9.527616.86597.0283
Yxy16.86590.28510.5046
Hunter Lab41.0681-30.458118.6009
CIE-Lab48.0906-43.987030.2729

#20833c color RGB value is (32,131,60).

#20833c hex color red value is 32, green value is 131 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #20833c hue: 0.38 , saturation: 0.61 and the lightness value of 20833c is 0.32.

The process color (four color CMYK) of #20833c color hex is 0.76, 0.00, 0.54, 0.49. Web safe color of #20833c is #339933. Color #20833c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10000011 00111100
Octal 40 203 74
Decimal 32 131 60
Hex 20 83 3C

RGB Percentages of Color #20833c

%14.35
%58.74
%26.91

CMYK Percentages of Color #20833c

%76
%0
%54
%49

Triadic Colors of #20833c

#20833c #3c2083 #833c20

Analogous Colors of #20833c

#20833c #20836e #368320

Monochromatic Colors of #20833c

#20833c

Complementary Color

#20833c #832067

#20833c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20833c Color Preview on White Background

Lorem ipsum dolor sit amet.

#20833c Color CSS Codes

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

#20833c Text Font Color

<p style="color:#20833c">Text here</p>

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


#20833c Background Color

<div style="background-color:#20833c">
Div content here</div>

This div background color is #20833c


#20833c Border Color

<div style="border:3px solid #20833c">
Div here</div>

This div border color is #20833c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,131,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20833c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20833c;
  -webkit-box-shadow: 1px 1px 3px 2px #20833c;
  box-shadow:         1px 1px 3px 2px #20833c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20833c


Comments

No comments written yet.

Please login to write comment.