COLOR #111917

HEX: #111917
RGB: (17,25,23)

Color info

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

RGB color model

#111917 color RGB value is (17,25,23).

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

RGB channels and saturation

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

17
25
23

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

Portions of RGB colors in percentages

R + G + B =
17 + 25 + 23 = 65 (100%)
R 17 of 65 ~ 26.15%
G 25 of 65 ~ 38.46%
B 23 of 65 ~ 35.38%

%26.15
%38.46
%35.38

CMYK color model

#111917 color CMYK value is (32,0,8,90).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 90.20%
CMYK:
(32,0,8,90)
C32M0Y8K90 
(32%,0%,8%,90%)
(0.32/0.00/0.08/0.90)	

CMYK percentages

%32
%0
%8
%90.2

Codes

Color #111917 in popluar color models

111917
RGB172523
HSL165°19.05%8.24%
HSB/HSV165°32.00%9.80%
CMYK32.00%0.00%8.00%
90.20%

Color #111917 in popluar number systems.

HEX111917
Decimal172523
Binary100011100110111
Octal213127

Shades and tints

Shades of #111917

#111917
(17,25,23)
#101715
(16,23,21)
#0F1513
(15,21,19)
#0E1311
(14,19,17)
#0D110F
(13,17,15)
#0C0F0D
(12,15,13)
#0B0D0B
(11,13,11)
#0A0B09
(10,11,9)
#090907
(9,9,7)
#080705
(8,7,5)
#070503
(7,5,3)
#000000
(0,0,0)

Tints of #111917

#111917
(17,25,23)
#262D2C
(38,45,44)
#3B4141
(59,65,65)
#505556
(80,85,86)
#65696B
(101,105,107)
#7A7D80
(122,125,128)
#8F9195
(143,145,149)
#A4A5AA
(164,165,170)
#B9B9BF
(185,185,191)
#CECDD4
(206,205,212)
#E3E1E9
(227,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111917; }

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

This text font color is #111917.


Background Color

.myBgColor { background-color: #111917; }

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

This div background color is #111917.


Border color

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

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

This div border color is #111917.


Opacity

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

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

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

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

This text has shadow with #111917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111917 on black background.


Color preview on white background

This text has color #111917 on white background.



Black color preview on #111917 background

This text has black color on #111917 background.


White color preview on #111917 background

This text has white color on #111917 background.