COLOR #211C27

HEX: #211C27
RGB: (33,28,39)

Color info

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

RGB color model

#211C27 color RGB value is (33,28,39).

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

RGB channels and saturation

R 33 of 255 = 13%
G 28 of 255 = 11%
B 39 of 255 = 15%

33
28
39

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

Portions of RGB colors in percentages

R + G + B =
33 + 28 + 39 = 100 (100%)
R 33 of 100 ~ 33%
G 28 of 100 ~ 28%
B 39 of 100 ~ 39%

%33
%28
%39

CMYK color model

#211C27 color CMYK value is (15,28,0,85).

  • cyan value is 15.38%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(15,28,0,85)
C15M28Y0K85 
(15%,28%,0%,85%)
(0.15/0.28/0.00/0.85)	

CMYK percentages

%15.38
%28.21
%0
%84.71

Codes

Color #211C27 in popluar color models

211C27
RGB332839
HSL267°16.42%13.14%
HSB/HSV267°28.21%15.29%
CMYK15.38%28.21%0.00%
84.71%

Color #211C27 in popluar number systems.

HEX211C27
Decimal332839
Binary10000111100100111
Octal413447

Shades and tints

Shades of #211C27

#211C27
(33,28,39)
#1E1A24
(30,26,36)
#1B1821
(27,24,33)
#18161E
(24,22,30)
#15141B
(21,20,27)
#121218
(18,18,24)
#0F1015
(15,16,21)
#0C0E12
(12,14,18)
#090C0F
(9,12,15)
#060A0C
(6,10,12)
#030809
(3,8,9)
#000000
(0,0,0)

Tints of #211C27

#211C27
(33,28,39)
#35303A
(53,48,58)
#49444D
(73,68,77)
#5D5860
(93,88,96)
#716C73
(113,108,115)
#858086
(133,128,134)
#999499
(153,148,153)
#ADA8AC
(173,168,172)
#C1BCBF
(193,188,191)
#D5D0D2
(213,208,210)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211C27; }

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

This text font color is #211C27.


Background Color

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

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

This div background color is #211C27.


Border color

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

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

This div border color is #211C27.


Opacity

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

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

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

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

This text has shadow with #211C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211C27 on black background.


Color preview on white background

This text has color #211C27 on white background.



Black color preview on #211C27 background

This text has black color on #211C27 background.


White color preview on #211C27 background

This text has white color on #211C27 background.