Color Hex Logo

#329007 Color Hex

#329007
(50,144,7)
0 Favorites   0 Comments

Color spaces of #329007

RGB 501447
HSL0.280.910.30
HSV101°95°56°
CMYK 0.650.000.95   0.44
XYZ11.327020.64003.5879
Yxy20.64000.31860.5805
Hunter Lab45.4313-35.000827.1195
CIE-Lab52.5532-49.434954.0757

#329007 color RGB value is (50,144,7).

#329007 hex color red value is 50, green value is 144 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #329007 hue: 0.28 , saturation: 0.91 and the lightness value of 329007 is 0.30.

The process color (four color CMYK) of #329007 color hex is 0.65, 0.00, 0.95, 0.44. Web safe color of #329007 is #339900. Color #329007 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010000 00000111
Octal 62 220 7
Decimal 50 144 7
Hex 32 90 7

RGB Percentages of Color #329007

%24.88
%71.64
%3.48

CMYK Percentages of Color #329007

%65
%0
%95
%44

Triadic Colors of #329007

#329007 #073290 #900732

Analogous Colors of #329007

#329007 #079020 #779007

Monochromatic Colors of #329007

#329007

Complementary Color

#329007 #650790

#329007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329007 Color CSS Codes

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

#329007 Text Font Color

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

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


#329007 Background Color

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

This div background color is #329007


#329007 Border Color

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

This div border color is #329007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329007


Comments

No comments written yet.

Please login to write comment.