COLOR #211409

HEX: #211409
RGB: (33,20,9)

Color info

#211409 contains red, green and blue colors in about the same proportion. Web safe color of #211409 is #330000 (or #300).

RGB color model

#211409 color RGB value is (33,20,9).

  • red value is 33;
  • green value is 20;
  • blue value is 9.
RGB:
(33,20,9)
(13%,8%,4%)

RGB channels and saturation

R 33 of 255 = 13%
G 20 of 255 = 8%
B 9 of 255 = 4%

33
20
9

R + G + B ~ 8%. #211409 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 20 + 9 = 62 (100%)
R 33 of 62 ~ 53.23%
G 20 of 62 ~ 32.26%
B 9 of 62 ~ 14.52%

%53.23
%32.26
%14.52

CMYK color model

#211409 color CMYK value is (0,39,73,87).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 72.73%
  • key color value is 87.06%
CMYK:
(0,39,73,87)
C0M39Y73K87 
(0%,39%,73%,87%)
(0.00/0.39/0.73/0.87)	

CMYK percentages

%0
%39.39
%72.73
%87.06

Codes

Color #211409 in popluar color models

211409
RGB33209
HSL28°57.14%8.24%
HSB/HSV28°72.73%12.94%
CMYK0.00%39.39%72.73%
87.06%

Color #211409 in popluar number systems.

HEX211409
Decimal33209
Binary100001101001001
Octal412411

Shades and tints

Shades of #211409

#211409
(33,20,9)
#1E1309
(30,19,9)
#1B1209
(27,18,9)
#181109
(24,17,9)
#151009
(21,16,9)
#120F09
(18,15,9)
#0F0E09
(15,14,9)
#0C0D09
(12,13,9)
#090C09
(9,12,9)
#060B09
(6,11,9)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #211409

#211409
(33,20,9)
#35291F
(53,41,31)
#493E35
(73,62,53)
#5D534B
(93,83,75)
#716861
(113,104,97)
#857D77
(133,125,119)
#99928D
(153,146,141)
#ADA7A3
(173,167,163)
#C1BCB9
(193,188,185)
#D5D1CF
(213,209,207)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211409 color. Also use rgb(33,20,9) instead hex code.

Text Font Color

.myTextColor { color: #211409; }

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

This text font color is #211409.


Background Color

.myBgColor { background-color: #211409; }

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

This div background color is #211409.


Border color

.myBorderColor { border: 1px solid #211409; }

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

This div border color is #211409.


Opacity

.myOpacity80 { color: #211409; opacity: 0.8; }

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

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

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

This text has shadow with #211409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211409 on black background.


Color preview on white background

This text has color #211409 on white background.



Black color preview on #211409 background

This text has black color on #211409 background.


White color preview on #211409 background

This text has white color on #211409 background.