Color Hex Logo

#329776 Color Hex

#329776
(50,151,118)
0 Favorites   0 Comments

Color spaces of #329776

RGB 50151118
HSL0.450.500.39
HSV160°67°59°
CMYK 0.670.000.22   0.41
XYZ15.652024.119320.9701
Yxy24.11930.25770.3971
Hunter Lab49.1114-29.05639.0617
CIE-Lab56.2070-37.17638.9963

#329776 color RGB value is (50,151,118).

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

The process color (four color CMYK) of #329776 color hex is 0.67, 0.00, 0.22, 0.41. Web safe color of #329776 is #339966. Color #329776 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010111 01110110
Octal 62 227 166
Decimal 50 151 118
Hex 32 97 76

RGB Percentages of Color #329776

%15.67
%47.34
%36.99

CMYK Percentages of Color #329776

%67
%0
%22
%41

Triadic Colors of #329776

#329776 #763297 #977632

Analogous Colors of #329776

#329776 #328697 #329744

Monochromatic Colors of #329776

#329776

Complementary Color

#329776 #973253

#329776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329776 Color CSS Codes

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

#329776 Text Font Color

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

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


#329776 Background Color

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

This div background color is #329776


#329776 Border Color

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

This div border color is #329776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329776


Comments

No comments written yet.

Please login to write comment.