COLOR #212E19

HEX: #212E19
RGB: (33,46,25)

Color info

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

RGB color model

#212E19 color RGB value is (33,46,25).

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

RGB channels and saturation

R 33 of 255 = 13%
G 46 of 255 = 18%
B 25 of 255 = 10%

33
46
25

R + G + B ~ 14%. #212E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 46 + 25 = 104 (100%)
R 33 of 104 ~ 31.73%
G 46 of 104 ~ 44.23%
B 25 of 104 ~ 24.04%

%31.73
%44.23
%24.04

CMYK color model

#212E19 color CMYK value is (28,0,46,82).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 45.65%
  • key color value is 81.96%
CMYK:
(28,0,46,82)
C28M0Y46K82 
(28%,0%,46%,82%)
(0.28/0.00/0.46/0.82)	

CMYK percentages

%28.26
%0
%45.65
%81.96

Codes

Color #212E19 in popluar color models

212E19
RGB334625
HSL97°29.58%13.92%
HSB/HSV97°45.65%18.04%
CMYK28.26%0.00%45.65%
81.96%

Color #212E19 in popluar number systems.

HEX212E19
Decimal334625
Binary10000110111011001
Octal415631

Shades and tints

Shades of #212E19

#212E19
(33,46,25)
#1E2A17
(30,42,23)
#1B2615
(27,38,21)
#182213
(24,34,19)
#151E11
(21,30,17)
#121A0F
(18,26,15)
#0F160D
(15,22,13)
#0C120B
(12,18,11)
#090E09
(9,14,9)
#060A07
(6,10,7)
#030605
(3,6,5)
#000000
(0,0,0)

Tints of #212E19

#212E19
(33,46,25)
#35412D
(53,65,45)
#495441
(73,84,65)
#5D6755
(93,103,85)
#717A69
(113,122,105)
#858D7D
(133,141,125)
#99A091
(153,160,145)
#ADB3A5
(173,179,165)
#C1C6B9
(193,198,185)
#D5D9CD
(213,217,205)
#E9ECE1
(233,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212E19; }

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

This text font color is #212E19.


Background Color

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

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

This div background color is #212E19.


Border color

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

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

This div border color is #212E19.


Opacity

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

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

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

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

This text has shadow with #212E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212E19 on black background.


Color preview on white background

This text has color #212E19 on white background.



Black color preview on #212E19 background

This text has black color on #212E19 background.


White color preview on #212E19 background

This text has white color on #212E19 background.