COLOR #11222B

HEX: #11222B
RGB: (17,34,43)

Color info

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

RGB color model

#11222B color RGB value is (17,34,43).

  • red value is 17;
  • green value is 34;
  • blue value is 43.
RGB:
(17,34,43)
(7%,13%,17%)

RGB channels and saturation

R 17 of 255 = 7%
G 34 of 255 = 13%
B 43 of 255 = 17%

17
34
43

R + G + B ~ 12%. #11222B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 34 + 43 = 94 (100%)
R 17 of 94 ~ 18.09%
G 34 of 94 ~ 36.17%
B 43 of 94 ~ 45.74%

%18.09
%36.17
%45.74

CMYK color model

#11222B color CMYK value is (60,21,0,83).

  • cyan value is 60.47%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(60,21,0,83)
C60M21Y0K83 
(60%,21%,0%,83%)
(0.60/0.21/0.00/0.83)	

CMYK percentages

%60.47
%20.93
%0
%83.14

Codes

Color #11222B in popluar color models

11222B
RGB173443
HSL201°43.33%11.76%
HSB/HSV201°60.47%16.86%
CMYK60.47%20.93%0.00%
83.14%

Color #11222B in popluar number systems.

HEX11222B
Decimal173443
Binary10001100010101011
Octal214253

Shades and tints

Shades of #11222B

#11222B
(17,34,43)
#101F28
(16,31,40)
#0F1C25
(15,28,37)
#0E1922
(14,25,34)
#0D161F
(13,22,31)
#0C131C
(12,19,28)
#0B1019
(11,16,25)
#0A0D16
(10,13,22)
#090A13
(9,10,19)
#080710
(8,7,16)
#07040D
(7,4,13)
#000000
(0,0,0)

Tints of #11222B

#11222B
(17,34,43)
#26363E
(38,54,62)
#3B4A51
(59,74,81)
#505E64
(80,94,100)
#657277
(101,114,119)
#7A868A
(122,134,138)
#8F9A9D
(143,154,157)
#A4AEB0
(164,174,176)
#B9C2C3
(185,194,195)
#CED6D6
(206,214,214)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11222B color. Also use rgb(17,34,43) instead hex code.

Text Font Color

.myTextColor { color: #11222B; }

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

This text font color is #11222B.


Background Color

.myBgColor { background-color: #11222B; }

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

This div background color is #11222B.


Border color

.myBorderColor { border: 1px solid #11222B; }

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

This div border color is #11222B.


Opacity

.myOpacity80 { color: #11222B; opacity: 0.8; }

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

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

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

This text has shadow with #11222B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11222B on black background.


Color preview on white background

This text has color #11222B on white background.



Black color preview on #11222B background

This text has black color on #11222B background.


White color preview on #11222B background

This text has white color on #11222B background.