COLOR #212020

HEX: #212020
RGB: (33,32,32)

Color info

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

RGB color model

#212020 color RGB value is (33,32,32).

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

RGB channels and saturation

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

33
32
32

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

Portions of RGB colors in percentages

R + G + B =
33 + 32 + 32 = 97 (100%)
R 33 of 97 ~ 34.02%
G 32 of 97 ~ 32.99%
B 32 of 97 ~ 32.99%

%34.02
%32.99
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 3.03%
  • key color value is 87.06%
CMYK:
(0,3,3,87)
C0M3Y3K87 
(0%,3%,3%,87%)
(0.00/0.03/0.03/0.87)	

CMYK percentages

%0
%3.03
%3.03
%87.06

Codes

Color #212020 in popluar color models

212020
RGB333232
HSL1.54%12.75%
HSB/HSV3.03%12.94%
CMYK0.00%3.03%3.03%
87.06%

Color #212020 in popluar number systems.

HEX212020
Decimal333232
Binary100001100000100000
Octal414040

Shades and tints

Shades of #212020

#212020
(33,32,32)
#1E1E1E
(30,30,30)
#1B1C1C
(27,28,28)
#181A1A
(24,26,26)
#151818
(21,24,24)
#121616
(18,22,22)
#0F1414
(15,20,20)
#0C1212
(12,18,18)
#091010
(9,16,16)
#060E0E
(6,14,14)
#030C0C
(3,12,12)
#000000
(0,0,0)

Tints of #212020

#212020
(33,32,32)
#353434
(53,52,52)
#494848
(73,72,72)
#5D5C5C
(93,92,92)
#717070
(113,112,112)
#858484
(133,132,132)
#999898
(153,152,152)
#ADACAC
(173,172,172)
#C1C0C0
(193,192,192)
#D5D4D4
(213,212,212)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212020; }

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

This text font color is #212020.


Background Color

.myBgColor { background-color: #212020; }

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

This div background color is #212020.


Border color

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

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

This div border color is #212020.


Opacity

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

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

Text with #212020 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 #212020;}

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

This text has shadow with #212020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212020 on black background.


Color preview on white background

This text has color #212020 on white background.



Black color preview on #212020 background

This text has black color on #212020 background.


White color preview on #212020 background

This text has white color on #212020 background.