COLOR #111518

HEX: #111518 RGB: (17,21,24)

Color info

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

RGB color model

#111518 color RGB value is (17,21,24).

RGB: (17,21,24) (7%, 8%, 9%)

RGB channels and saturation

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

17
21
24

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

Portions of RGB colors in percentages

R + G + B = 17 + 21 + 24 = 62 (100%)
R 17 of 62 ~ 27.42%
G 21 of 62 ~ 33.87%
B 24 of 62 ~ 38.71'%

%27.42
%33.87
%38.71

CMYK color model

#111518 color CMYK value is (29,13,0,91).

  • cyan value is 29.17%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (29,13,0,91)
C29M13Y0K91 (29%, 13%, 0%, 91%)
(0.29 / 0.13 / 0.00 / 0.91)

CMYK percentages

%29.17
%12.5
%0
%90.59

Codes

Color #111518 in popluar color models

11 15 18
RGB 17 21 24
HSL 206° 17.07% 8.04%
HSB/HSV 206° 29.17% 9.41%
CMYK 29.17% 12.50% 0.00%
90.59%

Color #111518 in popluar number systems.

HEX 11 15 18
Decimal 17 21 24
Binary 10001 10101 11000
Octal 21 25 30

Shades and tints

Shades of #111518

#111518
(17,21,24)
#101416
(16,20,22)
#0F1314
(15,19,20)
#0E1212
(14,18,18)
#0D1110
(13,17,16)
#0C100E
(12,16,14)
#0B0F0C
(11,15,12)
#0A0E0A
(10,14,10)
#090D08
(9,13,8)
#080C06
(8,12,6)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #111518

#111518
(17,21,24)
#262A2D
(38,42,45)
#3B3F42
(59,63,66)
#505457
(80,84,87)
#65696C
(101,105,108)
#7A7E81
(122,126,129)
#8F9396
(143,147,150)
#A4A8AB
(164,168,171)
#B9BDC0
(185,189,192)
#CED2D5
(206,210,213)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111518; }

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

This text font color is #111518.

Background Color

.myBgColor { background-color: #111518; }

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

This div background color is #111518.

Border color

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

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

This div border color is #111518.

Opacity

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

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

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

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

This text has shadow with #111518 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111518.

Preview

Color preview on black background

This text has color #111518 on black background.


Color preview on white background

This text has color #111518 on white background.


Black color preview on #111518 background

This text has black color on #111518 background.


White color preview on #111518 background

This text has white color on #111518 background.


Related colors

Complementary color

Complementary color for #hex is #EEEAE7.


I love getcolorcode.com

Triadic colors

1 #181115 and #151811 with #111518 are triadic colors.

2 #181511 and #151118 with #111518 are triadic colors.