COLOR #211717

HEX: #211717
RGB: (33,23,23)

Color info

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

RGB color model

#211717 color RGB value is (33,23,23).

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

RGB channels and saturation

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

33
23
23

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

Portions of RGB colors in percentages

R + G + B =
33 + 23 + 23 = 79 (100%)
R 33 of 79 ~ 41.77%
G 23 of 79 ~ 29.11%
B 23 of 79 ~ 29.11%

%41.77
%29.11
%29.11

CMYK color model

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

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

CMYK percentages

%0
%30.3
%30.3
%87.06

Codes

Color #211717 in popluar color models

211717
RGB332323
HSL17.86%10.98%
HSB/HSV30.30%12.94%
CMYK0.00%30.30%30.30%
87.06%

Color #211717 in popluar number systems.

HEX211717
Decimal332323
Binary1000011011110111
Octal412727

Shades and tints

Shades of #211717

#211717
(33,23,23)
#1E1515
(30,21,21)
#1B1313
(27,19,19)
#181111
(24,17,17)
#150F0F
(21,15,15)
#120D0D
(18,13,13)
#0F0B0B
(15,11,11)
#0C0909
(12,9,9)
#090707
(9,7,7)
#060505
(6,5,5)
#030303
(3,3,3)
#000000
(0,0,0)

Tints of #211717

#211717
(33,23,23)
#352C2C
(53,44,44)
#494141
(73,65,65)
#5D5656
(93,86,86)
#716B6B
(113,107,107)
#858080
(133,128,128)
#999595
(153,149,149)
#ADAAAA
(173,170,170)
#C1BFBF
(193,191,191)
#D5D4D4
(213,212,212)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211717; }

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

This text font color is #211717.


Background Color

.myBgColor { background-color: #211717; }

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

This div background color is #211717.


Border color

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

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

This div border color is #211717.


Opacity

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

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

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

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

This text has shadow with #211717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211717 on black background.


Color preview on white background

This text has color #211717 on white background.



Black color preview on #211717 background

This text has black color on #211717 background.


White color preview on #211717 background

This text has white color on #211717 background.