COLOR #101516

HEX: #101516
RGB: (16,21,22)

Color info

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

RGB color model

#101516 color RGB value is (16,21,22).

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

RGB channels and saturation

R 16 of 255 = 6%
G 21 of 255 = 8%
B 22 of 255 = 9%

16
21
22

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

Portions of RGB colors in percentages

R + G + B =
16 + 21 + 22 = 59 (100%)
R 16 of 59 ~ 27.12%
G 21 of 59 ~ 35.59%
B 22 of 59 ~ 37.29%

%27.12
%35.59
%37.29

CMYK color model

#101516 color CMYK value is (27,5,0,91).

  • cyan value is 27.27%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(27,5,0,91)
C27M5Y0K91 
(27%,5%,0%,91%)
(0.27/0.05/0.00/0.91)	

CMYK percentages

%27.27
%4.55
%0
%91.37

Codes

Color #101516 in popluar color models

101516
RGB162122
HSL190°15.79%7.45%
HSB/HSV190°27.27%8.63%
CMYK27.27%4.55%0.00%
91.37%

Color #101516 in popluar number systems.

HEX101516
Decimal162122
Binary100001010110110
Octal202526

Shades and tints

Shades of #101516

#101516
(16,21,22)
#0F1414
(15,20,20)
#0E1312
(14,19,18)
#0D1210
(13,18,16)
#0C110E
(12,17,14)
#0B100C
(11,16,12)
#0A0F0A
(10,15,10)
#090E08
(9,14,8)
#080D06
(8,13,6)
#070C04
(7,12,4)
#060B02
(6,11,2)
#000000
(0,0,0)

Tints of #101516

#101516
(16,21,22)
#252A2B
(37,42,43)
#3A3F40
(58,63,64)
#4F5455
(79,84,85)
#64696A
(100,105,106)
#797E7F
(121,126,127)
#8E9394
(142,147,148)
#A3A8A9
(163,168,169)
#B8BDBE
(184,189,190)
#CDD2D3
(205,210,211)
#E2E7E8
(226,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #101516; }

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

This text font color is #101516.


Background Color

.myBgColor { background-color: #101516; }

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

This div background color is #101516.


Border color

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

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

This div border color is #101516.


Opacity

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

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

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

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

This text has shadow with #101516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #101516 on black background.


Color preview on white background

This text has color #101516 on white background.



Black color preview on #101516 background

This text has black color on #101516 background.


White color preview on #101516 background

This text has white color on #101516 background.