COLOR #11222A

HEX: #11222A
RGB: (17,34,42)

Color info

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

RGB color model

#11222A color RGB value is (17,34,42).

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

RGB channels and saturation

R 17 of 255 = 7%
G 34 of 255 = 13%
B 42 of 255 = 16%

17
34
42

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

Portions of RGB colors in percentages

R + G + B =
17 + 34 + 42 = 93 (100%)
R 17 of 93 ~ 18.28%
G 34 of 93 ~ 36.56%
B 42 of 93 ~ 45.16%

%18.28
%36.56
%45.16

CMYK color model

#11222A color CMYK value is (60,19,0,84).

  • cyan value is 59.52%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(60,19,0,84)
C60M19Y0K84 
(60%,19%,0%,84%)
(0.60/0.19/0.00/0.84)	

CMYK percentages

%59.52
%19.05
%0
%83.53

Codes

Color #11222A in popluar color models

11222A
RGB173442
HSL199°42.37%11.57%
HSB/HSV199°59.52%16.47%
CMYK59.52%19.05%0.00%
83.53%

Color #11222A in popluar number systems.

HEX11222A
Decimal173442
Binary10001100010101010
Octal214252

Shades and tints

Shades of #11222A

#11222A
(17,34,42)
#101F27
(16,31,39)
#0F1C24
(15,28,36)
#0E1921
(14,25,33)
#0D161E
(13,22,30)
#0C131B
(12,19,27)
#0B1018
(11,16,24)
#0A0D15
(10,13,21)
#090A12
(9,10,18)
#08070F
(8,7,15)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #11222A

#11222A
(17,34,42)
#26363D
(38,54,61)
#3B4A50
(59,74,80)
#505E63
(80,94,99)
#657276
(101,114,118)
#7A8689
(122,134,137)
#8F9A9C
(143,154,156)
#A4AEAF
(164,174,175)
#B9C2C2
(185,194,194)
#CED6D5
(206,214,213)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11222A; }

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

This text font color is #11222A.


Background Color

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

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

This div background color is #11222A.


Border color

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

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

This div border color is #11222A.


Opacity

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

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

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

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

This text has shadow with #11222A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11222A on black background.


Color preview on white background

This text has color #11222A on white background.



Black color preview on #11222A background

This text has black color on #11222A background.


White color preview on #11222A background

This text has white color on #11222A background.