COLOR #211418

HEX: #211418
RGB: (33,20,24)

Color info

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

RGB color model

#211418 color RGB value is (33,20,24).

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

RGB channels and saturation

R 33 of 255 = 13%
G 20 of 255 = 8%
B 24 of 255 = 9%

33
20
24

R + G + B ~ 10%. #211418 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 20 + 24 = 77 (100%)
R 33 of 77 ~ 42.86%
G 20 of 77 ~ 25.97%
B 24 of 77 ~ 31.17%

%42.86
%25.97
%31.17

CMYK color model

#211418 color CMYK value is (0,39,27,87).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 27.27%
  • key color value is 87.06%
CMYK:
(0,39,27,87)
C0M39Y27K87 
(0%,39%,27%,87%)
(0.00/0.39/0.27/0.87)	

CMYK percentages

%0
%39.39
%27.27
%87.06

Codes

Color #211418 in popluar color models

211418
RGB332024
HSL342°24.53%10.39%
HSB/HSV342°39.39%12.94%
CMYK0.00%39.39%27.27%
87.06%

Color #211418 in popluar number systems.

HEX211418
Decimal332024
Binary1000011010011000
Octal412430

Shades and tints

Shades of #211418

#211418
(33,20,24)
#1E1316
(30,19,22)
#1B1214
(27,18,20)
#181112
(24,17,18)
#151010
(21,16,16)
#120F0E
(18,15,14)
#0F0E0C
(15,14,12)
#0C0D0A
(12,13,10)
#090C08
(9,12,8)
#060B06
(6,11,6)
#030A04
(3,10,4)
#000000
(0,0,0)

Tints of #211418

#211418
(33,20,24)
#35292D
(53,41,45)
#493E42
(73,62,66)
#5D5357
(93,83,87)
#71686C
(113,104,108)
#857D81
(133,125,129)
#999296
(153,146,150)
#ADA7AB
(173,167,171)
#C1BCC0
(193,188,192)
#D5D1D5
(213,209,213)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211418; }

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

This text font color is #211418.


Background Color

.myBgColor { background-color: #211418; }

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

This div background color is #211418.


Border color

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

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

This div border color is #211418.


Opacity

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

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

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

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

This text has shadow with #211418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211418 on black background.


Color preview on white background

This text has color #211418 on white background.



Black color preview on #211418 background

This text has black color on #211418 background.


White color preview on #211418 background

This text has white color on #211418 background.