COLOR #211A29

HEX: #211A29
RGB: (33,26,41)

Color info

#211A29 contains red, green and blue colors in about the same proportion. Web safe color of #211A29 is #330033 (or #303).

RGB color model

#211A29 color RGB value is (33,26,41).

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

RGB channels and saturation

R 33 of 255 = 13%
G 26 of 255 = 10%
B 41 of 255 = 16%

33
26
41

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

Portions of RGB colors in percentages

R + G + B =
33 + 26 + 41 = 100 (100%)
R 33 of 100 ~ 33%
G 26 of 100 ~ 26%
B 41 of 100 ~ 41%

%33
%26
%41

CMYK color model

#211A29 color CMYK value is (20,37,0,84).

  • cyan value is 19.51%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK: (20,37,0,84) C20M37Y0K84 (20%,37%,0%,84%) (0.20/0.37/0.00/0.84)

CMYK percentages

%19.51
%36.59
%0
%83.92

Codes

Color #211A29 in popluar color models

211A29
RGB332641
HSL268°22.39%13.14%
HSB/HSV268°36.59%16.08%
CMYK19.51%36.59%0.00%
83.92%

Color #211A29 in popluar number systems.

HEX211A29
Decimal332641
Binary10000111010101001
Octal413251

Shades and tints

Shades of #211A29

#211A29
(33,26,41)
#1E1826
(30,24,38)
#1B1623
(27,22,35)
#181420
(24,20,32)
#15121D
(21,18,29)
#12101A
(18,16,26)
#0F0E17
(15,14,23)
#0C0C14
(12,12,20)
#090A11
(9,10,17)
#06080E
(6,8,14)
#03060B
(3,6,11)
#000000
(0,0,0)

Tints of #211A29

#211A29
(33,26,41)
#352E3C
(53,46,60)
#49424F
(73,66,79)
#5D5662
(93,86,98)
#716A75
(113,106,117)
#857E88
(133,126,136)
#99929B
(153,146,155)
#ADA6AE
(173,166,174)
#C1BAC1
(193,186,193)
#D5CED4
(213,206,212)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211A29; }

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

This text font color is #211A29.


Background Color

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

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

This div background color is #211A29.


Border color

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

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

This div border color is #211A29.


Opacity

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

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

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

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

This text has shadow with #211A29 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #211A29 on black background.


Color preview on white background

This text has color #211A29 on white background.



Black color preview on #211A29 background

This text has black color on #211A29 background.


White color preview on #211A29 background

This text has white color on #211A29 background.