Color Hex Logo

#324321 Color Hex

#324321
(50,67,33)
0 Favorites   0 Comments

Color spaces of #324321

RGB 506733
HSL0.250.340.20
HSV90°51°26°
CMYK 0.250.000.51   0.74
XYZ3.59714.80222.1762
Yxy4.80220.34010.4541
Hunter Lab21.9139-9.04929.4518
CIE-Lab26.1636-13.869218.4197

#324321 color RGB value is (50,67,33).

#324321 hex color red value is 50, green value is 67 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #324321 hue: 0.25 , saturation: 0.34 and the lightness value of 324321 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000011 00100001
Octal 62 103 41
Decimal 50 67 33
Hex 32 43 21

RGB Percentages of Color #324321

%33.33
%44.67
%22.00

CMYK Percentages of Color #324321

%25
%0
%51
%74

Triadic Colors of #324321

#324321 #213243 #432132

Analogous Colors of #324321

#324321 #214321 #434321

Monochromatic Colors of #324321

#324321

Complementary Color

#324321 #322143

#324321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324321 Color CSS Codes

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

#324321 Text Font Color

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

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


#324321 Background Color

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

This div background color is #324321


#324321 Border Color

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

This div border color is #324321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324321


Comments

No comments written yet.

Please login to write comment.