COLOR #211D1E

HEX: #211D1E RGB: (33,29,30)

Color info

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

RGB color model

#211D1E color RGB value is (33,29,30).

RGB: (33,29,30) (13%, 11%, 12%)

RGB channels and saturation

R 33 of 255 = 13%
G 29 of 255 = 11%
B 30 of 255 = 12%

33
29
30

R + G + B ~ 12%. #211D1E is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 29 + 30 = 92 (100%)
R 33 of 92 ~ 35.87%
G 29 of 92 ~ 31.52%
B 30 of 92 ~ 32.61'%

%35.87
%31.52
%32.61

CMYK color model

#211D1E color CMYK value is (0,12,9,87).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 9.09%
  • key color value is 87.06%

CMYK: (0,12,9,87)
C0M12Y9K87 (0%, 12%, 9%, 87%)
(0.00 / 0.12 / 0.09 / 0.87)

CMYK percentages

%0
%12.12
%9.09
%87.06

Codes

Color #211D1E in popluar color models

21 1D 1E
RGB 33 29 30
HSL 345° 6.45% 12.16%
HSB/HSV 345° 12.12% 12.94%
CMYK 0.00% 12.12% 9.09%
87.06%

Color #211D1E in popluar number systems.

HEX 21 1D 1E
Decimal 33 29 30
Binary 100001 11101 11110
Octal 41 35 36

Shades and tints

Shades of #211D1E

#211D1E
(33,29,30)
#1E1B1C
(30,27,28)
#1B191A
(27,25,26)
#181718
(24,23,24)
#151516
(21,21,22)
#121314
(18,19,20)
#0F1112
(15,17,18)
#0C0F10
(12,15,16)
#090D0E
(9,13,14)
#060B0C
(6,11,12)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #211D1E

#211D1E
(33,29,30)
#353132
(53,49,50)
#494546
(73,69,70)
#5D595A
(93,89,90)
#716D6E
(113,109,110)
#858182
(133,129,130)
#999596
(153,149,150)
#ADA9AA
(173,169,170)
#C1BDBE
(193,189,190)
#D5D1D2
(213,209,210)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211D1E; }

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

This text font color is #211D1E.

Background Color

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

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

This div background color is #211D1E.

Border color

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

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

This div border color is #211D1E.

Opacity

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

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

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

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

This text has shadow with #211D1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211D1E.

Preview

Color preview on black background

This text has color #211D1E on black background.


Color preview on white background

This text has color #211D1E on white background.


Black color preview on #211D1E background

This text has black color on #211D1E background.


White color preview on #211D1E background

This text has white color on #211D1E background.


Related colors

Complementary color

Complementary color for #hex is #DEE2E1.


I love getcolorcode.com

Triadic colors

1 #1E211D and #1D1E21 with #211D1E are triadic colors.

2 #1E1D21 and #1D211E with #211D1E are triadic colors.