COLOR #111321

HEX: #111321
RGB: (17,19,33)

Color info

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

RGB color model

#111321 color RGB value is (17,19,33).

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

RGB channels and saturation

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

17
19
33

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

Portions of RGB colors in percentages

R + G + B =
17 + 19 + 33 = 69 (100%)
R 17 of 69 ~ 24.64%
G 19 of 69 ~ 27.54%
B 33 of 69 ~ 47.83%

%24.64
%27.54
%47.83

CMYK color model

#111321 color CMYK value is (48,42,0,87).

  • cyan value is 48.48%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(48,42,0,87)
C48M42Y0K87 
(48%,42%,0%,87%)
(0.48/0.42/0.00/0.87)	

CMYK percentages

%48.48
%42.42
%0
%87.06

Codes

Color #111321 in popluar color models

111321
RGB171933
HSL233°32.00%9.80%
HSB/HSV233°48.48%12.94%
CMYK48.48%42.42%0.00%
87.06%

Color #111321 in popluar number systems.

HEX111321
Decimal171933
Binary1000110011100001
Octal212341

Shades and tints

Shades of #111321

#111321
(17,19,33)
#10121E
(16,18,30)
#0F111B
(15,17,27)
#0E1018
(14,16,24)
#0D0F15
(13,15,21)
#0C0E12
(12,14,18)
#0B0D0F
(11,13,15)
#0A0C0C
(10,12,12)
#090B09
(9,11,9)
#080A06
(8,10,6)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #111321

#111321
(17,19,33)
#262835
(38,40,53)
#3B3D49
(59,61,73)
#50525D
(80,82,93)
#656771
(101,103,113)
#7A7C85
(122,124,133)
#8F9199
(143,145,153)
#A4A6AD
(164,166,173)
#B9BBC1
(185,187,193)
#CED0D5
(206,208,213)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111321; }

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

This text font color is #111321.


Background Color

.myBgColor { background-color: #111321; }

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

This div background color is #111321.


Border color

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

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

This div border color is #111321.


Opacity

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

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

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

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

This text has shadow with #111321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111321 on black background.


Color preview on white background

This text has color #111321 on white background.



Black color preview on #111321 background

This text has black color on #111321 background.


White color preview on #111321 background

This text has white color on #111321 background.