Color Hex Logo

#324232 Color Hex

#324232
(50,66,50)
1 Favorites   0 Comments

Color spaces of #324232

RGB 506650
HSL0.330.140.23
HSV120°24°26°
CMYK 0.240.000.24   0.74
XYZ3.83934.80483.7427
Yxy4.80480.31000.3879
Hunter Lab21.9199-7.09525.2204
CIE-Lab26.1712-10.21587.6804

#324232 color RGB value is (50,66,50).

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

The process color (four color CMYK) of #324232 color hex is 0.24, 0.00, 0.24, 0.74. Web safe color of #324232 is #333333. Color #324232 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000010 00110010
Octal 62 102 62
Decimal 50 66 50
Hex 32 42 32

RGB Percentages of Color #324232

%30.12
%39.76
%30.12

CMYK Percentages of Color #324232

%24
%0
%24
%74

Triadic Colors of #324232

#324232 #323242 #423232

Analogous Colors of #324232

#324232 #32423a #3a4232

Monochromatic Colors of #324232

#324232

Complementary Color

#324232 #423242

#324232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324232 Color CSS Codes

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

#324232 Text Font Color

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

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


#324232 Background Color

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

This div background color is #324232


#324232 Border Color

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

This div border color is #324232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324232


Comments

No comments written yet.

Please login to write comment.