Color Hex Logo

#324821 Color Hex

#324821
(50,72,33)
0 Favorites   0 Comments

Color spaces of #324821

RGB 507233
HSL0.260.370.21
HSV94°54°28°
CMYK 0.310.000.54   0.72
XYZ3.90735.42262.2796
Yxy5.42260.33660.4671
Hunter Lab23.2865-10.800310.4964
CIE-Lab27.9063-16.687720.5780

#324821 color RGB value is (50,72,33).

#324821 hex color red value is 50, green value is 72 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #324821 hue: 0.26 , saturation: 0.37 and the lightness value of 324821 is 0.21.

The process color (four color CMYK) of #324821 color hex is 0.31, 0.00, 0.54, 0.72. Web safe color of #324821 is #333333. Color #324821 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001000 00100001
Octal 62 110 41
Decimal 50 72 33
Hex 32 48 21

RGB Percentages of Color #324821

%32.26
%46.45
%21.29

CMYK Percentages of Color #324821

%31
%0
%54
%72

Triadic Colors of #324821

#324821 #213248 #482132

Analogous Colors of #324821

#324821 #214824 #464821

Monochromatic Colors of #324821

#324821

Complementary Color

#324821 #372148

#324821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324821 Color CSS Codes

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

#324821 Text Font Color

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

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


#324821 Background Color

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

This div background color is #324821


#324821 Border Color

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

This div border color is #324821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324821


Comments

No comments written yet.

Please login to write comment.