COLOR #111322

HEX: #111322
RGB: (17,19,34)

Color info

#111322 contains red, green and blue colors in about the same proportion. Web safe color of #111322 is #000033 (or #003).

RGB color model

#111322 color RGB value is (17,19,34).

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

RGB channels and saturation

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

17
19
34

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

Portions of RGB colors in percentages

R + G + B =
17 + 19 + 34 = 70 (100%)
R 17 of 70 ~ 24.29%
G 19 of 70 ~ 27.14%
B 34 of 70 ~ 48.57%

%24.29
%27.14
%48.57

CMYK color model

#111322 color CMYK value is (50,44,0,87).

  • cyan value is 50.00%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK: (50,44,0,87) C50M44Y0K87 (50%,44%,0%,87%) (0.50/0.44/0.00/0.87)

CMYK percentages

%50
%44.12
%0
%86.67

Codes

Color #111322 in popluar color models

111322
RGB171934
HSL233°33.33%10.00%
HSB/HSV233°50.00%13.33%
CMYK50.00%44.12%0.00%
86.67%

Color #111322 in popluar number systems.

HEX111322
Decimal171934
Binary1000110011100010
Octal212342

Shades and tints

Shades of #111322

#111322
(17,19,34)
#10121F
(16,18,31)
#0F111C
(15,17,28)
#0E1019
(14,16,25)
#0D0F16
(13,15,22)
#0C0E13
(12,14,19)
#0B0D10
(11,13,16)
#0A0C0D
(10,12,13)
#090B0A
(9,11,10)
#080A07
(8,10,7)
#070904
(7,9,4)
#000000
(0,0,0)

Tints of #111322

#111322
(17,19,34)
#262836
(38,40,54)
#3B3D4A
(59,61,74)
#50525E
(80,82,94)
#656772
(101,103,114)
#7A7C86
(122,124,134)
#8F919A
(143,145,154)
#A4A6AE
(164,166,174)
#B9BBC2
(185,187,194)
#CED0D6
(206,208,214)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111322; }

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

This text font color is #111322.


Background Color

.myBgColor { background-color: #111322; }

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

This div background color is #111322.


Border color

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

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

This div border color is #111322.


Opacity

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

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

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

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

This text has shadow with #111322 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #111322 on black background.


Color preview on white background

This text has color #111322 on white background.



Black color preview on #111322 background

This text has black color on #111322 background.


White color preview on #111322 background

This text has white color on #111322 background.