COLOR #11211F

HEX: #11211F
RGB: (17,33,31)

Color info

#11211F contains red, green and blue colors in about the same proportion. Web safe color of #11211F is #003333 (or #033).

RGB color model

#11211F color RGB value is (17,33,31).

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

RGB channels and saturation

R 17 of 255 = 7%
G 33 of 255 = 13%
B 31 of 255 = 12%

17
33
31

R + G + B ~ 11%. #11211F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 33 + 31 = 81 (100%)
R 17 of 81 ~ 20.99%
G 33 of 81 ~ 40.74%
B 31 of 81 ~ 38.27%

%20.99
%40.74
%38.27

CMYK color model

#11211F color CMYK value is (48,0,6,87).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 87.06%
CMYK:
(48,0,6,87)
C48M0Y6K87 
(48%,0%,6%,87%)
(0.48/0.00/0.06/0.87)	

CMYK percentages

%48.48
%0
%6.06
%87.06

Codes

Color #11211F in popluar color models

11211F
RGB173331
HSL173°32.00%9.80%
HSB/HSV173°48.48%12.94%
CMYK48.48%0.00%6.06%
87.06%

Color #11211F in popluar number systems.

HEX11211F
Decimal173331
Binary1000110000111111
Octal214137

Shades and tints

Shades of #11211F

#11211F
(17,33,31)
#101E1D
(16,30,29)
#0F1B1B
(15,27,27)
#0E1819
(14,24,25)
#0D1517
(13,21,23)
#0C1215
(12,18,21)
#0B0F13
(11,15,19)
#0A0C11
(10,12,17)
#09090F
(9,9,15)
#08060D
(8,6,13)
#07030B
(7,3,11)
#000000
(0,0,0)

Tints of #11211F

#11211F
(17,33,31)
#263533
(38,53,51)
#3B4947
(59,73,71)
#505D5B
(80,93,91)
#65716F
(101,113,111)
#7A8583
(122,133,131)
#8F9997
(143,153,151)
#A4ADAB
(164,173,171)
#B9C1BF
(185,193,191)
#CED5D3
(206,213,211)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11211F; }

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

This text font color is #11211F.


Background Color

.myBgColor { background-color: #11211F; }

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

This div background color is #11211F.


Border color

.myBorderColor { border: 1px solid #11211F; }

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

This div border color is #11211F.


Opacity

.myOpacity80 { color: #11211F; opacity: 0.8; }

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

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

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

This text has shadow with #11211F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11211F on black background.


Color preview on white background

This text has color #11211F on white background.



Black color preview on #11211F background

This text has black color on #11211F background.


White color preview on #11211F background

This text has white color on #11211F background.