COLOR #211809

HEX: #211809
RGB: (33,24,9)

Color info

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

RGB color model

#211809 color RGB value is (33,24,9).

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

RGB channels and saturation

R 33 of 255 = 13%
G 24 of 255 = 9%
B 9 of 255 = 4%

33
24
9

R + G + B ~ 9%. #211809 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 24 + 9 = 66 (100%)
R 33 of 66 ~ 50%
G 24 of 66 ~ 36.36%
B 9 of 66 ~ 13.64%

%50
%36.36
%13.64

CMYK color model

#211809 color CMYK value is (0,27,73,87).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 72.73%
  • key color value is 87.06%
CMYK:
(0,27,73,87)
C0M27Y73K87 
(0%,27%,73%,87%)
(0.00/0.27/0.73/0.87)	

CMYK percentages

%0
%27.27
%72.73
%87.06

Codes

Color #211809 in popluar color models

211809
RGB33249
HSL38°57.14%8.24%
HSB/HSV38°72.73%12.94%
CMYK0.00%27.27%72.73%
87.06%

Color #211809 in popluar number systems.

HEX211809
Decimal33249
Binary100001110001001
Octal413011

Shades and tints

Shades of #211809

#211809
(33,24,9)
#1E1609
(30,22,9)
#1B1409
(27,20,9)
#181209
(24,18,9)
#151009
(21,16,9)
#120E09
(18,14,9)
#0F0C09
(15,12,9)
#0C0A09
(12,10,9)
#090809
(9,8,9)
#060609
(6,6,9)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #211809

#211809
(33,24,9)
#352D1F
(53,45,31)
#494235
(73,66,53)
#5D574B
(93,87,75)
#716C61
(113,108,97)
#858177
(133,129,119)
#99968D
(153,150,141)
#ADABA3
(173,171,163)
#C1C0B9
(193,192,185)
#D5D5CF
(213,213,207)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211809; }

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

This text font color is #211809.


Background Color

.myBgColor { background-color: #211809; }

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

This div background color is #211809.


Border color

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

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

This div border color is #211809.


Opacity

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

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

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

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

This text has shadow with #211809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211809 on black background.


Color preview on white background

This text has color #211809 on white background.



Black color preview on #211809 background

This text has black color on #211809 background.


White color preview on #211809 background

This text has white color on #211809 background.