COLOR #211E29

HEX: #211E29
RGB: (33,30,41)

Color info

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

RGB color model

#211E29 color RGB value is (33,30,41).

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

RGB channels and saturation

R 33 of 255 = 13%
G 30 of 255 = 12%
B 41 of 255 = 16%

33
30
41

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

Portions of RGB colors in percentages

R + G + B =
33 + 30 + 41 = 104 (100%)
R 33 of 104 ~ 31.73%
G 30 of 104 ~ 28.85%
B 41 of 104 ~ 39.42%

%31.73
%28.85
%39.42

CMYK color model

#211E29 color CMYK value is (20,27,0,84).

  • cyan value is 19.51%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(20,27,0,84)
C20M27Y0K84 
(20%,27%,0%,84%)
(0.20/0.27/0.00/0.84)	

CMYK percentages

%19.51
%26.83
%0
%83.92

Codes

Color #211E29 in popluar color models

211E29
RGB333041
HSL256°15.49%13.92%
HSB/HSV256°26.83%16.08%
CMYK19.51%26.83%0.00%
83.92%

Color #211E29 in popluar number systems.

HEX211E29
Decimal333041
Binary10000111110101001
Octal413651

Shades and tints

Shades of #211E29

#211E29
(33,30,41)
#1E1C26
(30,28,38)
#1B1A23
(27,26,35)
#181820
(24,24,32)
#15161D
(21,22,29)
#12141A
(18,20,26)
#0F1217
(15,18,23)
#0C1014
(12,16,20)
#090E11
(9,14,17)
#060C0E
(6,12,14)
#030A0B
(3,10,11)
#000000
(0,0,0)

Tints of #211E29

#211E29
(33,30,41)
#35323C
(53,50,60)
#49464F
(73,70,79)
#5D5A62
(93,90,98)
#716E75
(113,110,117)
#858288
(133,130,136)
#99969B
(153,150,155)
#ADAAAE
(173,170,174)
#C1BEC1
(193,190,193)
#D5D2D4
(213,210,212)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211E29 color. Also use rgb(33,30,41) instead hex code.

Text Font Color

.myTextColor { color: #211E29; }

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

This text font color is #211E29.


Background Color

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

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

This div background color is #211E29.


Border color

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

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

This div border color is #211E29.


Opacity

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

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

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

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

This text has shadow with #211E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211E29 on black background.


Color preview on white background

This text has color #211E29 on white background.



Black color preview on #211E29 background

This text has black color on #211E29 background.


White color preview on #211E29 background

This text has white color on #211E29 background.