COLOR #212718

HEX: #212718
RGB: (33,39,24)

Color info

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

RGB color model

#212718 color RGB value is (33,39,24).

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

RGB channels and saturation

R 33 of 255 = 13%
G 39 of 255 = 15%
B 24 of 255 = 9%

33
39
24

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

Portions of RGB colors in percentages

R + G + B =
33 + 39 + 24 = 96 (100%)
R 33 of 96 ~ 34.38%
G 39 of 96 ~ 40.63%
B 24 of 96 ~ 25%

%34.38
%40.63
%25

CMYK color model

#212718 color CMYK value is (15,0,38,85).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 84.71%
CMYK:
(15,0,38,85)
C15M0Y38K85 
(15%,0%,38%,85%)
(0.15/0.00/0.38/0.85)	

CMYK percentages

%15.38
%0
%38.46
%84.71

Codes

Color #212718 in popluar color models

212718
RGB333924
HSL84°23.81%12.35%
HSB/HSV84°38.46%15.29%
CMYK15.38%0.00%38.46%
84.71%

Color #212718 in popluar number systems.

HEX212718
Decimal333924
Binary10000110011111000
Octal414730

Shades and tints

Shades of #212718

#212718
(33,39,24)
#1E2416
(30,36,22)
#1B2114
(27,33,20)
#181E12
(24,30,18)
#151B10
(21,27,16)
#12180E
(18,24,14)
#0F150C
(15,21,12)
#0C120A
(12,18,10)
#090F08
(9,15,8)
#060C06
(6,12,6)
#030904
(3,9,4)
#000000
(0,0,0)

Tints of #212718

#212718
(33,39,24)
#353A2D
(53,58,45)
#494D42
(73,77,66)
#5D6057
(93,96,87)
#71736C
(113,115,108)
#858681
(133,134,129)
#999996
(153,153,150)
#ADACAB
(173,172,171)
#C1BFC0
(193,191,192)
#D5D2D5
(213,210,213)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212718; }

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

This text font color is #212718.


Background Color

.myBgColor { background-color: #212718; }

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

This div background color is #212718.


Border color

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

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

This div border color is #212718.


Opacity

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

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

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

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

This text has shadow with #212718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212718 on black background.


Color preview on white background

This text has color #212718 on white background.



Black color preview on #212718 background

This text has black color on #212718 background.


White color preview on #212718 background

This text has white color on #212718 background.