Color Hex Logo

#322421 Color Hex

#322421
(50,36,33)
0 Favorites   0 Comments

Color spaces of #322421

RGB 503633
HSL0.030.200.16
HSV11°34°20°
CMYK 0.000.280.34   0.80
XYZ2.22082.04971.7174
Yxy2.04970.37090.3423
Hunter Lab14.31682.63432.9095
CIE-Lab15.74596.10624.5771

#322421 color RGB value is (50,36,33).

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

The process color (four color CMYK) of #322421 color hex is 0.00, 0.28, 0.34, 0.80. Web safe color of #322421 is #333333. Color #322421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00100100 00100001
Octal 62 44 41
Decimal 50 36 33
Hex 32 24 21

RGB Percentages of Color #322421

%42.02
%30.25
%27.73

CMYK Percentages of Color #322421

%0
%28
%34
%80

Triadic Colors of #322421

#322421 #213224 #242132

Analogous Colors of #322421

#322421 #322d21 #322127

Monochromatic Colors of #322421

#322421

Complementary Color

#322421 #212f32

#322421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#322421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#322421 Color CSS Codes

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

#322421 Text Font Color

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

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


#322421 Background Color

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

This div background color is #322421


#322421 Border Color

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

This div border color is #322421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #322421


Comments

No comments written yet.

Please login to write comment.