COLOR #211417

HEX: #211417
RGB: (33,20,23)

Color info

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

RGB color model

#211417 color RGB value is (33,20,23).

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

RGB channels and saturation

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

33
20
23

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

Portions of RGB colors in percentages

R + G + B =
33 + 20 + 23 = 76 (100%)
R 33 of 76 ~ 43.42%
G 20 of 76 ~ 26.32%
B 23 of 76 ~ 30.26%

%43.42
%26.32
%30.26

CMYK color model

#211417 color CMYK value is (0,39,30,87).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 30.30%
  • key color value is 87.06%
CMYK:
(0,39,30,87)
C0M39Y30K87 
(0%,39%,30%,87%)
(0.00/0.39/0.30/0.87)	

CMYK percentages

%0
%39.39
%30.3
%87.06

Codes

Color #211417 in popluar color models

211417
RGB332023
HSL346°24.53%10.39%
HSB/HSV346°39.39%12.94%
CMYK0.00%39.39%30.30%
87.06%

Color #211417 in popluar number systems.

HEX211417
Decimal332023
Binary1000011010010111
Octal412427

Shades and tints

Shades of #211417

#211417
(33,20,23)
#1E1315
(30,19,21)
#1B1213
(27,18,19)
#181111
(24,17,17)
#15100F
(21,16,15)
#120F0D
(18,15,13)
#0F0E0B
(15,14,11)
#0C0D09
(12,13,9)
#090C07
(9,12,7)
#060B05
(6,11,5)
#030A03
(3,10,3)
#000000
(0,0,0)

Tints of #211417

#211417
(33,20,23)
#35292C
(53,41,44)
#493E41
(73,62,65)
#5D5356
(93,83,86)
#71686B
(113,104,107)
#857D80
(133,125,128)
#999295
(153,146,149)
#ADA7AA
(173,167,170)
#C1BCBF
(193,188,191)
#D5D1D4
(213,209,212)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211417; }

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

This text font color is #211417.


Background Color

.myBgColor { background-color: #211417; }

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

This div background color is #211417.


Border color

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

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

This div border color is #211417.


Opacity

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

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

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

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

This text has shadow with #211417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211417 on black background.


Color preview on white background

This text has color #211417 on white background.



Black color preview on #211417 background

This text has black color on #211417 background.


White color preview on #211417 background

This text has white color on #211417 background.