COLOR #211811

HEX: #211811 RGB: (33,24,17)

Color info

#211811 contains red, green and blue colors in about the same proportion. Web safe color of #211811 is #330000 (or #300).

RGB color model

#211811 color RGB value is (33,24,17).

RGB: (33,24,17) (13%, 9%, 7%)

RGB channels and saturation

R 33 of 255 = 13%
G 24 of 255 = 9%
B 17 of 255 = 7%

33
24
17

R + G + B ~ 10%. #211811 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 24 + 17 = 74 (100%)
R 33 of 74 ~ 44.59%
G 24 of 74 ~ 32.43%
B 17 of 74 ~ 22.97'%

%44.59
%32.43
%22.97

CMYK color model

#211811 color CMYK value is (0,27,48,87).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 48.48%
  • key color value is 87.06%
CMYK: (0,27,48,87) C0M27Y48K87 (0%,27%,48%,87%) (0.00/0.27/0.48/0.87) 

CMYK percentages

%0
%27.27
%48.48
%87.06

Codes

Color #211811 in popluar color models

21 18 11
RGB 33 24 17
HSL 26° 32.00% 9.80%
HSB/HSV 26° 48.48% 12.94%
CMYK 0.00% 27.27% 48.48%
87.06%

Color #211811 in popluar number systems.

HEX 21 18 11
Decimal 33 24 17
Binary 100001 11000 10001
Octal 41 30 21

Shades and tints

Shades of #211811

#211811
(33,24,17)
#1E1610
(30,22,16)
#1B140F
(27,20,15)
#18120E
(24,18,14)
#15100D
(21,16,13)
#120E0C
(18,14,12)
#0F0C0B
(15,12,11)
#0C0A0A
(12,10,10)
#090809
(9,8,9)
#060608
(6,6,8)
#030407
(3,4,7)
#000000
(0,0,0)

Tints of #211811

#211811
(33,24,17)
#352D26
(53,45,38)
#49423B
(73,66,59)
#5D5750
(93,87,80)
#716C65
(113,108,101)
#85817A
(133,129,122)
#99968F
(153,150,143)
#ADABA4
(173,171,164)
#C1C0B9
(193,192,185)
#D5D5CE
(213,213,206)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211811 color. Also use rgb(33,24,17) instead hex code.

Text Font Color

.myTextColor { color: #211811; }

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

This text font color is #211811.

Background Color

.myBgColor { background-color: #211811; }

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

This div background color is #211811.

Border color

.myBorderColor { border: 1px solid #211811; }

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

This div border color is #211811.

Opacity

.myOpacity80 { color: #211811; opacity: 0.8; }

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

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

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

This text has shadow with #211811 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211811.

Preview

Color preview on black background

This text has color #211811 on black background.


Color preview on white background

This text has color #211811 on white background.


Black color preview on #211811 background

This text has black color on #211811 background.


White color preview on #211811 background

This text has white color on #211811 background.


Related colors

Complementary color

Complementary color for #hex is #DEE7EE.


I love getcolorcode.com

Triadic colors

1 #112118 and #181121 with #211811 are triadic colors.

2 #111821 and #182111 with #211811 are triadic colors.