Color Hex Logo

#329830 Color Hex

#329830
(50,152,48)
0 Favorites   0 Comments

Color spaces of #329830

RGB 5015248
HSL0.330.520.39
HSV119°68°60°
CMYK 0.670.000.68   0.40
XYZ13.077123.34806.6137
Yxy23.34800.30380.5425
Hunter Lab48.3198-36.251025.7086
CIE-Lab55.4290-49.760044.5349

#329830 color RGB value is (50,152,48).

#329830 hex color red value is 50, green value is 152 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #329830 hue: 0.33 , saturation: 0.52 and the lightness value of 329830 is 0.39.

The process color (four color CMYK) of #329830 color hex is 0.67, 0.00, 0.68, 0.40. Web safe color of #329830 is #339933. Color #329830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011000 00110000
Octal 62 230 60
Decimal 50 152 48
Hex 32 98 30

RGB Percentages of Color #329830

%20.00
%60.80
%19.20

CMYK Percentages of Color #329830

%67
%0
%68
%40

Triadic Colors of #329830

#329830 #303298 #983032

Analogous Colors of #329830

#329830 #309862 #669830

Monochromatic Colors of #329830

#329830

Complementary Color

#329830 #963098

#329830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329830 Color CSS Codes

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

#329830 Text Font Color

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

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


#329830 Background Color

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

This div background color is #329830


#329830 Border Color

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

This div border color is #329830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329830


Comments

No comments written yet.

Please login to write comment.