Color Hex Logo

#329a5d Color Hex

#329A5D
(50,154,93)
0 Favorites   0 Comments

Color spaces of #329a5d

RGB 5015493
HSL0.400.510.40
HSV145°68°60°
CMYK 0.680.000.40   0.40
XYZ14.846824.579614.3178
Yxy24.57960.27620.4573
Hunter Lab49.5778-33.306817.5818
CIE-Lab56.6635-43.926323.5785

#329a5d color RGB value is (50,154,93).

#329a5d hex color red value is 50, green value is 154 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #329a5d hue: 0.40 , saturation: 0.51 and the lightness value of 329a5d is 0.40.

The process color (four color CMYK) of #329a5d color hex is 0.68, 0.00, 0.40, 0.40. Web safe color of #329a5d is #339966. Color #329a5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011010 01011101
Octal 62 232 135
Decimal 50 154 93
Hex 32 9A 5D

RGB Percentages of Color #329a5d

%16.84
%51.85
%31.31

CMYK Percentages of Color #329a5d

%68
%0
%40
%40

Triadic Colors of #329a5d

#329a5d #5d329a #9a5d32

Analogous Colors of #329a5d

#329a5d #329a91 #3b9a32

Monochromatic Colors of #329a5d

#329a5d

Complementary Color

#329a5d #9a326f

#329a5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329a5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#329a5d Color CSS Codes

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

#329a5d Text Font Color

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

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


#329a5d Background Color

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

This div background color is #329a5d


#329a5d Border Color

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

This div border color is #329a5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329a5d


Comments

No comments written yet.

Please login to write comment.