COLOR #211E0D

HEX: #211E0D
RGB: (33,30,13)

Color info

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

RGB color model

#211E0D color RGB value is (33,30,13).

  • red value is 33;
  • green value is 30;
  • blue value is 13.
RGB:
(33,30,13)
(13%,12%,5%)

RGB channels and saturation

R 33 of 255 = 13%
G 30 of 255 = 12%
B 13 of 255 = 5%

33
30
13

R + G + B ~ 10%. #211E0D is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 30 + 13 = 76 (100%)
R 33 of 76 ~ 43.42%
G 30 of 76 ~ 39.47%
B 13 of 76 ~ 17.11%

%43.42
%39.47
%17.11

CMYK color model

#211E0D color CMYK value is (0,9,61,87).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 60.61%
  • key color value is 87.06%
CMYK:
(0,9,61,87)
C0M9Y61K87 
(0%,9%,61%,87%)
(0.00/0.09/0.61/0.87)	

CMYK percentages

%0
%9.09
%60.61
%87.06

Codes

Color #211E0D in popluar color models

211E0D
RGB333013
HSL51°43.48%9.02%
HSB/HSV51°60.61%12.94%
CMYK0.00%9.09%60.61%
87.06%

Color #211E0D in popluar number systems.

HEX211E0D
Decimal333013
Binary100001111101101
Octal413615

Shades and tints

Shades of #211E0D

#211E0D
(33,30,13)
#1E1C0C
(30,28,12)
#1B1A0B
(27,26,11)
#18180A
(24,24,10)
#151609
(21,22,9)
#121408
(18,20,8)
#0F1207
(15,18,7)
#0C1006
(12,16,6)
#090E05
(9,14,5)
#060C04
(6,12,4)
#030A03
(3,10,3)
#000000
(0,0,0)

Tints of #211E0D

#211E0D
(33,30,13)
#353223
(53,50,35)
#494639
(73,70,57)
#5D5A4F
(93,90,79)
#716E65
(113,110,101)
#85827B
(133,130,123)
#999691
(153,150,145)
#ADAAA7
(173,170,167)
#C1BEBD
(193,190,189)
#D5D2D3
(213,210,211)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211E0D color. Also use rgb(33,30,13) instead hex code.

Text Font Color

.myTextColor { color: #211E0D; }

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

This text font color is #211E0D.


Background Color

.myBgColor { background-color: #211E0D; }

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

This div background color is #211E0D.


Border color

.myBorderColor { border: 1px solid #211E0D; }

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

This div border color is #211E0D.


Opacity

.myOpacity80 { color: #211E0D; opacity: 0.8; }

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

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

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

This text has shadow with #211E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211E0D on black background.


Color preview on white background

This text has color #211E0D on white background.



Black color preview on #211E0D background

This text has black color on #211E0D background.


White color preview on #211E0D background

This text has white color on #211E0D background.