COLOR #211217

HEX: #211217
RGB: (33,18,23)

Color info

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

RGB color model

#211217 color RGB value is (33,18,23).

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

RGB channels and saturation

R 33 of 255 = 13%
G 18 of 255 = 7%
B 23 of 255 = 9%

33
18
23

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

Portions of RGB colors in percentages

R + G + B =
33 + 18 + 23 = 74 (100%)
R 33 of 74 ~ 44.59%
G 18 of 74 ~ 24.32%
B 23 of 74 ~ 31.08%

%44.59
%24.32
%31.08

CMYK color model

#211217 color CMYK value is (0,45,30,87).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 30.30%
  • key color value is 87.06%
CMYK:
(0,45,30,87)
C0M45Y30K87 
(0%,45%,30%,87%)
(0.00/0.45/0.30/0.87)	

CMYK percentages

%0
%45.45
%30.3
%87.06

Codes

Color #211217 in popluar color models

211217
RGB331823
HSL340°29.41%10.00%
HSB/HSV340°45.45%12.94%
CMYK0.00%45.45%30.30%
87.06%

Color #211217 in popluar number systems.

HEX211217
Decimal331823
Binary1000011001010111
Octal412227

Shades and tints

Shades of #211217

#211217
(33,18,23)
#1E1115
(30,17,21)
#1B1013
(27,16,19)
#180F11
(24,15,17)
#150E0F
(21,14,15)
#120D0D
(18,13,13)
#0F0C0B
(15,12,11)
#0C0B09
(12,11,9)
#090A07
(9,10,7)
#060905
(6,9,5)
#030803
(3,8,3)
#000000
(0,0,0)

Tints of #211217

#211217
(33,18,23)
#35272C
(53,39,44)
#493C41
(73,60,65)
#5D5156
(93,81,86)
#71666B
(113,102,107)
#857B80
(133,123,128)
#999095
(153,144,149)
#ADA5AA
(173,165,170)
#C1BABF
(193,186,191)
#D5CFD4
(213,207,212)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211217; }

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

This text font color is #211217.


Background Color

.myBgColor { background-color: #211217; }

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

This div background color is #211217.


Border color

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

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

This div border color is #211217.


Opacity

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

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

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

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

This text has shadow with #211217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211217 on black background.


Color preview on white background

This text has color #211217 on white background.



Black color preview on #211217 background

This text has black color on #211217 background.


White color preview on #211217 background

This text has white color on #211217 background.