COLOR #211F28

HEX: #211F28
RGB: (33,31,40)

Color info

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

RGB color model

#211F28 color RGB value is (33,31,40).

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

RGB channels and saturation

R 33 of 255 = 13%
G 31 of 255 = 12%
B 40 of 255 = 16%

33
31
40

R + G + B ~ 14%. #211F28 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 31 + 40 = 104 (100%)
R 33 of 104 ~ 31.73%
G 31 of 104 ~ 29.81%
B 40 of 104 ~ 38.46%

%31.73
%29.81
%38.46

CMYK color model

#211F28 color CMYK value is (18,23,0,84).

  • cyan value is 17.50%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(18,23,0,84)
C18M23Y0K84 
(18%,23%,0%,84%)
(0.18/0.23/0.00/0.84)	

CMYK percentages

%17.5
%22.5
%0
%84.31

Codes

Color #211F28 in popluar color models

211F28
RGB333140
HSL253°12.68%13.92%
HSB/HSV253°22.50%15.69%
CMYK17.50%22.50%0.00%
84.31%

Color #211F28 in popluar number systems.

HEX211F28
Decimal333140
Binary10000111111101000
Octal413750

Shades and tints

Shades of #211F28

#211F28
(33,31,40)
#1E1D25
(30,29,37)
#1B1B22
(27,27,34)
#18191F
(24,25,31)
#15171C
(21,23,28)
#121519
(18,21,25)
#0F1316
(15,19,22)
#0C1113
(12,17,19)
#090F10
(9,15,16)
#060D0D
(6,13,13)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #211F28

#211F28
(33,31,40)
#35333B
(53,51,59)
#49474E
(73,71,78)
#5D5B61
(93,91,97)
#716F74
(113,111,116)
#858387
(133,131,135)
#99979A
(153,151,154)
#ADABAD
(173,171,173)
#C1BFC0
(193,191,192)
#D5D3D3
(213,211,211)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211F28; }

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

This text font color is #211F28.


Background Color

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

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

This div background color is #211F28.


Border color

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

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

This div border color is #211F28.


Opacity

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

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

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

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

This text has shadow with #211F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211F28 on black background.


Color preview on white background

This text has color #211F28 on white background.



Black color preview on #211F28 background

This text has black color on #211F28 background.


White color preview on #211F28 background

This text has white color on #211F28 background.