COLOR #211C2E

HEX: #211C2E
RGB: (33,28,46)

Color info

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

RGB color model

#211C2E color RGB value is (33,28,46).

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

RGB channels and saturation

R 33 of 255 = 13%
G 28 of 255 = 11%
B 46 of 255 = 18%

33
28
46

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

Portions of RGB colors in percentages

R + G + B =
33 + 28 + 46 = 107 (100%)
R 33 of 107 ~ 30.84%
G 28 of 107 ~ 26.17%
B 46 of 107 ~ 42.99%

%30.84
%26.17
%42.99

CMYK color model

#211C2E color CMYK value is (28,39,0,82).

  • cyan value is 28.26%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(28,39,0,82)
C28M39Y0K82 
(28%,39%,0%,82%)
(0.28/0.39/0.00/0.82)	

CMYK percentages

%28.26
%39.13
%0
%81.96

Codes

Color #211C2E in popluar color models

211C2E
RGB332846
HSL257°24.32%14.51%
HSB/HSV257°39.13%18.04%
CMYK28.26%39.13%0.00%
81.96%

Color #211C2E in popluar number systems.

HEX211C2E
Decimal332846
Binary10000111100101110
Octal413456

Shades and tints

Shades of #211C2E

#211C2E
(33,28,46)
#1E1A2A
(30,26,42)
#1B1826
(27,24,38)
#181622
(24,22,34)
#15141E
(21,20,30)
#12121A
(18,18,26)
#0F1016
(15,16,22)
#0C0E12
(12,14,18)
#090C0E
(9,12,14)
#060A0A
(6,10,10)
#030806
(3,8,6)
#000000
(0,0,0)

Tints of #211C2E

#211C2E
(33,28,46)
#353041
(53,48,65)
#494454
(73,68,84)
#5D5867
(93,88,103)
#716C7A
(113,108,122)
#85808D
(133,128,141)
#9994A0
(153,148,160)
#ADA8B3
(173,168,179)
#C1BCC6
(193,188,198)
#D5D0D9
(213,208,217)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211C2E; }

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

This text font color is #211C2E.


Background Color

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

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

This div background color is #211C2E.


Border color

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

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

This div border color is #211C2E.


Opacity

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

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

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

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

This text has shadow with #211C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211C2E on black background.


Color preview on white background

This text has color #211C2E on white background.



Black color preview on #211C2E background

This text has black color on #211C2E background.


White color preview on #211C2E background

This text has white color on #211C2E background.