COLOR #211E16

HEX: #211E16
RGB: (33,30,22)

Color info

#211E16 contains red, green and blue colors in about the same proportion. Web safe color of #211E16 is #333300 (or #330).

RGB color model

#211E16 color RGB value is (33,30,22).

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

RGB channels and saturation

R 33 of 255 = 13%
G 30 of 255 = 12%
B 22 of 255 = 9%

33
30
22

R + G + B ~ 11%. #211E16 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 30 + 22 = 85 (100%)
R 33 of 85 ~ 38.82%
G 30 of 85 ~ 35.29%
B 22 of 85 ~ 25.88%

%38.82
%35.29
%25.88

CMYK color model

#211E16 color CMYK value is (0,9,33,87).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 33.33%
  • key color value is 87.06%
CMYK: (0,9,33,87) C0M9Y33K87 (0%,9%,33%,87%) (0.00/0.09/0.33/0.87)

CMYK percentages

%0
%9.09
%33.33
%87.06

Codes

Color #211E16 in popluar color models

211E16
RGB333022
HSL44°20.00%10.78%
HSB/HSV44°33.33%12.94%
CMYK0.00%9.09%33.33%
87.06%

Color #211E16 in popluar number systems.

HEX211E16
Decimal333022
Binary1000011111010110
Octal413626

Shades and tints

Shades of #211E16

#211E16
(33,30,22)
#1E1C14
(30,28,20)
#1B1A12
(27,26,18)
#181810
(24,24,16)
#15160E
(21,22,14)
#12140C
(18,20,12)
#0F120A
(15,18,10)
#0C1008
(12,16,8)
#090E06
(9,14,6)
#060C04
(6,12,4)
#030A02
(3,10,2)
#000000
(0,0,0)

Tints of #211E16

#211E16
(33,30,22)
#35322B
(53,50,43)
#494640
(73,70,64)
#5D5A55
(93,90,85)
#716E6A
(113,110,106)
#85827F
(133,130,127)
#999694
(153,150,148)
#ADAAA9
(173,170,169)
#C1BEBE
(193,190,190)
#D5D2D3
(213,210,211)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211E16; }

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

This text font color is #211E16.


Background Color

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

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

This div background color is #211E16.


Border color

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

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

This div border color is #211E16.


Opacity

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

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

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

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

This text has shadow with #211E16 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #211E16 on black background.


Color preview on white background

This text has color #211E16 on white background.



Black color preview on #211E16 background

This text has black color on #211E16 background.


White color preview on #211E16 background

This text has white color on #211E16 background.