Color Hex Logo

#212821 Color Hex

#212821
(33,40,33)
0 Favorites   0 Comments

Color spaces of #212821

RGB 334033
HSL0.330.100.14
HSV120°18°16°
CMYK 0.180.000.18   0.84
XYZ1.66051.95071.7279
Yxy1.95070.31100.3654
Hunter Lab13.9667-3.22002.4416
CIE-Lab15.2264-4.85753.5793

#212821 color RGB value is (33,40,33).

#212821 hex color red value is 33, green value is 40 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #212821 hue: 0.33 , saturation: 0.10 and the lightness value of 212821 is 0.14.

The process color (four color CMYK) of #212821 color hex is 0.18, 0.00, 0.18, 0.84. Web safe color of #212821 is #333333. Color #212821 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00101000 00100001
Octal 41 50 41
Decimal 33 40 33
Hex 21 28 21

RGB Percentages of Color #212821

%31.13
%37.74
%31.13

CMYK Percentages of Color #212821

%18
%0
%18
%84

Triadic Colors of #212821

#212821 #212128 #282121

Analogous Colors of #212821

#212821 #212825 #252821

Monochromatic Colors of #212821

#212821

Complementary Color

#212821 #282128

#212821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#212821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#212821 Color CSS Codes

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

#212821 Text Font Color

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

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


#212821 Background Color

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

This div background color is #212821


#212821 Border Color

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

This div border color is #212821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #212821


Comments

No comments written yet.

Please login to write comment.