Color Hex Logo

#329d1a Color Hex

#329D1A
(50,157,26)
0 Favorites   0 Comments

Color spaces of #329d1a

RGB 5015726
HSL0.300.720.36
HSV109°83°62°
CMYK 0.680.000.83   0.38
XYZ13.558824.86665.0624
Yxy24.86660.31180.5718
Hunter Lab49.8664-38.731728.8874
CIE-Lab56.9452-53.164253.8511

#329d1a color RGB value is (50,157,26).

#329d1a hex color red value is 50, green value is 157 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #329d1a hue: 0.30 , saturation: 0.72 and the lightness value of 329d1a is 0.36.

The process color (four color CMYK) of #329d1a color hex is 0.68, 0.00, 0.83, 0.38. Web safe color of #329d1a is #339933. Color #329d1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011101 00011010
Octal 62 235 32
Decimal 50 157 26
Hex 32 9D 1A

RGB Percentages of Color #329d1a

%21.46
%67.38
%11.16

CMYK Percentages of Color #329d1a

%68
%0
%83
%38

Triadic Colors of #329d1a

#329d1a #1a329d #9d1a32

Analogous Colors of #329d1a

#329d1a #1a9d43 #749d1a

Monochromatic Colors of #329d1a

#329d1a

Complementary Color

#329d1a #851a9d

#329d1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329d1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#329d1a Color CSS Codes

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

#329d1a Text Font Color

<p style="color:#329d1a">Text here</p>

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


#329d1a Background Color

<div style="background-color:#329d1a">
Div content here</div>

This div background color is #329d1a


#329d1a Border Color

<div style="border:3px solid #329d1a">
Div here</div>

This div border color is #329d1a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,157,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #329d1a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #329d1a;
  -webkit-box-shadow: 1px 1px 3px 2px #329d1a;
  box-shadow:         1px 1px 3px 2px #329d1a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,157,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329d1a


Comments

No comments written yet.

Please login to write comment.