COLOR #212E11

HEX: #212E11
RGB: (33,46,17)

Color info

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

RGB color model

#212E11 color RGB value is (33,46,17).

  • red value is 33;
  • green value is 46;
  • blue value is 17.
RGB:
(33,46,17)
(13%,18%,7%)

RGB channels and saturation

R 33 of 255 = 13%
G 46 of 255 = 18%
B 17 of 255 = 7%

33
46
17

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

Portions of RGB colors in percentages

R + G + B =
33 + 46 + 17 = 96 (100%)
R 33 of 96 ~ 34.38%
G 46 of 96 ~ 47.92%
B 17 of 96 ~ 17.71%

%34.38
%47.92
%17.71

CMYK color model

#212E11 color CMYK value is (28,0,63,82).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 63.04%
  • key color value is 81.96%
CMYK:
(28,0,63,82)
C28M0Y63K82 
(28%,0%,63%,82%)
(0.28/0.00/0.63/0.82)	

CMYK percentages

%28.26
%0
%63.04
%81.96

Codes

Color #212E11 in popluar color models

212E11
RGB334617
HSL87°46.03%12.35%
HSB/HSV87°63.04%18.04%
CMYK28.26%0.00%63.04%
81.96%

Color #212E11 in popluar number systems.

HEX212E11
Decimal334617
Binary10000110111010001
Octal415621

Shades and tints

Shades of #212E11

#212E11
(33,46,17)
#1E2A10
(30,42,16)
#1B260F
(27,38,15)
#18220E
(24,34,14)
#151E0D
(21,30,13)
#121A0C
(18,26,12)
#0F160B
(15,22,11)
#0C120A
(12,18,10)
#090E09
(9,14,9)
#060A08
(6,10,8)
#030607
(3,6,7)
#000000
(0,0,0)

Tints of #212E11

#212E11
(33,46,17)
#354126
(53,65,38)
#49543B
(73,84,59)
#5D6750
(93,103,80)
#717A65
(113,122,101)
#858D7A
(133,141,122)
#99A08F
(153,160,143)
#ADB3A4
(173,179,164)
#C1C6B9
(193,198,185)
#D5D9CE
(213,217,206)
#E9ECE3
(233,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212E11 color. Also use rgb(33,46,17) instead hex code.

Text Font Color

.myTextColor { color: #212E11; }

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

This text font color is #212E11.


Background Color

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

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

This div background color is #212E11.


Border color

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

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

This div border color is #212E11.


Opacity

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

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

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

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

This text has shadow with #212E11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212E11 on black background.


Color preview on white background

This text has color #212E11 on white background.



Black color preview on #212E11 background

This text has black color on #212E11 background.


White color preview on #212E11 background

This text has white color on #212E11 background.