COLOR #0F110C

HEX: #0F110C
RGB: (15,17,12)

Color info

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

RGB color model

#0F110C color RGB value is (15,17,12).

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

RGB channels and saturation

R 15 of 255 = 6%
G 17 of 255 = 7%
B 12 of 255 = 5%

15
17
12

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

Portions of RGB colors in percentages

R + G + B =
15 + 17 + 12 = 44 (100%)
R 15 of 44 ~ 34.09%
G 17 of 44 ~ 38.64%
B 12 of 44 ~ 27.27%

%34.09
%38.64
%27.27

CMYK color model

#0F110C color CMYK value is (12,0,29,93).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 93.33%
CMYK:
(12,0,29,93)
C12M0Y29K93 
(12%,0%,29%,93%)
(0.12/0.00/0.29/0.93)	

CMYK percentages

%11.76
%0
%29.41
%93.33

Codes

Color #0F110C in popluar color models

0F110C
RGB151712
HSL84°17.24%5.69%
HSB/HSV84°29.41%6.67%
CMYK11.76%0.00%29.41%
93.33%

Color #0F110C in popluar number systems.

HEX0F110C
Decimal151712
Binary1111100011100
Octal172114

Shades and tints

Shades of #0F110C

#0F110C
(15,17,12)
#0E100B
(14,16,11)
#0D0F0A
(13,15,10)
#0C0E09
(12,14,9)
#0B0D08
(11,13,8)
#0A0C07
(10,12,7)
#090B06
(9,11,6)
#080A05
(8,10,5)
#070904
(7,9,4)
#060803
(6,8,3)
#050702
(5,7,2)
#000000
(0,0,0)

Tints of #0F110C

#0F110C
(15,17,12)
#242622
(36,38,34)
#393B38
(57,59,56)
#4E504E
(78,80,78)
#636564
(99,101,100)
#787A7A
(120,122,122)
#8D8F90
(141,143,144)
#A2A4A6
(162,164,166)
#B7B9BC
(183,185,188)
#CCCED2
(204,206,210)
#E1E3E8
(225,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F110C color. Also use rgb(15,17,12) instead hex code.

Text Font Color

.myTextColor { color: #0F110C; }

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

This text font color is #0F110C.


Background Color

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

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

This div background color is #0F110C.


Border color

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

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

This div border color is #0F110C.


Opacity

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

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

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

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

This text has shadow with #0F110C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F110C on black background.


Color preview on white background

This text has color #0F110C on white background.



Black color preview on #0F110C background

This text has black color on #0F110C background.


White color preview on #0F110C background

This text has white color on #0F110C background.