COLOR #101509

HEX: #101509
RGB: (16,21,9)

Color info

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

RGB color model

#101509 color RGB value is (16,21,9).

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

RGB channels and saturation

R 16 of 255 = 6%
G 21 of 255 = 8%
B 9 of 255 = 4%

16
21
9

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

Portions of RGB colors in percentages

R + G + B =
16 + 21 + 9 = 46 (100%)
R 16 of 46 ~ 34.78%
G 21 of 46 ~ 45.65%
B 9 of 46 ~ 19.57%

%34.78
%45.65
%19.57

CMYK color model

#101509 color CMYK value is (24,0,57,92).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 91.76%
CMYK:
(24,0,57,92)
C24M0Y57K92 
(24%,0%,57%,92%)
(0.24/0.00/0.57/0.92)	

CMYK percentages

%23.81
%0
%57.14
%91.76

Codes

Color #101509 in popluar color models

101509
RGB16219
HSL85°40.00%5.88%
HSB/HSV85°57.14%8.24%
CMYK23.81%0.00%57.14%
91.76%

Color #101509 in popluar number systems.

HEX101509
Decimal16219
Binary10000101011001
Octal202511

Shades and tints

Shades of #101509

#101509
(16,21,9)
#0F1409
(15,20,9)
#0E1309
(14,19,9)
#0D1209
(13,18,9)
#0C1109
(12,17,9)
#0B1009
(11,16,9)
#0A0F09
(10,15,9)
#090E09
(9,14,9)
#080D09
(8,13,9)
#070C09
(7,12,9)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #101509

#101509
(16,21,9)
#252A1F
(37,42,31)
#3A3F35
(58,63,53)
#4F544B
(79,84,75)
#646961
(100,105,97)
#797E77
(121,126,119)
#8E938D
(142,147,141)
#A3A8A3
(163,168,163)
#B8BDB9
(184,189,185)
#CDD2CF
(205,210,207)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #101509; }

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

This text font color is #101509.


Background Color

.myBgColor { background-color: #101509; }

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

This div background color is #101509.


Border color

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

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

This div border color is #101509.


Opacity

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

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

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

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

This text has shadow with #101509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #101509 on black background.


Color preview on white background

This text has color #101509 on white background.



Black color preview on #101509 background

This text has black color on #101509 background.


White color preview on #101509 background

This text has white color on #101509 background.