Color Hex Logo

#329438 Color Hex

#329438
(50,148,56)
0 Favorites   0 Comments

Color spaces of #329438

RGB 5014856
HSL0.340.490.39
HSV124°66°58°
CMYK 0.660.000.62   0.42
XYZ12.619122.14347.3504
Yxy22.14340.29960.5258
Hunter Lab47.0568-34.481423.6785
CIE-Lab54.1788-47.420739.5625

#329438 color RGB value is (50,148,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010100 00111000
Octal 62 224 70
Decimal 50 148 56
Hex 32 94 38

RGB Percentages of Color #329438

%19.69
%58.27
%22.05

CMYK Percentages of Color #329438

%66
%0
%62
%42

Triadic Colors of #329438

#329438 #383294 #943832

Analogous Colors of #329438

#329438 #329469 #5d9432

Monochromatic Colors of #329438

#329438

Complementary Color

#329438 #94328e

#329438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329438 Color CSS Codes

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

#329438 Text Font Color

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

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


#329438 Background Color

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

This div background color is #329438


#329438 Border Color

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

This div border color is #329438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329438


Comments

No comments written yet.

Please login to write comment.