COLOR #101317

HEX: #101317
RGB: (16,19,23)

Color info

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

RGB color model

#101317 color RGB value is (16,19,23).

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

RGB channels and saturation

R 16 of 255 = 6%
G 19 of 255 = 7%
B 23 of 255 = 9%

16
19
23

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

Portions of RGB colors in percentages

R + G + B =
16 + 19 + 23 = 58 (100%)
R 16 of 58 ~ 27.59%
G 19 of 58 ~ 32.76%
B 23 of 58 ~ 39.66%

%27.59
%32.76
%39.66

CMYK color model

#101317 color CMYK value is (30,17,0,91).

  • cyan value is 30.43%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(30,17,0,91)
C30M17Y0K91 
(30%,17%,0%,91%)
(0.30/0.17/0.00/0.91)	

CMYK percentages

%30.43
%17.39
%0
%90.98

Codes

Color #101317 in popluar color models

101317
RGB161923
HSL214°17.95%7.65%
HSB/HSV214°30.43%9.02%
CMYK30.43%17.39%0.00%
90.98%

Color #101317 in popluar number systems.

HEX101317
Decimal161923
Binary100001001110111
Octal202327

Shades and tints

Shades of #101317

#101317
(16,19,23)
#0F1215
(15,18,21)
#0E1113
(14,17,19)
#0D1011
(13,16,17)
#0C0F0F
(12,15,15)
#0B0E0D
(11,14,13)
#0A0D0B
(10,13,11)
#090C09
(9,12,9)
#080B07
(8,11,7)
#070A05
(7,10,5)
#060903
(6,9,3)
#000000
(0,0,0)

Tints of #101317

#101317
(16,19,23)
#25282C
(37,40,44)
#3A3D41
(58,61,65)
#4F5256
(79,82,86)
#64676B
(100,103,107)
#797C80
(121,124,128)
#8E9195
(142,145,149)
#A3A6AA
(163,166,170)
#B8BBBF
(184,187,191)
#CDD0D4
(205,208,212)
#E2E5E9
(226,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #101317; }

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

This text font color is #101317.


Background Color

.myBgColor { background-color: #101317; }

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

This div background color is #101317.


Border color

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

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

This div border color is #101317.


Opacity

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

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

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

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

This text has shadow with #101317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #101317 on black background.


Color preview on white background

This text has color #101317 on white background.



Black color preview on #101317 background

This text has black color on #101317 background.


White color preview on #101317 background

This text has white color on #101317 background.