Color Hex Logo

#324220 Color Hex

#324220
(50,66,32)
0 Favorites   0 Comments

Color spaces of #324220

RGB 506632
HSL0.250.350.19
HSV88°52°26°
CMYK 0.240.000.52   0.74
XYZ3.52434.67882.0839
Yxy4.67880.34260.4548
Hunter Lab21.6305-8.77019.4293
CIE-Lab25.7993-13.439218.5701

#324220 color RGB value is (50,66,32).

#324220 hex color red value is 50, green value is 66 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #324220 hue: 0.25 , saturation: 0.35 and the lightness value of 324220 is 0.19.

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

Base Numbers

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

RGB Percentages of Color #324220

%33.78
%44.59
%21.62

CMYK Percentages of Color #324220

%24
%0
%52
%74

Triadic Colors of #324220

#324220 #203242 #422032

Analogous Colors of #324220

#324220 #214220 #424120

Monochromatic Colors of #324220

#324220

Complementary Color

#324220 #302042

#324220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324220 Color CSS Codes

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

#324220 Text Font Color

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

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


#324220 Background Color

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

This div background color is #324220


#324220 Border Color

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

This div border color is #324220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324220


Comments

No comments written yet.

Please login to write comment.