COLOR #120F12

HEX: #120F12
RGB: (18,15,18)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
15
18

R + G + B ~ 7%. #120F12 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 15 + 18 = 51 (100%)
R 18 of 51 ~ 35.29%
G 15 of 51 ~ 29.41%
B 18 of 51 ~ 35.29%

%35.29
%29.41
%35.29

CMYK color model

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

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

CMYK percentages

%0
%16.67
%0
%92.94

Codes

Color #120F12 in popluar color models

120F12
RGB181518
HSL300°9.09%6.47%
HSB/HSV300°16.67%7.06%
CMYK0.00%16.67%0.00%
92.94%

Color #120F12 in popluar number systems.

HEX120F12
Decimal181518
Binary10010111110010
Octal221722

Shades and tints

Shades of #120F12

#120F12
(18,15,18)
#110E11
(17,14,17)
#100D10
(16,13,16)
#0F0C0F
(15,12,15)
#0E0B0E
(14,11,14)
#0D0A0D
(13,10,13)
#0C090C
(12,9,12)
#0B080B
(11,8,11)
#0A070A
(10,7,10)
#090609
(9,6,9)
#080508
(8,5,8)
#000000
(0,0,0)

Tints of #120F12

#120F12
(18,15,18)
#272427
(39,36,39)
#3C393C
(60,57,60)
#514E51
(81,78,81)
#666366
(102,99,102)
#7B787B
(123,120,123)
#908D90
(144,141,144)
#A5A2A5
(165,162,165)
#BAB7BA
(186,183,186)
#CFCCCF
(207,204,207)
#E4E1E4
(228,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120F12; }

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

This text font color is #120F12.


Background Color

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

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

This div background color is #120F12.


Border color

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

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

This div border color is #120F12.


Opacity

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

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

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

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

This text has shadow with #120F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120F12 on black background.


Color preview on white background

This text has color #120F12 on white background.



Black color preview on #120F12 background

This text has black color on #120F12 background.


White color preview on #120F12 background

This text has white color on #120F12 background.