COLOR #211C28

HEX: #211C28
RGB: (33,28,40)

Color info

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

RGB color model

#211C28 color RGB value is (33,28,40).

  • red value is 33;
  • green value is 28;
  • blue value is 40.
RGB:
(33,28,40)
(13%,11%,16%)

RGB channels and saturation

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

33
28
40

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

Portions of RGB colors in percentages

R + G + B =
33 + 28 + 40 = 101 (100%)
R 33 of 101 ~ 32.67%
G 28 of 101 ~ 27.72%
B 40 of 101 ~ 39.6%

%32.67
%27.72
%39.6

CMYK color model

#211C28 color CMYK value is (18,30,0,84).

  • cyan value is 17.50%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(18,30,0,84)
C18M30Y0K84 
(18%,30%,0%,84%)
(0.18/0.30/0.00/0.84)	

CMYK percentages

%17.5
%30
%0
%84.31

Codes

Color #211C28 in popluar color models

211C28
RGB332840
HSL265°17.65%13.33%
HSB/HSV265°30.00%15.69%
CMYK17.50%30.00%0.00%
84.31%

Color #211C28 in popluar number systems.

HEX211C28
Decimal332840
Binary10000111100101000
Octal413450

Shades and tints

Shades of #211C28

#211C28
(33,28,40)
#1E1A25
(30,26,37)
#1B1822
(27,24,34)
#18161F
(24,22,31)
#15141C
(21,20,28)
#121219
(18,18,25)
#0F1016
(15,16,22)
#0C0E13
(12,14,19)
#090C10
(9,12,16)
#060A0D
(6,10,13)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #211C28

#211C28
(33,28,40)
#35303B
(53,48,59)
#49444E
(73,68,78)
#5D5861
(93,88,97)
#716C74
(113,108,116)
#858087
(133,128,135)
#99949A
(153,148,154)
#ADA8AD
(173,168,173)
#C1BCC0
(193,188,192)
#D5D0D3
(213,208,211)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211C28; }

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

This text font color is #211C28.


Background Color

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

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

This div background color is #211C28.


Border color

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

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

This div border color is #211C28.


Opacity

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

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

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

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

This text has shadow with #211C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211C28 on black background.


Color preview on white background

This text has color #211C28 on white background.



Black color preview on #211C28 background

This text has black color on #211C28 background.


White color preview on #211C28 background

This text has white color on #211C28 background.