Color Hex Logo

#328440 Color Hex

#328440
(50,132,64)
0 Favorites   0 Comments

Color spaces of #328440

RGB 5013264
HSL0.360.450.36
HSV130°62°52°
CMYK 0.620.000.52   0.48
XYZ10.492117.55087.6851
Yxy17.55080.29370.4912
Hunter Lab41.8937-28.609318.4492
CIE-Lab48.9467-40.089929.3238

#328440 color RGB value is (50,132,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000100 01000000
Octal 62 204 100
Decimal 50 132 64
Hex 32 84 40

RGB Percentages of Color #328440

%20.33
%53.66
%26.02

CMYK Percentages of Color #328440

%62
%0
%52
%48

Triadic Colors of #328440

#328440 #403284 #844032

Analogous Colors of #328440

#328440 #328469 #4d8432

Monochromatic Colors of #328440

#328440

Complementary Color

#328440 #843276

#328440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328440 Color CSS Codes

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

#328440 Text Font Color

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

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


#328440 Background Color

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

This div background color is #328440


#328440 Border Color

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

This div border color is #328440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328440


Comments

No comments written yet.

Please login to write comment.