COLOR #111114

HEX: #111114
RGB: (17,17,20)

Color info

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

RGB color model

#111114 color RGB value is (17,17,20).

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

RGB channels and saturation

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

17
17
20

R + G + B ~ 7%. #111114 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 17 + 20 = 54 (100%)
R 17 of 54 ~ 31.48%
G 17 of 54 ~ 31.48%
B 20 of 54 ~ 37.04%

%31.48
%31.48
%37.04

CMYK color model

#111114 color CMYK value is (15,15,0,92).

  • cyan value is 15.00%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(15,15,0,92)
C15M15Y0K92 
(15%,15%,0%,92%)
(0.15/0.15/0.00/0.92)	

CMYK percentages

%15
%15
%0
%92.16

Codes

Color #111114 in popluar color models

111114
RGB171720
HSL240°8.11%7.25%
HSB/HSV240°15.00%7.84%
CMYK15.00%15.00%0.00%
92.16%

Color #111114 in popluar number systems.

HEX111114
Decimal171720
Binary100011000110100
Octal212124

Shades and tints

Shades of #111114

#111114
(17,17,20)
#101013
(16,16,19)
#0F0F12
(15,15,18)
#0E0E11
(14,14,17)
#0D0D10
(13,13,16)
#0C0C0F
(12,12,15)
#0B0B0E
(11,11,14)
#0A0A0D
(10,10,13)
#09090C
(9,9,12)
#08080B
(8,8,11)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #111114

#111114
(17,17,20)
#262629
(38,38,41)
#3B3B3E
(59,59,62)
#505053
(80,80,83)
#656568
(101,101,104)
#7A7A7D
(122,122,125)
#8F8F92
(143,143,146)
#A4A4A7
(164,164,167)
#B9B9BC
(185,185,188)
#CECED1
(206,206,209)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111114; }

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

This text font color is #111114.


Background Color

.myBgColor { background-color: #111114; }

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

This div background color is #111114.


Border color

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

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

This div border color is #111114.


Opacity

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

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

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

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

This text has shadow with #111114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111114 on black background.


Color preview on white background

This text has color #111114 on white background.



Black color preview on #111114 background

This text has black color on #111114 background.


White color preview on #111114 background

This text has white color on #111114 background.