COLOR #211D1B

HEX: #211D1B
RGB: (33,29,27)

Color info

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

RGB color model

#211D1B color RGB value is (33,29,27).

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

RGB channels and saturation

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

33
29
27

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

Portions of RGB colors in percentages

R + G + B =
33 + 29 + 27 = 89 (100%)
R 33 of 89 ~ 37.08%
G 29 of 89 ~ 32.58%
B 27 of 89 ~ 30.34%

%37.08
%32.58
%30.34

CMYK color model

#211D1B color CMYK value is (0,12,18,87).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 18.18%
  • key color value is 87.06%
CMYK:
(0,12,18,87)
C0M12Y18K87 
(0%,12%,18%,87%)
(0.00/0.12/0.18/0.87)	

CMYK percentages

%0
%12.12
%18.18
%87.06

Codes

Color #211D1B in popluar color models

211D1B
RGB332927
HSL20°10.00%11.76%
HSB/HSV20°18.18%12.94%
CMYK0.00%12.12%18.18%
87.06%

Color #211D1B in popluar number systems.

HEX211D1B
Decimal332927
Binary1000011110111011
Octal413533

Shades and tints

Shades of #211D1B

#211D1B
(33,29,27)
#1E1B19
(30,27,25)
#1B1917
(27,25,23)
#181715
(24,23,21)
#151513
(21,21,19)
#121311
(18,19,17)
#0F110F
(15,17,15)
#0C0F0D
(12,15,13)
#090D0B
(9,13,11)
#060B09
(6,11,9)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #211D1B

#211D1B
(33,29,27)
#35312F
(53,49,47)
#494543
(73,69,67)
#5D5957
(93,89,87)
#716D6B
(113,109,107)
#85817F
(133,129,127)
#999593
(153,149,147)
#ADA9A7
(173,169,167)
#C1BDBB
(193,189,187)
#D5D1CF
(213,209,207)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211D1B; }

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

This text font color is #211D1B.


Background Color

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

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

This div background color is #211D1B.


Border color

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

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

This div border color is #211D1B.


Opacity

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

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

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

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

This text has shadow with #211D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211D1B on black background.


Color preview on white background

This text has color #211D1B on white background.



Black color preview on #211D1B background

This text has black color on #211D1B background.


White color preview on #211D1B background

This text has white color on #211D1B background.