COLOR #101309

HEX: #101309
RGB: (16,19,9)

Color info

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

RGB color model

#101309 color RGB value is (16,19,9).

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

RGB channels and saturation

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

16
19
9

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

Portions of RGB colors in percentages

R + G + B =
16 + 19 + 9 = 44 (100%)
R 16 of 44 ~ 36.36%
G 19 of 44 ~ 43.18%
B 9 of 44 ~ 20.45%

%36.36
%43.18
%20.45

CMYK color model

#101309 color CMYK value is (16,0,53,93).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 92.55%
CMYK:
(16,0,53,93)
C16M0Y53K93 
(16%,0%,53%,93%)
(0.16/0.00/0.53/0.93)	

CMYK percentages

%15.79
%0
%52.63
%92.55

Codes

Color #101309 in popluar color models

101309
RGB16199
HSL78°35.71%5.49%
HSB/HSV78°52.63%7.45%
CMYK15.79%0.00%52.63%
92.55%

Color #101309 in popluar number systems.

HEX101309
Decimal16199
Binary10000100111001
Octal202311

Shades and tints

Shades of #101309

#101309
(16,19,9)
#0F1209
(15,18,9)
#0E1109
(14,17,9)
#0D1009
(13,16,9)
#0C0F09
(12,15,9)
#0B0E09
(11,14,9)
#0A0D09
(10,13,9)
#090C09
(9,12,9)
#080B09
(8,11,9)
#070A09
(7,10,9)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #101309

#101309
(16,19,9)
#25281F
(37,40,31)
#3A3D35
(58,61,53)
#4F524B
(79,82,75)
#646761
(100,103,97)
#797C77
(121,124,119)
#8E918D
(142,145,141)
#A3A6A3
(163,166,163)
#B8BBB9
(184,187,185)
#CDD0CF
(205,208,207)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #101309; }

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

This text font color is #101309.


Background Color

.myBgColor { background-color: #101309; }

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

This div background color is #101309.


Border color

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

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

This div border color is #101309.


Opacity

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

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

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

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

This text has shadow with #101309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #101309 on black background.


Color preview on white background

This text has color #101309 on white background.



Black color preview on #101309 background

This text has black color on #101309 background.


White color preview on #101309 background

This text has white color on #101309 background.