COLOR #0F110E

HEX: #0F110E
RGB: (15,17,14)

Color info

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

RGB color model

#0F110E color RGB value is (15,17,14).

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

RGB channels and saturation

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

15
17
14

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

Portions of RGB colors in percentages

R + G + B =
15 + 17 + 14 = 46 (100%)
R 15 of 46 ~ 32.61%
G 17 of 46 ~ 36.96%
B 14 of 46 ~ 30.43%

%32.61
%36.96
%30.43

CMYK color model

#0F110E color CMYK value is (12,0,18,93).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 93.33%
CMYK:
(12,0,18,93)
C12M0Y18K93 
(12%,0%,18%,93%)
(0.12/0.00/0.18/0.93)	

CMYK percentages

%11.76
%0
%17.65
%93.33

Codes

Color #0F110E in popluar color models

0F110E
RGB151714
HSL100°9.68%6.08%
HSB/HSV100°17.65%6.67%
CMYK11.76%0.00%17.65%
93.33%

Color #0F110E in popluar number systems.

HEX0F110E
Decimal151714
Binary1111100011110
Octal172116

Shades and tints

Shades of #0F110E

#0F110E
(15,17,14)
#0E100D
(14,16,13)
#0D0F0C
(13,15,12)
#0C0E0B
(12,14,11)
#0B0D0A
(11,13,10)
#0A0C09
(10,12,9)
#090B08
(9,11,8)
#080A07
(8,10,7)
#070906
(7,9,6)
#060805
(6,8,5)
#050704
(5,7,4)
#000000
(0,0,0)

Tints of #0F110E

#0F110E
(15,17,14)
#242623
(36,38,35)
#393B38
(57,59,56)
#4E504D
(78,80,77)
#636562
(99,101,98)
#787A77
(120,122,119)
#8D8F8C
(141,143,140)
#A2A4A1
(162,164,161)
#B7B9B6
(183,185,182)
#CCCECB
(204,206,203)
#E1E3E0
(225,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F110E; }

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

This text font color is #0F110E.


Background Color

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

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

This div background color is #0F110E.


Border color

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

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

This div border color is #0F110E.


Opacity

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

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

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

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

This text has shadow with #0F110E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F110E on black background.


Color preview on white background

This text has color #0F110E on white background.



Black color preview on #0F110E background

This text has black color on #0F110E background.


White color preview on #0F110E background

This text has white color on #0F110E background.