Color Hex Logo

#329975 Color Hex

#329975
(50,153,117)
0 Favorites   0 Comments

Color spaces of #329975

RGB 50153117
HSL0.440.510.40
HSV159°67°60°
CMYK 0.670.000.24   0.40
XYZ15.917524.744920.7669
Yxy24.74490.25910.4028
Hunter Lab49.7442-29.934810.0690
CIE-Lab56.8260-38.303410.4377

#329975 color RGB value is (50,153,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011001 01110101
Octal 62 231 165
Decimal 50 153 117
Hex 32 99 75

RGB Percentages of Color #329975

%15.63
%47.81
%36.56

CMYK Percentages of Color #329975

%67
%0
%24
%40

Triadic Colors of #329975

#329975 #753299 #997532

Analogous Colors of #329975

#329975 #328a99 #329942

Monochromatic Colors of #329975

#329975

Complementary Color

#329975 #993256

#329975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329975 Color CSS Codes

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

#329975 Text Font Color

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

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


#329975 Background Color

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

This div background color is #329975


#329975 Border Color

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

This div border color is #329975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329975


Comments

No comments written yet.

Please login to write comment.