COLOR #100C12

HEX: #100C12
RGB: (16,12,18)

Color info

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

RGB color model

#100C12 color RGB value is (16,12,18).

  • red value is 16;
  • green value is 12;
  • blue value is 18.
RGB:
(16,12,18)
(6%,5%,7%)

RGB channels and saturation

R 16 of 255 = 6%
G 12 of 255 = 5%
B 18 of 255 = 7%

16
12
18

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

Portions of RGB colors in percentages

R + G + B =
16 + 12 + 18 = 46 (100%)
R 16 of 46 ~ 34.78%
G 12 of 46 ~ 26.09%
B 18 of 46 ~ 39.13%

%34.78
%26.09
%39.13

CMYK color model

#100C12 color CMYK value is (11,33,0,93).

  • cyan value is 11.11%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(11,33,0,93)
C11M33Y0K93 
(11%,33%,0%,93%)
(0.11/0.33/0.00/0.93)	

CMYK percentages

%11.11
%33.33
%0
%92.94

Codes

Color #100C12 in popluar color models

100C12
RGB161218
HSL280°20.00%5.88%
HSB/HSV280°33.33%7.06%
CMYK11.11%33.33%0.00%
92.94%

Color #100C12 in popluar number systems.

HEX100C12
Decimal161218
Binary10000110010010
Octal201422

Shades and tints

Shades of #100C12

#100C12
(16,12,18)
#0F0B11
(15,11,17)
#0E0A10
(14,10,16)
#0D090F
(13,9,15)
#0C080E
(12,8,14)
#0B070D
(11,7,13)
#0A060C
(10,6,12)
#09050B
(9,5,11)
#08040A
(8,4,10)
#070309
(7,3,9)
#060208
(6,2,8)
#000000
(0,0,0)

Tints of #100C12

#100C12
(16,12,18)
#252227
(37,34,39)
#3A383C
(58,56,60)
#4F4E51
(79,78,81)
#646466
(100,100,102)
#797A7B
(121,122,123)
#8E9090
(142,144,144)
#A3A6A5
(163,166,165)
#B8BCBA
(184,188,186)
#CDD2CF
(205,210,207)
#E2E8E4
(226,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #100C12 color. Also use rgb(16,12,18) instead hex code.

Text Font Color

.myTextColor { color: #100C12; }

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

This text font color is #100C12.


Background Color

.myBgColor { background-color: #100C12; }

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

This div background color is #100C12.


Border color

.myBorderColor { border: 1px solid #100C12; }

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

This div border color is #100C12.


Opacity

.myOpacity80 { color: #100C12; opacity: 0.8; }

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

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

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

This text has shadow with #100C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #100C12 on black background.


Color preview on white background

This text has color #100C12 on white background.



Black color preview on #100C12 background

This text has black color on #100C12 background.


White color preview on #100C12 background

This text has white color on #100C12 background.