COLOR #211424

HEX: #211424
RGB: (33,20,36)

Color info

#211424 contains red, green and blue colors in about the same proportion. Web safe color of #211424 is #330033 (or #303).

RGB color model

#211424 color RGB value is (33,20,36).

  • red value is 33;
  • green value is 20;
  • blue value is 36.
RGB:
(33,20,36)
(13%,8%,14%)

RGB channels and saturation

R 33 of 255 = 13%
G 20 of 255 = 8%
B 36 of 255 = 14%

33
20
36

R + G + B ~ 12%. #211424 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 20 + 36 = 89 (100%)
R 33 of 89 ~ 37.08%
G 20 of 89 ~ 22.47%
B 36 of 89 ~ 40.45%

%37.08
%22.47
%40.45

CMYK color model

#211424 color CMYK value is (8,44,0,86).

  • cyan value is 8.33%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(8,44,0,86)
C8M44Y0K86 
(8%,44%,0%,86%)
(0.08/0.44/0.00/0.86)	

CMYK percentages

%8.33
%44.44
%0
%85.88

Codes

Color #211424 in popluar color models

211424
RGB332036
HSL289°28.57%10.98%
HSB/HSV289°44.44%14.12%
CMYK8.33%44.44%0.00%
85.88%

Color #211424 in popluar number systems.

HEX211424
Decimal332036
Binary10000110100100100
Octal412444

Shades and tints

Shades of #211424

#211424
(33,20,36)
#1E1321
(30,19,33)
#1B121E
(27,18,30)
#18111B
(24,17,27)
#151018
(21,16,24)
#120F15
(18,15,21)
#0F0E12
(15,14,18)
#0C0D0F
(12,13,15)
#090C0C
(9,12,12)
#060B09
(6,11,9)
#030A06
(3,10,6)
#000000
(0,0,0)

Tints of #211424

#211424
(33,20,36)
#352937
(53,41,55)
#493E4A
(73,62,74)
#5D535D
(93,83,93)
#716870
(113,104,112)
#857D83
(133,125,131)
#999296
(153,146,150)
#ADA7A9
(173,167,169)
#C1BCBC
(193,188,188)
#D5D1CF
(213,209,207)
#E9E6E2
(233,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211424; }

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

This text font color is #211424.


Background Color

.myBgColor { background-color: #211424; }

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

This div background color is #211424.


Border color

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

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

This div border color is #211424.


Opacity

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

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

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

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

This text has shadow with #211424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211424 on black background.


Color preview on white background

This text has color #211424 on white background.



Black color preview on #211424 background

This text has black color on #211424 background.


White color preview on #211424 background

This text has white color on #211424 background.