COLOR #100713

HEX: #100713
RGB: (16,7,19)

Color info

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

RGB color model

#100713 color RGB value is (16,7,19).

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

RGB channels and saturation

R 16 of 255 = 6%
G 7 of 255 = 3%
B 19 of 255 = 7%

16
7
19

R + G + B ~ 5%. #100713 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 7 + 19 = 42 (100%)
R 16 of 42 ~ 38.1%
G 7 of 42 ~ 16.67%
B 19 of 42 ~ 45.24%

%38.1
%16.67
%45.24

CMYK color model

#100713 color CMYK value is (16,63,0,93).

  • cyan value is 15.79%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(16,63,0,93)
C16M63Y0K93 
(16%,63%,0%,93%)
(0.16/0.63/0.00/0.93)	

CMYK percentages

%15.79
%63.16
%0
%92.55

Codes

Color #100713 in popluar color models

100713
RGB16719
HSL285°46.15%5.10%
HSB/HSV285°63.16%7.45%
CMYK15.79%63.16%0.00%
92.55%

Color #100713 in popluar number systems.

HEX100713
Decimal16719
Binary1000011110011
Octal20723

Shades and tints

Shades of #100713

#100713
(16,7,19)
#0F0712
(15,7,18)
#0E0711
(14,7,17)
#0D0710
(13,7,16)
#0C070F
(12,7,15)
#0B070E
(11,7,14)
#0A070D
(10,7,13)
#09070C
(9,7,12)
#08070B
(8,7,11)
#07070A
(7,7,10)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #100713

#100713
(16,7,19)
#251D28
(37,29,40)
#3A333D
(58,51,61)
#4F4952
(79,73,82)
#645F67
(100,95,103)
#79757C
(121,117,124)
#8E8B91
(142,139,145)
#A3A1A6
(163,161,166)
#B8B7BB
(184,183,187)
#CDCDD0
(205,205,208)
#E2E3E5
(226,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #100713; }

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

This text font color is #100713.


Background Color

.myBgColor { background-color: #100713; }

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

This div background color is #100713.


Border color

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

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

This div border color is #100713.


Opacity

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

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

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

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

This text has shadow with #100713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #100713 on black background.


Color preview on white background

This text has color #100713 on white background.



Black color preview on #100713 background

This text has black color on #100713 background.


White color preview on #100713 background

This text has white color on #100713 background.