COLOR #212918

HEX: #212918
RGB: (33,41,24)

Color info

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

RGB color model

#212918 color RGB value is (33,41,24).

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

RGB channels and saturation

R 33 of 255 = 13%
G 41 of 255 = 16%
B 24 of 255 = 9%

33
41
24

R + G + B ~ 13%. #212918 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 41 + 24 = 98 (100%)
R 33 of 98 ~ 33.67%
G 41 of 98 ~ 41.84%
B 24 of 98 ~ 24.49%

%33.67
%41.84
%24.49

CMYK color model

#212918 color CMYK value is (20,0,41,84).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 83.92%
CMYK:
(20,0,41,84)
C20M0Y41K84 
(20%,0%,41%,84%)
(0.20/0.00/0.41/0.84)	

CMYK percentages

%19.51
%0
%41.46
%83.92

Codes

Color #212918 in popluar color models

212918
RGB334124
HSL88°26.15%12.75%
HSB/HSV88°41.46%16.08%
CMYK19.51%0.00%41.46%
83.92%

Color #212918 in popluar number systems.

HEX212918
Decimal334124
Binary10000110100111000
Octal415130

Shades and tints

Shades of #212918

#212918
(33,41,24)
#1E2616
(30,38,22)
#1B2314
(27,35,20)
#182012
(24,32,18)
#151D10
(21,29,16)
#121A0E
(18,26,14)
#0F170C
(15,23,12)
#0C140A
(12,20,10)
#091108
(9,17,8)
#060E06
(6,14,6)
#030B04
(3,11,4)
#000000
(0,0,0)

Tints of #212918

#212918
(33,41,24)
#353C2D
(53,60,45)
#494F42
(73,79,66)
#5D6257
(93,98,87)
#71756C
(113,117,108)
#858881
(133,136,129)
#999B96
(153,155,150)
#ADAEAB
(173,174,171)
#C1C1C0
(193,193,192)
#D5D4D5
(213,212,213)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212918; }

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

This text font color is #212918.


Background Color

.myBgColor { background-color: #212918; }

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

This div background color is #212918.


Border color

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

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

This div border color is #212918.


Opacity

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

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

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

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

This text has shadow with #212918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212918 on black background.


Color preview on white background

This text has color #212918 on white background.



Black color preview on #212918 background

This text has black color on #212918 background.


White color preview on #212918 background

This text has white color on #212918 background.