Color Hex Logo

#329143 Color Hex

#329143
(50,145,67)
0 Favorites   0 Comments

Color spaces of #329143

RGB 5014567
HSL0.360.490.38
HSV131°66°57°
CMYK 0.660.000.54   0.43
XYZ12.453921.33428.7717
Yxy21.33420.29260.5013
Hunter Lab46.1890-32.701821.0726
CIE-Lab53.3133-44.808133.1275

#329143 color RGB value is (50,145,67).

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

The process color (four color CMYK) of #329143 color hex is 0.66, 0.00, 0.54, 0.43. Web safe color of #329143 is #339933. Color #329143 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010001 01000011
Octal 62 221 103
Decimal 50 145 67
Hex 32 91 43

RGB Percentages of Color #329143

%19.08
%55.34
%25.57

CMYK Percentages of Color #329143

%66
%0
%54
%43

Triadic Colors of #329143

#329143 #433291 #914332

Analogous Colors of #329143

#329143 #329173 #519132

Monochromatic Colors of #329143

#329143

Complementary Color

#329143 #913280

#329143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329143 Color CSS Codes

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

#329143 Text Font Color

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

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


#329143 Background Color

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

This div background color is #329143


#329143 Border Color

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

This div border color is #329143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329143


Comments

No comments written yet.

Please login to write comment.