COLOR #211E21

HEX: #211E21 RGB: (33,30,33)

Color info

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

RGB color model

#211E21 color RGB value is (33,30,33).

RGB: (33,30,33) (13%, 12%, 13%)

RGB channels and saturation

R 33 of 255 = 13%
G 30 of 255 = 12%
B 33 of 255 = 13%

33
30
33

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

Portions of RGB colors in percentages

R + G + B = 33 + 30 + 33 = 96 (100%)
R 33 of 96 ~ 34.38%
G 30 of 96 ~ 31.25%
B 33 of 96 ~ 34.38'%

%34.38
%31.25
%34.38

CMYK color model

#211E21 color CMYK value is (0,9,0,87).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (0,9,0,87)
C0M9Y0K87 (0%, 9%, 0%, 87%)
(0.00 / 0.09 / 0.00 / 0.87)

CMYK percentages

%0
%9.09
%0
%87.06

Codes

Color #211E21 in popluar color models

21 1E 21
RGB 33 30 33
HSL 300° 4.76% 12.35%
HSB/HSV 300° 9.09% 12.94%
CMYK 0.00% 9.09% 0.00%
87.06%

Color #211E21 in popluar number systems.

HEX 21 1E 21
Decimal 33 30 33
Binary 100001 11110 100001
Octal 41 36 41

Shades and tints

Shades of #211E21

#211E21
(33,30,33)
#1E1C1E
(30,28,30)
#1B1A1B
(27,26,27)
#181818
(24,24,24)
#151615
(21,22,21)
#121412
(18,20,18)
#0F120F
(15,18,15)
#0C100C
(12,16,12)
#090E09
(9,14,9)
#060C06
(6,12,6)
#030A03
(3,10,3)
#000000
(0,0,0)

Tints of #211E21

#211E21
(33,30,33)
#353235
(53,50,53)
#494649
(73,70,73)
#5D5A5D
(93,90,93)
#716E71
(113,110,113)
#858285
(133,130,133)
#999699
(153,150,153)
#ADAAAD
(173,170,173)
#C1BEC1
(193,190,193)
#D5D2D5
(213,210,213)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211E21; }

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

This text font color is #211E21.

Background Color

.myBgColor { background-color: #211E21; }

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

This div background color is #211E21.

Border color

.myBorderColor { border: 1px solid #211E21; }

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

This div border color is #211E21.

Opacity

.myOpacity80 { color: #211E21; opacity: 0.8; }

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

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

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

This text has shadow with #211E21 color.


.textShadow {text-shadow: 3px 3px 1px #211E21', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #211E21; -webkit-box-shadow: 1px 1px 3px 2px #211E21; box-shadow:1px 1px 3px 2px #211E21;">
Div content here
</div>

This div box has shadow with color #211E21.

Preview

Color preview on black background

This text has color #211E21 on black background.


Color preview on white background

This text has color #211E21 on white background.


Black color preview on #211E21 background

This text has black color on #211E21 background.


White color preview on #211E21 background

This text has white color on #211E21 background.


Related colors

Complementary color

Complementary color for #hex is #DEE1DE.


I love getcolorcode.com

Triadic colors

1 #21211E and #1E2121 with #211E21 are triadic colors.

2 #211E21 and #1E2121 with #211E21 are triadic colors.