COLOR #111418

HEX: #111418
RGB: (17,20,24)

Color info

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

RGB color model

#111418 color RGB value is (17,20,24).

  • red value is 17;
  • green value is 20;
  • blue value is 24.
RGB:
(17,20,24)
(7%,8%,9%)

RGB channels and saturation

R 17 of 255 = 7%
G 20 of 255 = 8%
B 24 of 255 = 9%

17
20
24

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

Portions of RGB colors in percentages

R + G + B =
17 + 20 + 24 = 61 (100%)
R 17 of 61 ~ 27.87%
G 20 of 61 ~ 32.79%
B 24 of 61 ~ 39.34%

%27.87
%32.79
%39.34

CMYK color model

#111418 color CMYK value is (29,17,0,91).

  • cyan value is 29.17%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(29,17,0,91)
C29M17Y0K91 
(29%,17%,0%,91%)
(0.29/0.17/0.00/0.91)	

CMYK percentages

%29.17
%16.67
%0
%90.59

Codes

Color #111418 in popluar color models

111418
RGB172024
HSL214°17.07%8.04%
HSB/HSV214°29.17%9.41%
CMYK29.17%16.67%0.00%
90.59%

Color #111418 in popluar number systems.

HEX111418
Decimal172024
Binary100011010011000
Octal212430

Shades and tints

Shades of #111418

#111418
(17,20,24)
#101316
(16,19,22)
#0F1214
(15,18,20)
#0E1112
(14,17,18)
#0D1010
(13,16,16)
#0C0F0E
(12,15,14)
#0B0E0C
(11,14,12)
#0A0D0A
(10,13,10)
#090C08
(9,12,8)
#080B06
(8,11,6)
#070A04
(7,10,4)
#000000
(0,0,0)

Tints of #111418

#111418
(17,20,24)
#26292D
(38,41,45)
#3B3E42
(59,62,66)
#505357
(80,83,87)
#65686C
(101,104,108)
#7A7D81
(122,125,129)
#8F9296
(143,146,150)
#A4A7AB
(164,167,171)
#B9BCC0
(185,188,192)
#CED1D5
(206,209,213)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111418 color. Also use rgb(17,20,24) instead hex code.

Text Font Color

.myTextColor { color: #111418; }

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

This text font color is #111418.


Background Color

.myBgColor { background-color: #111418; }

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

This div background color is #111418.


Border color

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

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

This div border color is #111418.


Opacity

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

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

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

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

This text has shadow with #111418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111418 on black background.


Color preview on white background

This text has color #111418 on white background.



Black color preview on #111418 background

This text has black color on #111418 background.


White color preview on #111418 background

This text has white color on #111418 background.