COLOR #101415

HEX: #101415
RGB: (16,20,21)

Color info

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

RGB color model

#101415 color RGB value is (16,20,21).

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

RGB channels and saturation

R 16 of 255 = 6%
G 20 of 255 = 8%
B 21 of 255 = 8%

16
20
21

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

Portions of RGB colors in percentages

R + G + B =
16 + 20 + 21 = 57 (100%)
R 16 of 57 ~ 28.07%
G 20 of 57 ~ 35.09%
B 21 of 57 ~ 36.84%

%28.07
%35.09
%36.84

CMYK color model

#101415 color CMYK value is (24,5,0,92).

  • cyan value is 23.81%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(24,5,0,92)
C24M5Y0K92 
(24%,5%,0%,92%)
(0.24/0.05/0.00/0.92)	

CMYK percentages

%23.81
%4.76
%0
%91.76

Codes

Color #101415 in popluar color models

101415
RGB162021
HSL192°13.51%7.25%
HSB/HSV192°23.81%8.24%
CMYK23.81%4.76%0.00%
91.76%

Color #101415 in popluar number systems.

HEX101415
Decimal162021
Binary100001010010101
Octal202425

Shades and tints

Shades of #101415

#101415
(16,20,21)
#0F1314
(15,19,20)
#0E1213
(14,18,19)
#0D1112
(13,17,18)
#0C1011
(12,16,17)
#0B0F10
(11,15,16)
#0A0E0F
(10,14,15)
#090D0E
(9,13,14)
#080C0D
(8,12,13)
#070B0C
(7,11,12)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #101415

#101415
(16,20,21)
#25292A
(37,41,42)
#3A3E3F
(58,62,63)
#4F5354
(79,83,84)
#646869
(100,104,105)
#797D7E
(121,125,126)
#8E9293
(142,146,147)
#A3A7A8
(163,167,168)
#B8BCBD
(184,188,189)
#CDD1D2
(205,209,210)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #101415; }

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

This text font color is #101415.


Background Color

.myBgColor { background-color: #101415; }

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

This div background color is #101415.


Border color

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

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

This div border color is #101415.


Opacity

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

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

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

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

This text has shadow with #101415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #101415 on black background.


Color preview on white background

This text has color #101415 on white background.



Black color preview on #101415 background

This text has black color on #101415 background.


White color preview on #101415 background

This text has white color on #101415 background.