COLOR #212417

HEX: #212417 RGB: (33,36,23)

Color info

#212417 contains red, green and blue colors in about the same proportion. Web safe color of #212417 is #333300 (or #330).

RGB color model

#212417 color RGB value is (33,36,23).

RGB: (33,36,23) (13%, 14%, 9%)

RGB channels and saturation

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

33
36
23

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

Portions of RGB colors in percentages

R + G + B = 33 + 36 + 23 = 92 (100%)
R 33 of 92 ~ 35.87%
G 36 of 92 ~ 39.13%
B 23 of 92 ~ 25'%

%35.87
%39.13
%25

CMYK color model

#212417 color CMYK value is (8,0,36,86).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 36.11%
  • key color value is 85.88%
CMYK: (8,0,36,86) C8M0Y36K86 (8%,0%,36%,86%) (0.08/0.00/0.36/0.86) 

CMYK percentages

%8.33
%0
%36.11
%85.88

Codes

Color #212417 in popluar color models

21 24 17
RGB 33 36 23
HSL 74° 22.03% 11.57%
HSB/HSV 74° 36.11% 14.12%
CMYK 8.33% 0.00% 36.11%
85.88%

Color #212417 in popluar number systems.

HEX 21 24 17
Decimal 33 36 23
Binary 100001 100100 10111
Octal 41 44 27

Shades and tints

Shades of #212417

#212417
(33,36,23)
#1E2115
(30,33,21)
#1B1E13
(27,30,19)
#181B11
(24,27,17)
#15180F
(21,24,15)
#12150D
(18,21,13)
#0F120B
(15,18,11)
#0C0F09
(12,15,9)
#090C07
(9,12,7)
#060905
(6,9,5)
#030603
(3,6,3)
#000000
(0,0,0)

Tints of #212417

#212417
(33,36,23)
#35372C
(53,55,44)
#494A41
(73,74,65)
#5D5D56
(93,93,86)
#71706B
(113,112,107)
#858380
(133,131,128)
#999695
(153,150,149)
#ADA9AA
(173,169,170)
#C1BCBF
(193,188,191)
#D5CFD4
(213,207,212)
#E9E2E9
(233,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212417; }

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

This text font color is #212417.

Background Color

.myBgColor { background-color: #212417; }

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

This div background color is #212417.

Border color

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

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

This div border color is #212417.

Opacity

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

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

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

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

This text has shadow with #212417 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212417.

Preview

Color preview on black background

This text has color #212417 on black background.


Color preview on white background

This text has color #212417 on white background.


Black color preview on #212417 background

This text has black color on #212417 background.


White color preview on #212417 background

This text has white color on #212417 background.


Related colors

Complementary color

Complementary color for #hex is #DEDBE8.


I love getcolorcode.com

Triadic colors

1 #172124 and #241721 with #212417 are triadic colors.

2 #172421 and #242117 with #212417 are triadic colors.