COLOR #211E15

HEX: #211E15 RGB: (33,30,21)

Color info

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

RGB color model

#211E15 color RGB value is (33,30,21).

RGB: (33,30,21) (13%, 12%, 8%)

RGB channels and saturation

R 33 of 255 = 13%
G 30 of 255 = 12%
B 21 of 255 = 8%

33
30
21

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

Portions of RGB colors in percentages

R + G + B = 33 + 30 + 21 = 84 (100%)
R 33 of 84 ~ 39.29%
G 30 of 84 ~ 35.71%
B 21 of 84 ~ 25'%

%39.29
%35.71
%25

CMYK color model

#211E15 color CMYK value is (0,9,36,87).

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

CMYK: (0,9,36,87)
C0M9Y36K87 (0%, 9%, 36%, 87%)
(0.00 / 0.09 / 0.36 / 0.87)

CMYK percentages

%0
%9.09
%36.36
%87.06

Codes

Color #211E15 in popluar color models

21 1E 15
RGB 33 30 21
HSL 45° 22.22% 10.59%
HSB/HSV 45° 36.36% 12.94%
CMYK 0.00% 9.09% 36.36%
87.06%

Color #211E15 in popluar number systems.

HEX 21 1E 15
Decimal 33 30 21
Binary 100001 11110 10101
Octal 41 36 25

Shades and tints

Shades of #211E15

#211E15
(33,30,21)
#1E1C14
(30,28,20)
#1B1A13
(27,26,19)
#181812
(24,24,18)
#151611
(21,22,17)
#121410
(18,20,16)
#0F120F
(15,18,15)
#0C100E
(12,16,14)
#090E0D
(9,14,13)
#060C0C
(6,12,12)
#030A0B
(3,10,11)
#000000
(0,0,0)

Tints of #211E15

#211E15
(33,30,21)
#35322A
(53,50,42)
#49463F
(73,70,63)
#5D5A54
(93,90,84)
#716E69
(113,110,105)
#85827E
(133,130,126)
#999693
(153,150,147)
#ADAAA8
(173,170,168)
#C1BEBD
(193,190,189)
#D5D2D2
(213,210,210)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211E15; }

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

This text font color is #211E15.

Background Color

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

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

This div background color is #211E15.

Border color

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

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

This div border color is #211E15.

Opacity

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

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

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

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

This text has shadow with #211E15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211E15.

Preview

Color preview on black background

This text has color #211E15 on black background.


Color preview on white background

This text has color #211E15 on white background.


Black color preview on #211E15 background

This text has black color on #211E15 background.


White color preview on #211E15 background

This text has white color on #211E15 background.


Related colors

Complementary color

Complementary color for #hex is #DEE1EA.


I love getcolorcode.com

Triadic colors

1 #15211E and #1E1521 with #211E15 are triadic colors.

2 #151E21 and #1E2115 with #211E15 are triadic colors.