COLOR #211D28

HEX: #211D28 RGB: (33,29,40)

Color info

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

RGB color model

#211D28 color RGB value is (33,29,40).

RGB: (33,29,40) (13%, 11%, 16%)

RGB channels and saturation

R 33 of 255 = 13%
G 29 of 255 = 11%
B 40 of 255 = 16%

33
29
40

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

Portions of RGB colors in percentages

R + G + B = 33 + 29 + 40 = 102 (100%)
R 33 of 102 ~ 32.35%
G 29 of 102 ~ 28.43%
B 40 of 102 ~ 39.22'%

%32.35
%28.43
%39.22

CMYK color model

#211D28 color CMYK value is (18,28,0,84).

  • cyan value is 17.50%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (18,28,0,84)
C18M28Y0K84 (18%, 28%, 0%, 84%)
(0.18 / 0.28 / 0.00 / 0.84)

CMYK percentages

%17.5
%27.5
%0
%84.31

Codes

Color #211D28 in popluar color models

21 1D 28
RGB 33 29 40
HSL 262° 15.94% 13.53%
HSB/HSV 262° 27.50% 15.69%
CMYK 17.50% 27.50% 0.00%
84.31%

Color #211D28 in popluar number systems.

HEX 21 1D 28
Decimal 33 29 40
Binary 100001 11101 101000
Octal 41 35 50

Shades and tints

Shades of #211D28

#211D28
(33,29,40)
#1E1B25
(30,27,37)
#1B1922
(27,25,34)
#18171F
(24,23,31)
#15151C
(21,21,28)
#121319
(18,19,25)
#0F1116
(15,17,22)
#0C0F13
(12,15,19)
#090D10
(9,13,16)
#060B0D
(6,11,13)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #211D28

#211D28
(33,29,40)
#35313B
(53,49,59)
#49454E
(73,69,78)
#5D5961
(93,89,97)
#716D74
(113,109,116)
#858187
(133,129,135)
#99959A
(153,149,154)
#ADA9AD
(173,169,173)
#C1BDC0
(193,189,192)
#D5D1D3
(213,209,211)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211D28; }

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

This text font color is #211D28.

Background Color

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

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

This div background color is #211D28.

Border color

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

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

This div border color is #211D28.

Opacity

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

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

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

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

This text has shadow with #211D28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211D28.

Preview

Color preview on black background

This text has color #211D28 on black background.


Color preview on white background

This text has color #211D28 on white background.


Black color preview on #211D28 background

This text has black color on #211D28 background.


White color preview on #211D28 background

This text has white color on #211D28 background.


Related colors

Complementary color

Complementary color for #hex is #DEE2D7.


I love getcolorcode.com

Triadic colors

1 #28211D and #1D2821 with #211D28 are triadic colors.

2 #281D21 and #1D2128 with #211D28 are triadic colors.