COLOR #111719

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

17
23
25

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

Portions of RGB colors in percentages

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

%26.15
%35.38
%38.46

CMYK color model

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

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

CMYK percentages

%32
%8
%0
%90.2

Codes

Color #111719 in popluar color models

111719
RGB172325
HSL195°19.05%8.24%
HSB/HSV195°32.00%9.80%
CMYK32.00%8.00%0.00%
90.20%

Color #111719 in popluar number systems.

HEX111719
Decimal172325
Binary100011011111001
Octal212731

Shades and tints

Shades of #111719

#111719
(17,23,25)
#101517
(16,21,23)
#0F1315
(15,19,21)
#0E1113
(14,17,19)
#0D0F11
(13,15,17)
#0C0D0F
(12,13,15)
#0B0B0D
(11,11,13)
#0A090B
(10,9,11)
#090709
(9,7,9)
#080507
(8,5,7)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #111719

#111719
(17,23,25)
#262C2D
(38,44,45)
#3B4141
(59,65,65)
#505655
(80,86,85)
#656B69
(101,107,105)
#7A807D
(122,128,125)
#8F9591
(143,149,145)
#A4AAA5
(164,170,165)
#B9BFB9
(185,191,185)
#CED4CD
(206,212,205)
#E3E9E1
(227,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111719; }

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

This text font color is #111719.


Background Color

.myBgColor { background-color: #111719; }

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

This div background color is #111719.


Border color

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

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

This div border color is #111719.


Opacity

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

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

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

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

This text has shadow with #111719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111719 on black background.


Color preview on white background

This text has color #111719 on white background.



Black color preview on #111719 background

This text has black color on #111719 background.


White color preview on #111719 background

This text has white color on #111719 background.