COLOR #101011

HEX: #101011 RGB: (16,16,17)

Color info

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

RGB color model

#101011 color RGB value is (16,16,17).

RGB: (16,16,17) (6%, 6%, 7%)

RGB channels and saturation

R 16 of 255 = 6%
G 16 of 255 = 6%
B 17 of 255 = 7%

16
16
17

R + G + B ~ 6%. #101011 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 16 + 17 = 49 (100%)
R 16 of 49 ~ 32.65%
G 16 of 49 ~ 32.65%
B 17 of 49 ~ 34.69'%

%32.65
%32.65
%34.69

CMYK color model

#101011 color CMYK value is (6,6,0,93).

  • cyan value is 5.88%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 93.33%

CMYK: (6,6,0,93)
C6M6Y0K93 (6%, 6%, 0%, 93%)
(0.06 / 0.06 / 0.00 / 0.93)

CMYK percentages

%5.88
%5.88
%0
%93.33

Codes

Color #101011 in popluar color models

10 10 11
RGB 16 16 17
HSL 240° 3.03% 6.47%
HSB/HSV 240° 5.88% 6.67%
CMYK 5.88% 5.88% 0.00%
93.33%

Color #101011 in popluar number systems.

HEX 10 10 11
Decimal 16 16 17
Binary 10000 10000 10001
Octal 20 20 21

Shades and tints

Shades of #101011

#101011
(16,16,17)
#0F0F10
(15,15,16)
#0E0E0F
(14,14,15)
#0D0D0E
(13,13,14)
#0C0C0D
(12,12,13)
#0B0B0C
(11,11,12)
#0A0A0B
(10,10,11)
#09090A
(9,9,10)
#080809
(8,8,9)
#070708
(7,7,8)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #101011

#101011
(16,16,17)
#252526
(37,37,38)
#3A3A3B
(58,58,59)
#4F4F50
(79,79,80)
#646465
(100,100,101)
#79797A
(121,121,122)
#8E8E8F
(142,142,143)
#A3A3A4
(163,163,164)
#B8B8B9
(184,184,185)
#CDCDCE
(205,205,206)
#E2E2E3
(226,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #101011; }

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

This text font color is #101011.

Background Color

.myBgColor { background-color: #101011; }

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

This div background color is #101011.

Border color

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

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

This div border color is #101011.

Opacity

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

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

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

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

This text has shadow with #101011 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #101011.

Preview

Color preview on black background

This text has color #101011 on black background.


Color preview on white background

This text has color #101011 on white background.


Black color preview on #101011 background

This text has black color on #101011 background.


White color preview on #101011 background

This text has white color on #101011 background.


Related colors

Complementary color

Complementary color for #hex is #EFEFEE.


I love getcolorcode.com