COLOR #211109

HEX: #211109
RGB: (33,17,9)

Color info

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

RGB color model

#211109 color RGB value is (33,17,9).

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

RGB channels and saturation

R 33 of 255 = 13%
G 17 of 255 = 7%
B 9 of 255 = 4%

33
17
9

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

Portions of RGB colors in percentages

R + G + B =
33 + 17 + 9 = 59 (100%)
R 33 of 59 ~ 55.93%
G 17 of 59 ~ 28.81%
B 9 of 59 ~ 15.25%

%55.93
%28.81
%15.25

CMYK color model

#211109 color CMYK value is (0,48,73,87).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 72.73%
  • key color value is 87.06%
CMYK:
(0,48,73,87)
C0M48Y73K87 
(0%,48%,73%,87%)
(0.00/0.48/0.73/0.87)	

CMYK percentages

%0
%48.48
%72.73
%87.06

Codes

Color #211109 in popluar color models

211109
RGB33179
HSL20°57.14%8.24%
HSB/HSV20°72.73%12.94%
CMYK0.00%48.48%72.73%
87.06%

Color #211109 in popluar number systems.

HEX211109
Decimal33179
Binary100001100011001
Octal412111

Shades and tints

Shades of #211109

#211109
(33,17,9)
#1E1009
(30,16,9)
#1B0F09
(27,15,9)
#180E09
(24,14,9)
#150D09
(21,13,9)
#120C09
(18,12,9)
#0F0B09
(15,11,9)
#0C0A09
(12,10,9)
#090909
(9,9,9)
#060809
(6,8,9)
#030709
(3,7,9)
#000000
(0,0,0)

Tints of #211109

#211109
(33,17,9)
#35261F
(53,38,31)
#493B35
(73,59,53)
#5D504B
(93,80,75)
#716561
(113,101,97)
#857A77
(133,122,119)
#998F8D
(153,143,141)
#ADA4A3
(173,164,163)
#C1B9B9
(193,185,185)
#D5CECF
(213,206,207)
#E9E3E5
(233,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211109; }

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

This text font color is #211109.


Background Color

.myBgColor { background-color: #211109; }

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

This div background color is #211109.


Border color

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

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

This div border color is #211109.


Opacity

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

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

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

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

This text has shadow with #211109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211109 on black background.


Color preview on white background

This text has color #211109 on white background.



Black color preview on #211109 background

This text has black color on #211109 background.


White color preview on #211109 background

This text has white color on #211109 background.