COLOR #120F10

HEX: #120F10
RGB: (18,15,16)

Color info

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

RGB color model

#120F10 color RGB value is (18,15,16).

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

RGB channels and saturation

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

18
15
16

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

Portions of RGB colors in percentages

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

%36.73
%30.61
%32.65

CMYK color model

#120F10 color CMYK value is (0,17,11,93).

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

CMYK percentages

%0
%16.67
%11.11
%92.94

Codes

Color #120F10 in popluar color models

120F10
RGB181516
HSL340°9.09%6.47%
HSB/HSV340°16.67%7.06%
CMYK0.00%16.67%11.11%
92.94%

Color #120F10 in popluar number systems.

HEX120F10
Decimal181516
Binary10010111110000
Octal221720

Shades and tints

Shades of #120F10

#120F10
(18,15,16)
#110E0F
(17,14,15)
#100D0E
(16,13,14)
#0F0C0D
(15,12,13)
#0E0B0C
(14,11,12)
#0D0A0B
(13,10,11)
#0C090A
(12,9,10)
#0B0809
(11,8,9)
#0A0708
(10,7,8)
#090607
(9,6,7)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #120F10

#120F10
(18,15,16)
#272425
(39,36,37)
#3C393A
(60,57,58)
#514E4F
(81,78,79)
#666364
(102,99,100)
#7B7879
(123,120,121)
#908D8E
(144,141,142)
#A5A2A3
(165,162,163)
#BAB7B8
(186,183,184)
#CFCCCD
(207,204,205)
#E4E1E2
(228,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120F10; }

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

This text font color is #120F10.


Background Color

.myBgColor { background-color: #120F10; }

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

This div background color is #120F10.


Border color

.myBorderColor { border: 1px solid #120F10; }

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

This div border color is #120F10.


Opacity

.myOpacity80 { color: #120F10; opacity: 0.8; }

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

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

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

This text has shadow with #120F10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120F10 on black background.


Color preview on white background

This text has color #120F10 on white background.



Black color preview on #120F10 background

This text has black color on #120F10 background.


White color preview on #120F10 background

This text has white color on #120F10 background.