Color Hex Logo

#21322f Color Hex

#21322F
(33,50,47)
0 Favorites   0 Comments

Color spaces of #21322f

RGB 335047
HSL0.470.200.16
HSV169°34°20°
CMYK 0.340.000.06   0.80
XYZ2.28092.80983.1114
Yxy2.80980.27810.3426
Hunter Lab16.7625-5.04550.7285
CIE-Lab19.2655-7.7862-0.3426

#21322f color RGB value is (33,50,47).

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

The process color (four color CMYK) of #21322f color hex is 0.34, 0.00, 0.06, 0.80. Web safe color of #21322f is #333333. Color #21322f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110010 00101111
Octal 41 62 57
Decimal 33 50 47
Hex 21 32 2F

RGB Percentages of Color #21322f

%25.38
%38.46
%36.15

CMYK Percentages of Color #21322f

%34
%0
%6
%80

Triadic Colors of #21322f

#21322f #2f2132 #322f21

Analogous Colors of #21322f

#21322f #212d32 #213227

Monochromatic Colors of #21322f

#21322f

Complementary Color

#21322f #322124

#21322f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21322f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21322f Color CSS Codes

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

#21322f Text Font Color

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

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


#21322f Background Color

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

This div background color is #21322f


#21322f Border Color

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

This div border color is #21322f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21322f


Comments

No comments written yet.

Please login to write comment.