COLOR #111916

HEX: #111916
RGB: (17,25,22)

Color info

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

RGB color model

#111916 color RGB value is (17,25,22).

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

RGB channels and saturation

R 17 of 255 = 7%
G 25 of 255 = 10%
B 22 of 255 = 9%

17
25
22

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

Portions of RGB colors in percentages

R + G + B =
17 + 25 + 22 = 64 (100%)
R 17 of 64 ~ 26.56%
G 25 of 64 ~ 39.06%
B 22 of 64 ~ 34.38%

%26.56
%39.06
%34.38

CMYK color model

#111916 color CMYK value is (32,0,12,90).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 90.20%
CMYK:
(32,0,12,90)
C32M0Y12K90 
(32%,0%,12%,90%)
(0.32/0.00/0.12/0.90)	

CMYK percentages

%32
%0
%12
%90.2

Codes

Color #111916 in popluar color models

111916
RGB172522
HSL158°19.05%8.24%
HSB/HSV158°32.00%9.80%
CMYK32.00%0.00%12.00%
90.20%

Color #111916 in popluar number systems.

HEX111916
Decimal172522
Binary100011100110110
Octal213126

Shades and tints

Shades of #111916

#111916
(17,25,22)
#101714
(16,23,20)
#0F1512
(15,21,18)
#0E1310
(14,19,16)
#0D110E
(13,17,14)
#0C0F0C
(12,15,12)
#0B0D0A
(11,13,10)
#0A0B08
(10,11,8)
#090906
(9,9,6)
#080704
(8,7,4)
#070502
(7,5,2)
#000000
(0,0,0)

Tints of #111916

#111916
(17,25,22)
#262D2B
(38,45,43)
#3B4140
(59,65,64)
#505555
(80,85,85)
#65696A
(101,105,106)
#7A7D7F
(122,125,127)
#8F9194
(143,145,148)
#A4A5A9
(164,165,169)
#B9B9BE
(185,185,190)
#CECDD3
(206,205,211)
#E3E1E8
(227,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111916; }

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

This text font color is #111916.


Background Color

.myBgColor { background-color: #111916; }

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

This div background color is #111916.


Border color

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

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

This div border color is #111916.


Opacity

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

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

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

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

This text has shadow with #111916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111916 on black background.


Color preview on white background

This text has color #111916 on white background.



Black color preview on #111916 background

This text has black color on #111916 background.


White color preview on #111916 background

This text has white color on #111916 background.