COLOR #212E17

HEX: #212E17
RGB: (33,46,23)

Color info

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

RGB color model

#212E17 color RGB value is (33,46,23).

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

RGB channels and saturation

R 33 of 255 = 13%
G 46 of 255 = 18%
B 23 of 255 = 9%

33
46
23

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

Portions of RGB colors in percentages

R + G + B =
33 + 46 + 23 = 102 (100%)
R 33 of 102 ~ 32.35%
G 46 of 102 ~ 45.1%
B 23 of 102 ~ 22.55%

%32.35
%45.1
%22.55

CMYK color model

#212E17 color CMYK value is (28,0,50,82).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 81.96%
CMYK:
(28,0,50,82)
C28M0Y50K82 
(28%,0%,50%,82%)
(0.28/0.00/0.50/0.82)	

CMYK percentages

%28.26
%0
%50
%81.96

Codes

Color #212E17 in popluar color models

212E17
RGB334623
HSL94°33.33%13.53%
HSB/HSV94°50.00%18.04%
CMYK28.26%0.00%50.00%
81.96%

Color #212E17 in popluar number systems.

HEX212E17
Decimal334623
Binary10000110111010111
Octal415627

Shades and tints

Shades of #212E17

#212E17
(33,46,23)
#1E2A15
(30,42,21)
#1B2613
(27,38,19)
#182211
(24,34,17)
#151E0F
(21,30,15)
#121A0D
(18,26,13)
#0F160B
(15,22,11)
#0C1209
(12,18,9)
#090E07
(9,14,7)
#060A05
(6,10,5)
#030603
(3,6,3)
#000000
(0,0,0)

Tints of #212E17

#212E17
(33,46,23)
#35412C
(53,65,44)
#495441
(73,84,65)
#5D6756
(93,103,86)
#717A6B
(113,122,107)
#858D80
(133,141,128)
#99A095
(153,160,149)
#ADB3AA
(173,179,170)
#C1C6BF
(193,198,191)
#D5D9D4
(213,217,212)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212E17; }

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

This text font color is #212E17.


Background Color

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

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

This div background color is #212E17.


Border color

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

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

This div border color is #212E17.


Opacity

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

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

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

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

This text has shadow with #212E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212E17 on black background.


Color preview on white background

This text has color #212E17 on white background.



Black color preview on #212E17 background

This text has black color on #212E17 background.


White color preview on #212E17 background

This text has white color on #212E17 background.