Color Hex Logo

#324532 Color Hex

#324532
(50,69,50)
0 Favorites   0 Comments

Color spaces of #324532

RGB 506950
HSL0.330.160.23
HSV120°28°27°
CMYK 0.280.000.28   0.73
XYZ4.01925.16463.8027
Yxy5.16460.30950.3977
Hunter Lab22.7258-8.20125.9870
CIE-Lab27.1987-12.00559.1061

#324532 color RGB value is (50,69,50).

#324532 hex color red value is 50, green value is 69 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #324532 hue: 0.33 , saturation: 0.16 and the lightness value of 324532 is 0.23.

The process color (four color CMYK) of #324532 color hex is 0.28, 0.00, 0.28, 0.73. Web safe color of #324532 is #333333. Color #324532 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000101 00110010
Octal 62 105 62
Decimal 50 69 50
Hex 32 45 32

RGB Percentages of Color #324532

%29.59
%40.83
%29.59

CMYK Percentages of Color #324532

%28
%0
%28
%73

Triadic Colors of #324532

#324532 #323245 #453232

Analogous Colors of #324532

#324532 #32453c #3c4532

Monochromatic Colors of #324532

#324532

Complementary Color

#324532 #453245

#324532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324532 Color CSS Codes

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

#324532 Text Font Color

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

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


#324532 Background Color

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

This div background color is #324532


#324532 Border Color

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

This div border color is #324532


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,69,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 #324532">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324532


Comments

No comments written yet.

Please login to write comment.