COLOR #211B20

HEX: #211B20
RGB: (33,27,32)

Color info

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

RGB color model

#211B20 color RGB value is (33,27,32).

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

RGB channels and saturation

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

33
27
32

R + G + B ~ 12%. #211B20 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 27 + 32 = 92 (100%)
R 33 of 92 ~ 35.87%
G 27 of 92 ~ 29.35%
B 32 of 92 ~ 34.78%

%35.87
%29.35
%34.78

CMYK color model

#211B20 color CMYK value is (0,18,3,87).

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

CMYK percentages

%0
%18.18
%3.03
%87.06

Codes

Color #211B20 in popluar color models

211B20
RGB332732
HSL310°10.00%11.76%
HSB/HSV310°18.18%12.94%
CMYK0.00%18.18%3.03%
87.06%

Color #211B20 in popluar number systems.

HEX211B20
Decimal332732
Binary10000111011100000
Octal413340

Shades and tints

Shades of #211B20

#211B20
(33,27,32)
#1E191E
(30,25,30)
#1B171C
(27,23,28)
#18151A
(24,21,26)
#151318
(21,19,24)
#121116
(18,17,22)
#0F0F14
(15,15,20)
#0C0D12
(12,13,18)
#090B10
(9,11,16)
#06090E
(6,9,14)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #211B20

#211B20
(33,27,32)
#352F34
(53,47,52)
#494348
(73,67,72)
#5D575C
(93,87,92)
#716B70
(113,107,112)
#857F84
(133,127,132)
#999398
(153,147,152)
#ADA7AC
(173,167,172)
#C1BBC0
(193,187,192)
#D5CFD4
(213,207,212)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211B20; }

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

This text font color is #211B20.


Background Color

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

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

This div background color is #211B20.


Border color

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

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

This div border color is #211B20.


Opacity

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

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

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

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

This text has shadow with #211B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211B20 on black background.


Color preview on white background

This text has color #211B20 on white background.



Black color preview on #211B20 background

This text has black color on #211B20 background.


White color preview on #211B20 background

This text has white color on #211B20 background.