COLOR #212B16

HEX: #212B16
RGB: (33,43,22)

Color info

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

RGB color model

#212B16 color RGB value is (33,43,22).

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

RGB channels and saturation

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

33
43
22

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

Portions of RGB colors in percentages

R + G + B =
33 + 43 + 22 = 98 (100%)
R 33 of 98 ~ 33.67%
G 43 of 98 ~ 43.88%
B 22 of 98 ~ 22.45%

%33.67
%43.88
%22.45

CMYK color model

#212B16 color CMYK value is (23,0,49,83).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 48.84%
  • key color value is 83.14%
CMYK:
(23,0,49,83)
C23M0Y49K83 
(23%,0%,49%,83%)
(0.23/0.00/0.49/0.83)	

CMYK percentages

%23.26
%0
%48.84
%83.14

Codes

Color #212B16 in popluar color models

212B16
RGB334322
HSL89°32.31%12.75%
HSB/HSV89°48.84%16.86%
CMYK23.26%0.00%48.84%
83.14%

Color #212B16 in popluar number systems.

HEX212B16
Decimal334322
Binary10000110101110110
Octal415326

Shades and tints

Shades of #212B16

#212B16
(33,43,22)
#1E2814
(30,40,20)
#1B2512
(27,37,18)
#182210
(24,34,16)
#151F0E
(21,31,14)
#121C0C
(18,28,12)
#0F190A
(15,25,10)
#0C1608
(12,22,8)
#091306
(9,19,6)
#061004
(6,16,4)
#030D02
(3,13,2)
#000000
(0,0,0)

Tints of #212B16

#212B16
(33,43,22)
#353E2B
(53,62,43)
#495140
(73,81,64)
#5D6455
(93,100,85)
#71776A
(113,119,106)
#858A7F
(133,138,127)
#999D94
(153,157,148)
#ADB0A9
(173,176,169)
#C1C3BE
(193,195,190)
#D5D6D3
(213,214,211)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212B16; }

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

This text font color is #212B16.


Background Color

.myBgColor { background-color: #212B16; }

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

This div background color is #212B16.


Border color

.myBorderColor { border: 1px solid #212B16; }

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

This div border color is #212B16.


Opacity

.myOpacity80 { color: #212B16; opacity: 0.8; }

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

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

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

This text has shadow with #212B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212B16 on black background.


Color preview on white background

This text has color #212B16 on white background.



Black color preview on #212B16 background

This text has black color on #212B16 background.


White color preview on #212B16 background

This text has white color on #212B16 background.