COLOR #111316

HEX: #111316
RGB: (17,19,22)

Color info

#111316 contains red, green and blue colors in about the same proportion. Web safe color of #111316 is #000000 (or #000).

RGB color model

#111316 color RGB value is (17,19,22).

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

RGB channels and saturation

R 17 of 255 = 7%
G 19 of 255 = 7%
B 22 of 255 = 9%

17
19
22

R + G + B ~ 8%. #111316 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 19 + 22 = 58 (100%)
R 17 of 58 ~ 29.31%
G 19 of 58 ~ 32.76%
B 22 of 58 ~ 37.93%

%29.31
%32.76
%37.93

CMYK color model

#111316 color CMYK value is (23,14,0,91).

  • cyan value is 22.73%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(23,14,0,91)
C23M14Y0K91 
(23%,14%,0%,91%)
(0.23/0.14/0.00/0.91)	

CMYK percentages

%22.73
%13.64
%0
%91.37

Codes

Color #111316 in popluar color models

111316
RGB171922
HSL216°12.82%7.65%
HSB/HSV216°22.73%8.63%
CMYK22.73%13.64%0.00%
91.37%

Color #111316 in popluar number systems.

HEX111316
Decimal171922
Binary100011001110110
Octal212326

Shades and tints

Shades of #111316

#111316
(17,19,22)
#101214
(16,18,20)
#0F1112
(15,17,18)
#0E1010
(14,16,16)
#0D0F0E
(13,15,14)
#0C0E0C
(12,14,12)
#0B0D0A
(11,13,10)
#0A0C08
(10,12,8)
#090B06
(9,11,6)
#080A04
(8,10,4)
#070902
(7,9,2)
#000000
(0,0,0)

Tints of #111316

#111316
(17,19,22)
#26282B
(38,40,43)
#3B3D40
(59,61,64)
#505255
(80,82,85)
#65676A
(101,103,106)
#7A7C7F
(122,124,127)
#8F9194
(143,145,148)
#A4A6A9
(164,166,169)
#B9BBBE
(185,187,190)
#CED0D3
(206,208,211)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111316; }

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

This text font color is #111316.


Background Color

.myBgColor { background-color: #111316; }

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

This div background color is #111316.


Border color

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

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

This div border color is #111316.


Opacity

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

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

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

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

This text has shadow with #111316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111316 on black background.


Color preview on white background

This text has color #111316 on white background.



Black color preview on #111316 background

This text has black color on #111316 background.


White color preview on #111316 background

This text has white color on #111316 background.