COLOR #211C14

HEX: #211C14 RGB: (33,28,20)

Color info

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

RGB color model

#211C14 color RGB value is (33,28,20).

RGB: (33,28,20) (13%, 11%, 8%)

RGB channels and saturation

R 33 of 255 = 13%
G 28 of 255 = 11%
B 20 of 255 = 8%

33
28
20

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

Portions of RGB colors in percentages

R + G + B = 33 + 28 + 20 = 81 (100%)
R 33 of 81 ~ 40.74%
G 28 of 81 ~ 34.57%
B 20 of 81 ~ 24.69'%

%40.74
%34.57
%24.69

CMYK color model

#211C14 color CMYK value is (0,15,39,87).

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

CMYK: (0,15,39,87)
C0M15Y39K87 (0%, 15%, 39%, 87%)
(0.00 / 0.15 / 0.39 / 0.87)

CMYK percentages

%0
%15.15
%39.39
%87.06

Codes

Color #211C14 in popluar color models

21 1C 14
RGB 33 28 20
HSL 37° 24.53% 10.39%
HSB/HSV 37° 39.39% 12.94%
CMYK 0.00% 15.15% 39.39%
87.06%

Color #211C14 in popluar number systems.

HEX 21 1C 14
Decimal 33 28 20
Binary 100001 11100 10100
Octal 41 34 24

Shades and tints

Shades of #211C14

#211C14
(33,28,20)
#1E1A13
(30,26,19)
#1B1812
(27,24,18)
#181611
(24,22,17)
#151410
(21,20,16)
#12120F
(18,18,15)
#0F100E
(15,16,14)
#0C0E0D
(12,14,13)
#090C0C
(9,12,12)
#060A0B
(6,10,11)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #211C14

#211C14
(33,28,20)
#353029
(53,48,41)
#49443E
(73,68,62)
#5D5853
(93,88,83)
#716C68
(113,108,104)
#85807D
(133,128,125)
#999492
(153,148,146)
#ADA8A7
(173,168,167)
#C1BCBC
(193,188,188)
#D5D0D1
(213,208,209)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211C14; }

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

This text font color is #211C14.

Background Color

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

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

This div background color is #211C14.

Border color

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

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

This div border color is #211C14.

Opacity

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

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

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

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

This text has shadow with #211C14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211C14.

Preview

Color preview on black background

This text has color #211C14 on black background.


Color preview on white background

This text has color #211C14 on white background.


Black color preview on #211C14 background

This text has black color on #211C14 background.


White color preview on #211C14 background

This text has white color on #211C14 background.


Related colors

Complementary color

Complementary color for #hex is #DEE3EB.


I love getcolorcode.com

Triadic colors

1 #14211C and #1C1421 with #211C14 are triadic colors.

2 #141C21 and #1C2114 with #211C14 are triadic colors.