COLOR #111317

HEX: #111317
RGB: (17,19,23)

Color info

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

RGB color model

#111317 color RGB value is (17,19,23).

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

RGB channels and saturation

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

17
19
23

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

Portions of RGB colors in percentages

R + G + B =
17 + 19 + 23 = 59 (100%)
R 17 of 59 ~ 28.81%
G 19 of 59 ~ 32.2%
B 23 of 59 ~ 38.98%

%28.81
%32.2
%38.98

CMYK color model

#111317 color CMYK value is (26,17,0,91).

  • cyan value is 26.09%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(26,17,0,91)
C26M17Y0K91 
(26%,17%,0%,91%)
(0.26/0.17/0.00/0.91)	

CMYK percentages

%26.09
%17.39
%0
%90.98

Codes

Color #111317 in popluar color models

111317
RGB171923
HSL220°15.00%7.84%
HSB/HSV220°26.09%9.02%
CMYK26.09%17.39%0.00%
90.98%

Color #111317 in popluar number systems.

HEX111317
Decimal171923
Binary100011001110111
Octal212327

Shades and tints

Shades of #111317

#111317
(17,19,23)
#101215
(16,18,21)
#0F1113
(15,17,19)
#0E1011
(14,16,17)
#0D0F0F
(13,15,15)
#0C0E0D
(12,14,13)
#0B0D0B
(11,13,11)
#0A0C09
(10,12,9)
#090B07
(9,11,7)
#080A05
(8,10,5)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #111317

#111317
(17,19,23)
#26282C
(38,40,44)
#3B3D41
(59,61,65)
#505256
(80,82,86)
#65676B
(101,103,107)
#7A7C80
(122,124,128)
#8F9195
(143,145,149)
#A4A6AA
(164,166,170)
#B9BBBF
(185,187,191)
#CED0D4
(206,208,212)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111317; }

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

This text font color is #111317.


Background Color

.myBgColor { background-color: #111317; }

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

This div background color is #111317.


Border color

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

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

This div border color is #111317.


Opacity

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

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

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

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

This text has shadow with #111317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111317 on black background.


Color preview on white background

This text has color #111317 on white background.



Black color preview on #111317 background

This text has black color on #111317 background.


White color preview on #111317 background

This text has white color on #111317 background.