COLOR #101115

HEX: #101115
RGB: (16,17,21)

Color info

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

RGB color model

#101115 color RGB value is (16,17,21).

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

RGB channels and saturation

R 16 of 255 = 6%
G 17 of 255 = 7%
B 21 of 255 = 8%

16
17
21

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

Portions of RGB colors in percentages

R + G + B =
16 + 17 + 21 = 54 (100%)
R 16 of 54 ~ 29.63%
G 17 of 54 ~ 31.48%
B 21 of 54 ~ 38.89%

%29.63
%31.48
%38.89

CMYK color model

#101115 color CMYK value is (24,19,0,92).

  • cyan value is 23.81%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(24,19,0,92)
C24M19Y0K92 
(24%,19%,0%,92%)
(0.24/0.19/0.00/0.92)	

CMYK percentages

%23.81
%19.05
%0
%91.76

Codes

Color #101115 in popluar color models

101115
RGB161721
HSL228°13.51%7.25%
HSB/HSV228°23.81%8.24%
CMYK23.81%19.05%0.00%
91.76%

Color #101115 in popluar number systems.

HEX101115
Decimal161721
Binary100001000110101
Octal202125

Shades and tints

Shades of #101115

#101115
(16,17,21)
#0F1014
(15,16,20)
#0E0F13
(14,15,19)
#0D0E12
(13,14,18)
#0C0D11
(12,13,17)
#0B0C10
(11,12,16)
#0A0B0F
(10,11,15)
#090A0E
(9,10,14)
#08090D
(8,9,13)
#07080C
(7,8,12)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #101115

#101115
(16,17,21)
#25262A
(37,38,42)
#3A3B3F
(58,59,63)
#4F5054
(79,80,84)
#646569
(100,101,105)
#797A7E
(121,122,126)
#8E8F93
(142,143,147)
#A3A4A8
(163,164,168)
#B8B9BD
(184,185,189)
#CDCED2
(205,206,210)
#E2E3E7
(226,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #101115; }

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

This text font color is #101115.


Background Color

.myBgColor { background-color: #101115; }

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

This div background color is #101115.


Border color

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

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

This div border color is #101115.


Opacity

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

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

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

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

This text has shadow with #101115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #101115 on black background.


Color preview on white background

This text has color #101115 on white background.



Black color preview on #101115 background

This text has black color on #101115 background.


White color preview on #101115 background

This text has white color on #101115 background.