COLOR #111013

HEX: #111013
RGB: (17,16,19)

Color info

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

RGB color model

#111013 color RGB value is (17,16,19).

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

RGB channels and saturation

R 17 of 255 = 7%
G 16 of 255 = 6%
B 19 of 255 = 7%

17
16
19

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

Portions of RGB colors in percentages

R + G + B =
17 + 16 + 19 = 52 (100%)
R 17 of 52 ~ 32.69%
G 16 of 52 ~ 30.77%
B 19 of 52 ~ 36.54%

%32.69
%30.77
%36.54

CMYK color model

#111013 color CMYK value is (11,16,0,93).

  • cyan value is 10.53%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(11,16,0,93)
C11M16Y0K93 
(11%,16%,0%,93%)
(0.11/0.16/0.00/0.93)	

CMYK percentages

%10.53
%15.79
%0
%92.55

Codes

Color #111013 in popluar color models

111013
RGB171619
HSL260°8.57%6.86%
HSB/HSV260°15.79%7.45%
CMYK10.53%15.79%0.00%
92.55%

Color #111013 in popluar number systems.

HEX111013
Decimal171619
Binary100011000010011
Octal212023

Shades and tints

Shades of #111013

#111013
(17,16,19)
#100F12
(16,15,18)
#0F0E11
(15,14,17)
#0E0D10
(14,13,16)
#0D0C0F
(13,12,15)
#0C0B0E
(12,11,14)
#0B0A0D
(11,10,13)
#0A090C
(10,9,12)
#09080B
(9,8,11)
#08070A
(8,7,10)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #111013

#111013
(17,16,19)
#262528
(38,37,40)
#3B3A3D
(59,58,61)
#504F52
(80,79,82)
#656467
(101,100,103)
#7A797C
(122,121,124)
#8F8E91
(143,142,145)
#A4A3A6
(164,163,166)
#B9B8BB
(185,184,187)
#CECDD0
(206,205,208)
#E3E2E5
(227,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111013; }

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

This text font color is #111013.


Background Color

.myBgColor { background-color: #111013; }

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

This div background color is #111013.


Border color

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

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

This div border color is #111013.


Opacity

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

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

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

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

This text has shadow with #111013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111013 on black background.


Color preview on white background

This text has color #111013 on white background.



Black color preview on #111013 background

This text has black color on #111013 background.


White color preview on #111013 background

This text has white color on #111013 background.