Color Hex Logo

#329131 Color Hex

#329131
(50,145,49)
0 Favorites   0 Comments

Color spaces of #329131

RGB 5014549
HSL0.330.490.38
HSV119°66°57°
CMYK 0.660.000.66   0.43
XYZ11.995221.15076.3560
Yxy21.15070.30370.5354
Hunter Lab45.9899-33.925523.9988
CIE-Lab53.1140-47.106041.5783

#329131 color RGB value is (50,145,49).

#329131 hex color red value is 50, green value is 145 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #329131 hue: 0.33 , saturation: 0.49 and the lightness value of 329131 is 0.38.

The process color (four color CMYK) of #329131 color hex is 0.66, 0.00, 0.66, 0.43. Web safe color of #329131 is #339933. Color #329131 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010001 00110001
Octal 62 221 61
Decimal 50 145 49
Hex 32 91 31

RGB Percentages of Color #329131

%20.49
%59.43
%20.08

CMYK Percentages of Color #329131

%66
%0
%66
%43

Triadic Colors of #329131

#329131 #313291 #913132

Analogous Colors of #329131

#329131 #319160 #629131

Monochromatic Colors of #329131

#329131

Complementary Color

#329131 #903191

#329131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329131 Color CSS Codes

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

#329131 Text Font Color

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

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


#329131 Background Color

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

This div background color is #329131


#329131 Border Color

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

This div border color is #329131


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,145,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #329131; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #329131;
  -webkit-box-shadow: 1px 1px 3px 2px #329131;
  box-shadow:         1px 1px 3px 2px #329131; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329131


Comments

No comments written yet.

Please login to write comment.