Color Hex Logo

#329333 Color Hex

#329333
(50,147,51)
0 Favorites   0 Comments

Color spaces of #329333

RGB 5014751
HSL0.340.490.39
HSV121°66°58°
CMYK 0.660.000.65   0.42
XYZ12.346721.78466.6861
Yxy21.78460.30250.5337
Hunter Lab46.6740-34.460724.1784
CIE-Lab53.7977-47.626741.4365

#329333 color RGB value is (50,147,51).

#329333 hex color red value is 50, green value is 147 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #329333 hue: 0.34 , saturation: 0.49 and the lightness value of 329333 is 0.39.

The process color (four color CMYK) of #329333 color hex is 0.66, 0.00, 0.65, 0.42. Web safe color of #329333 is #339933. Color #329333 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010011 00110011
Octal 62 223 63
Decimal 50 147 51
Hex 32 93 33

RGB Percentages of Color #329333

%20.16
%59.27
%20.56

CMYK Percentages of Color #329333

%66
%0
%65
%42

Triadic Colors of #329333

#329333 #333293 #933332

Analogous Colors of #329333

#329333 #329364 #629332

Monochromatic Colors of #329333

#329333

Complementary Color

#329333 #933292

#329333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329333 Color CSS Codes

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

#329333 Text Font Color

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

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


#329333 Background Color

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

This div background color is #329333


#329333 Border Color

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

This div border color is #329333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329333


Comments

No comments written yet.

Please login to write comment.