COLOR #101616

HEX: #101616
RGB: (16,22,22)

Color info

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

RGB color model

#101616 color RGB value is (16,22,22).

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

RGB channels and saturation

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

16
22
22

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

Portions of RGB colors in percentages

R + G + B =
16 + 22 + 22 = 60 (100%)
R 16 of 60 ~ 26.67%
G 22 of 60 ~ 36.67%
B 22 of 60 ~ 36.67%

%26.67
%36.67
%36.67

CMYK color model

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

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

CMYK percentages

%27.27
%0
%0
%91.37

Codes

Color #101616 in popluar color models

101616
RGB162222
HSL180°15.79%7.45%
HSB/HSV180°27.27%8.63%
CMYK27.27%0.00%0.00%
91.37%

Color #101616 in popluar number systems.

HEX101616
Decimal162222
Binary100001011010110
Octal202626

Shades and tints

Shades of #101616

#101616
(16,22,22)
#0F1414
(15,20,20)
#0E1212
(14,18,18)
#0D1010
(13,16,16)
#0C0E0E
(12,14,14)
#0B0C0C
(11,12,12)
#0A0A0A
(10,10,10)
#090808
(9,8,8)
#080606
(8,6,6)
#070404
(7,4,4)
#060202
(6,2,2)
#000000
(0,0,0)

Tints of #101616

#101616
(16,22,22)
#252B2B
(37,43,43)
#3A4040
(58,64,64)
#4F5555
(79,85,85)
#646A6A
(100,106,106)
#797F7F
(121,127,127)
#8E9494
(142,148,148)
#A3A9A9
(163,169,169)
#B8BEBE
(184,190,190)
#CDD3D3
(205,211,211)
#E2E8E8
(226,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #101616; }

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

This text font color is #101616.


Background Color

.myBgColor { background-color: #101616; }

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

This div background color is #101616.


Border color

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

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

This div border color is #101616.


Opacity

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

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

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

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

This text has shadow with #101616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #101616 on black background.


Color preview on white background

This text has color #101616 on white background.



Black color preview on #101616 background

This text has black color on #101616 background.


White color preview on #101616 background

This text has white color on #101616 background.