Color Hex Logo

#329855 Color Hex

#329855
(50,152,85)
0 Favorites   0 Comments

Color spaces of #329855

RGB 5015285
HSL0.390.500.40
HSV141°67°60°
CMYK 0.670.000.44   0.40
XYZ14.183323.790512.4388
Yxy23.79050.28130.4719
Hunter Lab48.7755-33.451619.0226
CIE-Lab55.8774-44.610726.8824

#329855 color RGB value is (50,152,85).

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

The process color (four color CMYK) of #329855 color hex is 0.67, 0.00, 0.44, 0.40. Web safe color of #329855 is #339966. Color #329855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011000 01010101
Octal 62 230 125
Decimal 50 152 85
Hex 32 98 55

RGB Percentages of Color #329855

%17.42
%52.96
%29.62

CMYK Percentages of Color #329855

%67
%0
%44
%40

Triadic Colors of #329855

#329855 #553298 #985532

Analogous Colors of #329855

#329855 #329888 #429832

Monochromatic Colors of #329855

#329855

Complementary Color

#329855 #983275

#329855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329855 Color CSS Codes

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

#329855 Text Font Color

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

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


#329855 Background Color

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

This div background color is #329855


#329855 Border Color

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

This div border color is #329855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329855


Comments

No comments written yet.

Please login to write comment.