Color Hex Logo

#329357 Color Hex

#329357
(50,147,87)
0 Favorites   0 Comments

Color spaces of #329357

RGB 5014787
HSL0.400.490.39
HSV143°66°58°
CMYK 0.660.000.41   0.42
XYZ13.469422.233712.5984
Yxy22.23370.27890.4603
Hunter Lab47.1526-31.527617.1655
CIE-Lab54.2741-42.226223.7048

#329357 color RGB value is (50,147,87).

#329357 hex color red value is 50, green value is 147 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #329357 hue: 0.40 , saturation: 0.49 and the lightness value of 329357 is 0.39.

The process color (four color CMYK) of #329357 color hex is 0.66, 0.00, 0.41, 0.42. Web safe color of #329357 is #339966. Color #329357 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010011 01010111
Octal 62 223 127
Decimal 50 147 87
Hex 32 93 57

RGB Percentages of Color #329357

%17.61
%51.76
%30.63

CMYK Percentages of Color #329357

%66
%0
%41
%42

Triadic Colors of #329357

#329357 #573293 #935732

Analogous Colors of #329357

#329357 #329388 #3e9332

Monochromatic Colors of #329357

#329357

Complementary Color

#329357 #93326e

#329357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329357 Color CSS Codes

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

#329357 Text Font Color

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

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


#329357 Background Color

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

This div background color is #329357


#329357 Border Color

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

This div border color is #329357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329357


Comments

No comments written yet.

Please login to write comment.