COLOR #0F120E

HEX: #0F120E RGB: (15,18,14)

Color info

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

RGB color model

#0F120E color RGB value is (15,18,14).

RGB: (15,18,14) (6%, 7%, 5%)

RGB channels and saturation

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

15
18
14

R + G + B ~ 6%. #0F120E is dark color.

Portions of RGB colors in percentages

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

%31.91
%38.3
%29.79

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 92.94%

CMYK: (17,0,22,93)
C17M0Y22K93 (17%, 0%, 22%, 93%)
(0.17 / 0.00 / 0.22 / 0.93)

CMYK percentages

%16.67
%0
%22.22
%92.94

Codes

Color #0F120E in popluar color models

0F 12 0E
RGB 15 18 14
HSL 105° 12.50% 6.27%
HSB/HSV 105° 22.22% 7.06%
CMYK 16.67% 0.00% 22.22%
92.94%

Color #0F120E in popluar number systems.

HEX 0F 12 0E
Decimal 15 18 14
Binary 1111 10010 1110
Octal 17 22 16

Shades and tints

Shades of #0F120E

#0F120E
(15,18,14)
#0E110D
(14,17,13)
#0D100C
(13,16,12)
#0C0F0B
(12,15,11)
#0B0E0A
(11,14,10)
#0A0D09
(10,13,9)
#090C08
(9,12,8)
#080B07
(8,11,7)
#070A06
(7,10,6)
#060905
(6,9,5)
#050804
(5,8,4)
#000000
(0,0,0)

Tints of #0F120E

#0F120E
(15,18,14)
#242723
(36,39,35)
#393C38
(57,60,56)
#4E514D
(78,81,77)
#636662
(99,102,98)
#787B77
(120,123,119)
#8D908C
(141,144,140)
#A2A5A1
(162,165,161)
#B7BAB6
(183,186,182)
#CCCFCB
(204,207,203)
#E1E4E0
(225,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F120E; }

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

This text font color is #0F120E.

Background Color

.myBgColor { background-color: #0F120E; }

<div style="background-color:#0F120E">Inner text</div>

This div background color is #0F120E.

Border color

.myBorderColor { border: 1px solid #0F120E; }

<div style="border:3px solid #0F120E">Div</div>

This div border color is #0F120E.

Opacity

.myOpacity80 { color: #0F120E; opacity: 0.8; }

<p style="color:#0F120E;opacity:0.8;">80%</p>

Text with #0F120E 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 #0F120E;}

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

This text has shadow with #0F120E color.


.textShadow {text-shadow: 3px 3px 1px #0F120E', 3px 3px 1px red;}

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

This text has shadow with #0F120E primary color and red secondary color.


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

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

This text has shadow with #0F120E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F120E; -webkit-box-shadow: 1px 1px 3px 2px #0F120E; box-shadow:1px 1px 3px 2px #0F120E;">
Div content here
</div>

This div box has shadow with color #0F120E.

Preview

Color preview on black background

This text has color #0F120E on black background.


Color preview on white background

This text has color #0F120E on white background.


Black color preview on #0F120E background

This text has black color on #0F120E background.


White color preview on #0F120E background

This text has white color on #0F120E background.


Related colors

Complementary color

Complementary color for #hex is #F0EDF1.


I love getcolorcode.com

Triadic colors

1 #0E0F12 and #120E0F with #0F120E are triadic colors.

2 #0E120F and #120F0E with #0F120E are triadic colors.