Color Hex Logo

#329176 Color Hex

#329176
(50,145,118)
0 Favorites   0 Comments

Color spaces of #329176

RGB 50145118
HSL0.450.490.38
HSV163°66°57°
CMYK 0.660.000.19   0.43
XYZ14.710822.236920.6564
Yxy22.23690.25540.3860
Hunter Lab47.1560-26.83817.0376
CIE-Lab54.2775-34.46656.2482

#329176 color RGB value is (50,145,118).

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

The process color (four color CMYK) of #329176 color hex is 0.66, 0.00, 0.19, 0.43. Web safe color of #329176 is #339966. Color #329176 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010001 01110110
Octal 62 221 166
Decimal 50 145 118
Hex 32 91 76

RGB Percentages of Color #329176

%15.97
%46.33
%37.70

CMYK Percentages of Color #329176

%66
%0
%19
%43

Triadic Colors of #329176

#329176 #763291 #917632

Analogous Colors of #329176

#329176 #327d91 #329147

Monochromatic Colors of #329176

#329176

Complementary Color

#329176 #91324d

#329176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329176 Color CSS Codes

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

#329176 Text Font Color

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

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


#329176 Background Color

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

This div background color is #329176


#329176 Border Color

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

This div border color is #329176


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,145,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 #329176">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329176


Comments

No comments written yet.

Please login to write comment.