Color Hex Logo

#328532 Color Hex

#328532
(50,133,50)
0 Favorites   0 Comments

Color spaces of #328532

RGB 5013350
HSL0.330.450.36
HSV120°62°52°
CMYK 0.620.000.62   0.48
XYZ10.278617.68355.8891
Yxy17.68350.30360.5224
Hunter Lab42.0518-29.960321.1330
CIE-Lab49.1100-42.431736.6229

#328532 color RGB value is (50,133,50).

#328532 hex color red value is 50, green value is 133 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #328532 hue: 0.33 , saturation: 0.45 and the lightness value of 328532 is 0.36.

The process color (four color CMYK) of #328532 color hex is 0.62, 0.00, 0.62, 0.48. Web safe color of #328532 is #339933. Color #328532 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000101 00110010
Octal 62 205 62
Decimal 50 133 50
Hex 32 85 32

RGB Percentages of Color #328532

%21.46
%57.08
%21.46

CMYK Percentages of Color #328532

%62
%0
%62
%48

Triadic Colors of #328532

#328532 #323285 #853232

Analogous Colors of #328532

#328532 #32855c #5c8532

Monochromatic Colors of #328532

#328532

Complementary Color

#328532 #853285

#328532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328532 Color CSS Codes

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

#328532 Text Font Color

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

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


#328532 Background Color

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

This div background color is #328532


#328532 Border Color

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

This div border color is #328532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328532


Comments

No comments written yet.

Please login to write comment.