COLOR #212122

HEX: #212122
RGB: (33,33,34)

Color info

#212122 contains red, green and blue colors in about the same proportion. Web safe color of #212122 is #333333 (or #333).

RGB color model

#212122 color RGB value is (33,33,34).

  • red value is 33;
  • green value is 33;
  • blue value is 34.
RGB:
(33,33,34)
(13%,13%,13%)

RGB channels and saturation

R 33 of 255 = 13%
G 33 of 255 = 13%
B 34 of 255 = 13%

33
33
34

R + G + B ~ 13%. #212122 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 33 + 34 = 100 (100%)
R 33 of 100 ~ 33%
G 33 of 100 ~ 33%
B 34 of 100 ~ 34%

%33
%33
%34

CMYK color model

#212122 color CMYK value is (3,3,0,87).

  • cyan value is 2.94%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(3,3,0,87)
C3M3Y0K87 
(3%,3%,0%,87%)
(0.03/0.03/0.00/0.87)	

CMYK percentages

%2.94
%2.94
%0
%86.67

Codes

Color #212122 in popluar color models

212122
RGB333334
HSL240°1.49%13.14%
HSB/HSV240°2.94%13.33%
CMYK2.94%2.94%0.00%
86.67%

Color #212122 in popluar number systems.

HEX212122
Decimal333334
Binary100001100001100010
Octal414142

Shades and tints

Shades of #212122

#212122
(33,33,34)
#1E1E1F
(30,30,31)
#1B1B1C
(27,27,28)
#181819
(24,24,25)
#151516
(21,21,22)
#121213
(18,18,19)
#0F0F10
(15,15,16)
#0C0C0D
(12,12,13)
#09090A
(9,9,10)
#060607
(6,6,7)
#030304
(3,3,4)
#000000
(0,0,0)

Tints of #212122

#212122
(33,33,34)
#353536
(53,53,54)
#49494A
(73,73,74)
#5D5D5E
(93,93,94)
#717172
(113,113,114)
#858586
(133,133,134)
#99999A
(153,153,154)
#ADADAE
(173,173,174)
#C1C1C2
(193,193,194)
#D5D5D6
(213,213,214)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212122 color. Also use rgb(33,33,34) instead hex code.

Text Font Color

.myTextColor { color: #212122; }

<p style="color:#212122">This sample text font color is #212122.</p>

This text font color is #212122.


Background Color

.myBgColor { background-color: #212122; }

<div style="background-color:#212122">Inner text</div>

This div background color is #212122.


Border color

.myBorderColor { border: 1px solid #212122; }

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

This div border color is #212122.


Opacity

.myOpacity80 { color: #212122; opacity: 0.8; }

<p style="color:#212122;opacity:0.8;">80%</p>

Text with #212122 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #212122;}

<p style="text-shadow: 3px 3px 1px #212122">Text here.</p>

This text has shadow with #212122 color.

.textShadow {text-shadow: 3px 3px 1px #212122, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #212122, 5px 5px 20px red">Text here.</p>

This text has shadow with #212122 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#212122, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#212122, Direction=45, Strength=4)">Text</p>

This text has shadow with #212122 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #212122;
  -webkit-box-shadow:	1px 1px 3px 2px #212122;
  box-shadow:		1px 1px 3px 2px #212122;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #212122;
-webkit-box-shadow: 1px 1px 3px 2px #212122;
box-shadow:1px 1px 3px 2px #212122;">
Div content here</div>
This div box has shadow with color #212122.

Preview

Color preview on black background

This text has color #212122 on black background.


Color preview on white background

This text has color #212122 on white background.



Black color preview on #212122 background

This text has black color on #212122 background.


White color preview on #212122 background

This text has white color on #212122 background.