COLOR #211A09

HEX: #211A09
RGB: (33,26,9)

Color info

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

RGB color model

#211A09 color RGB value is (33,26,9).

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

RGB channels and saturation

R 33 of 255 = 13%
G 26 of 255 = 10%
B 9 of 255 = 4%

33
26
9

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

Portions of RGB colors in percentages

R + G + B =
33 + 26 + 9 = 68 (100%)
R 33 of 68 ~ 48.53%
G 26 of 68 ~ 38.24%
B 9 of 68 ~ 13.24%

%48.53
%38.24
%13.24

CMYK color model

#211A09 color CMYK value is (0,21,73,87).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 72.73%
  • key color value is 87.06%
CMYK:
(0,21,73,87)
C0M21Y73K87 
(0%,21%,73%,87%)
(0.00/0.21/0.73/0.87)	

CMYK percentages

%0
%21.21
%72.73
%87.06

Codes

Color #211A09 in popluar color models

211A09
RGB33269
HSL43°57.14%8.24%
HSB/HSV43°72.73%12.94%
CMYK0.00%21.21%72.73%
87.06%

Color #211A09 in popluar number systems.

HEX211A09
Decimal33269
Binary100001110101001
Octal413211

Shades and tints

Shades of #211A09

#211A09
(33,26,9)
#1E1809
(30,24,9)
#1B1609
(27,22,9)
#181409
(24,20,9)
#151209
(21,18,9)
#121009
(18,16,9)
#0F0E09
(15,14,9)
#0C0C09
(12,12,9)
#090A09
(9,10,9)
#060809
(6,8,9)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #211A09

#211A09
(33,26,9)
#352E1F
(53,46,31)
#494235
(73,66,53)
#5D564B
(93,86,75)
#716A61
(113,106,97)
#857E77
(133,126,119)
#99928D
(153,146,141)
#ADA6A3
(173,166,163)
#C1BAB9
(193,186,185)
#D5CECF
(213,206,207)
#E9E2E5
(233,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211A09; }

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

This text font color is #211A09.


Background Color

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

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

This div background color is #211A09.


Border color

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

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

This div border color is #211A09.


Opacity

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

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

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

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

This text has shadow with #211A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211A09 on black background.


Color preview on white background

This text has color #211A09 on white background.



Black color preview on #211A09 background

This text has black color on #211A09 background.


White color preview on #211A09 background

This text has white color on #211A09 background.