COLOR #101617

HEX: #101617
RGB: (16,22,23)

Color info

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

RGB color model

#101617 color RGB value is (16,22,23).

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

RGB channels and saturation

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

16
22
23

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

Portions of RGB colors in percentages

R + G + B =
16 + 22 + 23 = 61 (100%)
R 16 of 61 ~ 26.23%
G 22 of 61 ~ 36.07%
B 23 of 61 ~ 37.7%

%26.23
%36.07
%37.7

CMYK color model

#101617 color CMYK value is (30,4,0,91).

  • cyan value is 30.43%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(30,4,0,91)
C30M4Y0K91 
(30%,4%,0%,91%)
(0.30/0.04/0.00/0.91)	

CMYK percentages

%30.43
%4.35
%0
%90.98

Codes

Color #101617 in popluar color models

101617
RGB162223
HSL189°17.95%7.65%
HSB/HSV189°30.43%9.02%
CMYK30.43%4.35%0.00%
90.98%

Color #101617 in popluar number systems.

HEX101617
Decimal162223
Binary100001011010111
Octal202627

Shades and tints

Shades of #101617

#101617
(16,22,23)
#0F1415
(15,20,21)
#0E1213
(14,18,19)
#0D1011
(13,16,17)
#0C0E0F
(12,14,15)
#0B0C0D
(11,12,13)
#0A0A0B
(10,10,11)
#090809
(9,8,9)
#080607
(8,6,7)
#070405
(7,4,5)
#060203
(6,2,3)
#000000
(0,0,0)

Tints of #101617

#101617
(16,22,23)
#252B2C
(37,43,44)
#3A4041
(58,64,65)
#4F5556
(79,85,86)
#646A6B
(100,106,107)
#797F80
(121,127,128)
#8E9495
(142,148,149)
#A3A9AA
(163,169,170)
#B8BEBF
(184,190,191)
#CDD3D4
(205,211,212)
#E2E8E9
(226,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #101617; }

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

This text font color is #101617.


Background Color

.myBgColor { background-color: #101617; }

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

This div background color is #101617.


Border color

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

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

This div border color is #101617.


Opacity

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

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

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

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

This text has shadow with #101617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #101617 on black background.


Color preview on white background

This text has color #101617 on white background.



Black color preview on #101617 background

This text has black color on #101617 background.


White color preview on #101617 background

This text has white color on #101617 background.