COLOR #10120F

HEX: #10120F
RGB: (16,18,15)

Color info

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

RGB color model

#10120F color RGB value is (16,18,15).

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

RGB channels and saturation

R 16 of 255 = 6%
G 18 of 255 = 7%
B 15 of 255 = 6%

16
18
15

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

Portions of RGB colors in percentages

R + G + B =
16 + 18 + 15 = 49 (100%)
R 16 of 49 ~ 32.65%
G 18 of 49 ~ 36.73%
B 15 of 49 ~ 30.61%

%32.65
%36.73
%30.61

CMYK color model

#10120F color CMYK value is (11,0,17,93).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 92.94%
CMYK:
(11,0,17,93)
C11M0Y17K93 
(11%,0%,17%,93%)
(0.11/0.00/0.17/0.93)	

CMYK percentages

%11.11
%0
%16.67
%92.94

Codes

Color #10120F in popluar color models

10120F
RGB161815
HSL100°9.09%6.47%
HSB/HSV100°16.67%7.06%
CMYK11.11%0.00%16.67%
92.94%

Color #10120F in popluar number systems.

HEX10120F
Decimal161815
Binary10000100101111
Octal202217

Shades and tints

Shades of #10120F

#10120F
(16,18,15)
#0F110E
(15,17,14)
#0E100D
(14,16,13)
#0D0F0C
(13,15,12)
#0C0E0B
(12,14,11)
#0B0D0A
(11,13,10)
#0A0C09
(10,12,9)
#090B08
(9,11,8)
#080A07
(8,10,7)
#070906
(7,9,6)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #10120F

#10120F
(16,18,15)
#252724
(37,39,36)
#3A3C39
(58,60,57)
#4F514E
(79,81,78)
#646663
(100,102,99)
#797B78
(121,123,120)
#8E908D
(142,144,141)
#A3A5A2
(163,165,162)
#B8BAB7
(184,186,183)
#CDCFCC
(205,207,204)
#E2E4E1
(226,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10120F color. Also use rgb(16,18,15) instead hex code.

Text Font Color

.myTextColor { color: #10120F; }

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

This text font color is #10120F.


Background Color

.myBgColor { background-color: #10120F; }

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

This div background color is #10120F.


Border color

.myBorderColor { border: 1px solid #10120F; }

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

This div border color is #10120F.


Opacity

.myOpacity80 { color: #10120F; opacity: 0.8; }

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

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

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

This text has shadow with #10120F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10120F on black background.


Color preview on white background

This text has color #10120F on white background.



Black color preview on #10120F background

This text has black color on #10120F background.


White color preview on #10120F background

This text has white color on #10120F background.