COLOR #101615

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

16
22
21

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

Portions of RGB colors in percentages

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

%27.12
%37.29
%35.59

CMYK color model

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

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

CMYK percentages

%27.27
%0
%4.55
%91.37

Codes

Color #101615 in popluar color models

101615
RGB162221
HSL170°15.79%7.45%
HSB/HSV170°27.27%8.63%
CMYK27.27%0.00%4.55%
91.37%

Color #101615 in popluar number systems.

HEX101615
Decimal162221
Binary100001011010101
Octal202625

Shades and tints

Shades of #101615

#101615
(16,22,21)
#0F1414
(15,20,20)
#0E1213
(14,18,19)
#0D1012
(13,16,18)
#0C0E11
(12,14,17)
#0B0C10
(11,12,16)
#0A0A0F
(10,10,15)
#09080E
(9,8,14)
#08060D
(8,6,13)
#07040C
(7,4,12)
#06020B
(6,2,11)
#000000
(0,0,0)

Tints of #101615

#101615
(16,22,21)
#252B2A
(37,43,42)
#3A403F
(58,64,63)
#4F5554
(79,85,84)
#646A69
(100,106,105)
#797F7E
(121,127,126)
#8E9493
(142,148,147)
#A3A9A8
(163,169,168)
#B8BEBD
(184,190,189)
#CDD3D2
(205,211,210)
#E2E8E7
(226,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #101615; }

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

This text font color is #101615.


Background Color

.myBgColor { background-color: #101615; }

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

This div background color is #101615.


Border color

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

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

This div border color is #101615.


Opacity

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

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

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

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

This text has shadow with #101615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #101615 on black background.


Color preview on white background

This text has color #101615 on white background.



Black color preview on #101615 background

This text has black color on #101615 background.


White color preview on #101615 background

This text has white color on #101615 background.