COLOR #212920

HEX: #212920
RGB: (33,41,32)

Color info

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

RGB color model

#212920 color RGB value is (33,41,32).

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

RGB channels and saturation

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

33
41
32

R + G + B ~ 14%. #212920 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 41 + 32 = 106 (100%)
R 33 of 106 ~ 31.13%
G 41 of 106 ~ 38.68%
B 32 of 106 ~ 30.19%

%31.13
%38.68
%30.19

CMYK color model

#212920 color CMYK value is (20,0,22,84).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 83.92%
CMYK:
(20,0,22,84)
C20M0Y22K84 
(20%,0%,22%,84%)
(0.20/0.00/0.22/0.84)	

CMYK percentages

%19.51
%0
%21.95
%83.92

Codes

Color #212920 in popluar color models

212920
RGB334132
HSL113°12.33%14.31%
HSB/HSV113°21.95%16.08%
CMYK19.51%0.00%21.95%
83.92%

Color #212920 in popluar number systems.

HEX212920
Decimal334132
Binary100001101001100000
Octal415140

Shades and tints

Shades of #212920

#212920
(33,41,32)
#1E261E
(30,38,30)
#1B231C
(27,35,28)
#18201A
(24,32,26)
#151D18
(21,29,24)
#121A16
(18,26,22)
#0F1714
(15,23,20)
#0C1412
(12,20,18)
#091110
(9,17,16)
#060E0E
(6,14,14)
#030B0C
(3,11,12)
#000000
(0,0,0)

Tints of #212920

#212920
(33,41,32)
#353C34
(53,60,52)
#494F48
(73,79,72)
#5D625C
(93,98,92)
#717570
(113,117,112)
#858884
(133,136,132)
#999B98
(153,155,152)
#ADAEAC
(173,174,172)
#C1C1C0
(193,193,192)
#D5D4D4
(213,212,212)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212920; }

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

This text font color is #212920.


Background Color

.myBgColor { background-color: #212920; }

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

This div background color is #212920.


Border color

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

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

This div border color is #212920.


Opacity

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

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

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

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

This text has shadow with #212920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212920 on black background.


Color preview on white background

This text has color #212920 on white background.



Black color preview on #212920 background

This text has black color on #212920 background.


White color preview on #212920 background

This text has white color on #212920 background.