COLOR #211412

HEX: #211412 RGB: (33,20,18)

Color info

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

RGB color model

#211412 color RGB value is (33,20,18).

RGB: (33,20,18) (13%, 8%, 7%)

RGB channels and saturation

R 33 of 255 = 13%
G 20 of 255 = 8%
B 18 of 255 = 7%

33
20
18

R + G + B ~ 9%. #211412 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 20 + 18 = 71 (100%)
R 33 of 71 ~ 46.48%
G 20 of 71 ~ 28.17%
B 18 of 71 ~ 25.35'%

%46.48
%28.17
%25.35

CMYK color model

#211412 color CMYK value is (0,39,45,87).

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

CMYK: (0,39,45,87)
C0M39Y45K87 (0%, 39%, 45%, 87%)
(0.00 / 0.39 / 0.45 / 0.87)

CMYK percentages

%0
%39.39
%45.45
%87.06

Codes

Color #211412 in popluar color models

21 14 12
RGB 33 20 18
HSL 29.41% 10.00%
HSB/HSV 45.45% 12.94%
CMYK 0.00% 39.39% 45.45%
87.06%

Color #211412 in popluar number systems.

HEX 21 14 12
Decimal 33 20 18
Binary 100001 10100 10010
Octal 41 24 22

Shades and tints

Shades of #211412

#211412
(33,20,18)
#1E1311
(30,19,17)
#1B1210
(27,18,16)
#18110F
(24,17,15)
#15100E
(21,16,14)
#120F0D
(18,15,13)
#0F0E0C
(15,14,12)
#0C0D0B
(12,13,11)
#090C0A
(9,12,10)
#060B09
(6,11,9)
#030A08
(3,10,8)
#000000
(0,0,0)

Tints of #211412

#211412
(33,20,18)
#352927
(53,41,39)
#493E3C
(73,62,60)
#5D5351
(93,83,81)
#716866
(113,104,102)
#857D7B
(133,125,123)
#999290
(153,146,144)
#ADA7A5
(173,167,165)
#C1BCBA
(193,188,186)
#D5D1CF
(213,209,207)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211412; }

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

This text font color is #211412.

Background Color

.myBgColor { background-color: #211412; }

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

This div background color is #211412.

Border color

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

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

This div border color is #211412.

Opacity

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

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

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

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

This text has shadow with #211412 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211412.

Preview

Color preview on black background

This text has color #211412 on black background.


Color preview on white background

This text has color #211412 on white background.


Black color preview on #211412 background

This text has black color on #211412 background.


White color preview on #211412 background

This text has white color on #211412 background.


Related colors

Complementary color

Complementary color for #hex is #DEEBED.


I love getcolorcode.com

Triadic colors

1 #122114 and #141221 with #211412 are triadic colors.

2 #121421 and #142112 with #211412 are triadic colors.