COLOR #212116

HEX: #212116
RGB: (33,33,22)

Color info

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

RGB color model

#212116 color RGB value is (33,33,22).

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

RGB channels and saturation

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

33
33
22

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

Portions of RGB colors in percentages

R + G + B =
33 + 33 + 22 = 88 (100%)
R 33 of 88 ~ 37.5%
G 33 of 88 ~ 37.5%
B 22 of 88 ~ 25%

%37.5
%37.5
%25

CMYK color model

#212116 color CMYK value is (0,0,33,87).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 87.06%
CMYK:
(0,0,33,87)
C0M0Y33K87 
(0%,0%,33%,87%)
(0.00/0.00/0.33/0.87)	

CMYK percentages

%0
%0
%33.33
%87.06

Codes

Color #212116 in popluar color models

212116
RGB333322
HSL60°20.00%10.78%
HSB/HSV60°33.33%12.94%
CMYK0.00%0.00%33.33%
87.06%

Color #212116 in popluar number systems.

HEX212116
Decimal333322
Binary10000110000110110
Octal414126

Shades and tints

Shades of #212116

#212116
(33,33,22)
#1E1E14
(30,30,20)
#1B1B12
(27,27,18)
#181810
(24,24,16)
#15150E
(21,21,14)
#12120C
(18,18,12)
#0F0F0A
(15,15,10)
#0C0C08
(12,12,8)
#090906
(9,9,6)
#060604
(6,6,4)
#030302
(3,3,2)
#000000
(0,0,0)

Tints of #212116

#212116
(33,33,22)
#35352B
(53,53,43)
#494940
(73,73,64)
#5D5D55
(93,93,85)
#71716A
(113,113,106)
#85857F
(133,133,127)
#999994
(153,153,148)
#ADADA9
(173,173,169)
#C1C1BE
(193,193,190)
#D5D5D3
(213,213,211)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212116; }

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

This text font color is #212116.


Background Color

.myBgColor { background-color: #212116; }

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

This div background color is #212116.


Border color

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

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

This div border color is #212116.


Opacity

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

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

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

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

This text has shadow with #212116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212116 on black background.


Color preview on white background

This text has color #212116 on white background.



Black color preview on #212116 background

This text has black color on #212116 background.


White color preview on #212116 background

This text has white color on #212116 background.