COLOR #120E0F

HEX: #120E0F
RGB: (18,14,15)

Color info

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

RGB color model

#120E0F color RGB value is (18,14,15).

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

RGB channels and saturation

R 18 of 255 = 7%
G 14 of 255 = 5%
B 15 of 255 = 6%

18
14
15

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

Portions of RGB colors in percentages

R + G + B =
18 + 14 + 15 = 47 (100%)
R 18 of 47 ~ 38.3%
G 14 of 47 ~ 29.79%
B 15 of 47 ~ 31.91%

%38.3
%29.79
%31.91

CMYK color model

#120E0F color CMYK value is (0,22,17,93).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 16.67%
  • key color value is 92.94%
CMYK:
(0,22,17,93)
C0M22Y17K93 
(0%,22%,17%,93%)
(0.00/0.22/0.17/0.93)	

CMYK percentages

%0
%22.22
%16.67
%92.94

Codes

Color #120E0F in popluar color models

120E0F
RGB181415
HSL345°12.50%6.27%
HSB/HSV345°22.22%7.06%
CMYK0.00%22.22%16.67%
92.94%

Color #120E0F in popluar number systems.

HEX120E0F
Decimal181415
Binary1001011101111
Octal221617

Shades and tints

Shades of #120E0F

#120E0F
(18,14,15)
#110D0E
(17,13,14)
#100C0D
(16,12,13)
#0F0B0C
(15,11,12)
#0E0A0B
(14,10,11)
#0D090A
(13,9,10)
#0C0809
(12,8,9)
#0B0708
(11,7,8)
#0A0607
(10,6,7)
#090506
(9,5,6)
#080405
(8,4,5)
#000000
(0,0,0)

Tints of #120E0F

#120E0F
(18,14,15)
#272324
(39,35,36)
#3C3839
(60,56,57)
#514D4E
(81,77,78)
#666263
(102,98,99)
#7B7778
(123,119,120)
#908C8D
(144,140,141)
#A5A1A2
(165,161,162)
#BAB6B7
(186,182,183)
#CFCBCC
(207,203,204)
#E4E0E1
(228,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120E0F; }

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

This text font color is #120E0F.


Background Color

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

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

This div background color is #120E0F.


Border color

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

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

This div border color is #120E0F.


Opacity

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

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

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

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

This text has shadow with #120E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120E0F on black background.


Color preview on white background

This text has color #120E0F on white background.



Black color preview on #120E0F background

This text has black color on #120E0F background.


White color preview on #120E0F background

This text has white color on #120E0F background.