Hex #212120 Color

#212120
equivalent to

RGB

(33, 33, 32)

Details of #212120

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
33
1.4318
0.17
0.00
12.7052
1.5153
60°
12.3099
33
1.5153
0.02
0.00
-0.2441
0.3160
-0.7808
32
1.5835
0.13
0.03   0.87
0.6731
0.3345
13°
0.9925

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
100001
41
33
21
Green
100001
41
33
21
Blue
100000
40
32
20

RGB in % of #212120

%33.67
%33.67
%32.65

CMYK in % of #212120

%0
%0
%3
%87

Triads of color #212120

#212120 #212021 #202120

Similar Colors to #212120

#212120 #212120 #212120

Preview Color #212120 on black ground

#212120 is very interesting for text.

Preview Color #212120 on white ground

#212120 is very interesting for text.

CSS Codes #212120 color

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

Text Font Color #212120

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

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


Background Color #212120

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

This div background color is #212120


Border Color #212120

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

The color of this border is #212120


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #212120