COLOR #211C1A

HEX: #211C1A RGB: (33,28,26)

Color info

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

RGB color model

#211C1A color RGB value is (33,28,26).

RGB: (33,28,26) (13%, 11%, 10%)

RGB channels and saturation

R 33 of 255 = 13%
G 28 of 255 = 11%
B 26 of 255 = 10%

33
28
26

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

Portions of RGB colors in percentages

R + G + B = 33 + 28 + 26 = 87 (100%)
R 33 of 87 ~ 37.93%
G 28 of 87 ~ 32.18%
B 26 of 87 ~ 29.89'%

%37.93
%32.18
%29.89

CMYK color model

#211C1A color CMYK value is (0,15,21,87).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 21.21%
  • key color value is 87.06%

CMYK: (0,15,21,87)
C0M15Y21K87 (0%, 15%, 21%, 87%)
(0.00 / 0.15 / 0.21 / 0.87)

CMYK percentages

%0
%15.15
%21.21
%87.06

Codes

Color #211C1A in popluar color models

21 1C 1A
RGB 33 28 26
HSL 17° 11.86% 11.57%
HSB/HSV 17° 21.21% 12.94%
CMYK 0.00% 15.15% 21.21%
87.06%

Color #211C1A in popluar number systems.

HEX 21 1C 1A
Decimal 33 28 26
Binary 100001 11100 11010
Octal 41 34 32

Shades and tints

Shades of #211C1A

#211C1A
(33,28,26)
#1E1A18
(30,26,24)
#1B1816
(27,24,22)
#181614
(24,22,20)
#151412
(21,20,18)
#121210
(18,18,16)
#0F100E
(15,16,14)
#0C0E0C
(12,14,12)
#090C0A
(9,12,10)
#060A08
(6,10,8)
#030806
(3,8,6)
#000000
(0,0,0)

Tints of #211C1A

#211C1A
(33,28,26)
#35302E
(53,48,46)
#494442
(73,68,66)
#5D5856
(93,88,86)
#716C6A
(113,108,106)
#85807E
(133,128,126)
#999492
(153,148,146)
#ADA8A6
(173,168,166)
#C1BCBA
(193,188,186)
#D5D0CE
(213,208,206)
#E9E4E2
(233,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211C1A; }

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

This text font color is #211C1A.

Background Color

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

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

This div background color is #211C1A.

Border color

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

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

This div border color is #211C1A.

Opacity

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

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

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

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

This text has shadow with #211C1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211C1A.

Preview

Color preview on black background

This text has color #211C1A on black background.


Color preview on white background

This text has color #211C1A on white background.


Black color preview on #211C1A background

This text has black color on #211C1A background.


White color preview on #211C1A background

This text has white color on #211C1A background.


Related colors

Complementary color

Complementary color for #hex is #DEE3E5.


I love getcolorcode.com

Triadic colors

1 #1A211C and #1C1A21 with #211C1A are triadic colors.

2 #1A1C21 and #1C211A with #211C1A are triadic colors.