COLOR #211009

HEX: #211009 RGB: (33,16,9)

Color info

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

RGB color model

#211009 color RGB value is (33,16,9).

RGB: (33,16,9) (13%, 6%, 4%)

RGB channels and saturation

R 33 of 255 = 13%
G 16 of 255 = 6%
B 9 of 255 = 4%

33
16
9

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

Portions of RGB colors in percentages

R + G + B = 33 + 16 + 9 = 58 (100%)
R 33 of 58 ~ 56.9%
G 16 of 58 ~ 27.59%
B 9 of 58 ~ 15.52'%

%56.9
%27.59
%15.52

CMYK color model

#211009 color CMYK value is (0,52,73,87).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 72.73%
  • key color value is 87.06%

CMYK: (0,52,73,87)
C0M52Y73K87 (0%, 52%, 73%, 87%)
(0.00 / 0.52 / 0.73 / 0.87)

CMYK percentages

%0
%51.52
%72.73
%87.06

Codes

Color #211009 in popluar color models

21 10 09
RGB 33 16 9
HSL 18° 57.14% 8.24%
HSB/HSV 18° 72.73% 12.94%
CMYK 0.00% 51.52% 72.73%
87.06%

Color #211009 in popluar number systems.

HEX 21 10 09
Decimal 33 16 9
Binary 100001 10000 1001
Octal 41 20 11

Shades and tints

Shades of #211009

#211009
(33,16,9)
#1E0F09
(30,15,9)
#1B0E09
(27,14,9)
#180D09
(24,13,9)
#150C09
(21,12,9)
#120B09
(18,11,9)
#0F0A09
(15,10,9)
#0C0909
(12,9,9)
#090809
(9,8,9)
#060709
(6,7,9)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #211009

#211009
(33,16,9)
#35251F
(53,37,31)
#493A35
(73,58,53)
#5D4F4B
(93,79,75)
#716461
(113,100,97)
#857977
(133,121,119)
#998E8D
(153,142,141)
#ADA3A3
(173,163,163)
#C1B8B9
(193,184,185)
#D5CDCF
(213,205,207)
#E9E2E5
(233,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211009; }

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

This text font color is #211009.

Background Color

.myBgColor { background-color: #211009; }

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

This div background color is #211009.

Border color

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

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

This div border color is #211009.

Opacity

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

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

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

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

This text has shadow with #211009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211009.

Preview

Color preview on black background

This text has color #211009 on black background.


Color preview on white background

This text has color #211009 on white background.


Black color preview on #211009 background

This text has black color on #211009 background.


White color preview on #211009 background

This text has white color on #211009 background.


Related colors

Complementary color

Complementary color for #hex is #DEEFF6.


I love getcolorcode.com

Triadic colors

1 #092110 and #100921 with #211009 are triadic colors.

2 #091021 and #102109 with #211009 are triadic colors.