COLOR #0F0B0E

HEX: #0F0B0E
RGB: (15,11,14)

Color info

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

RGB color model

#0F0B0E color RGB value is (15,11,14).

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

RGB channels and saturation

R 15 of 255 = 6%
G 11 of 255 = 4%
B 14 of 255 = 5%

15
11
14

R + G + B ~ 5%. #0F0B0E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 11 + 14 = 40 (100%)
R 15 of 40 ~ 37.5%
G 11 of 40 ~ 27.5%
B 14 of 40 ~ 35%

%37.5
%27.5
%35

CMYK color model

#0F0B0E color CMYK value is (0,27,7,94).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 6.67%
  • key color value is 94.12%
CMYK:
(0,27,7,94)
C0M27Y7K94 
(0%,27%,7%,94%)
(0.00/0.27/0.07/0.94)	

CMYK percentages

%0
%26.67
%6.67
%94.12

Codes

Color #0F0B0E in popluar color models

0F0B0E
RGB151114
HSL315°15.38%5.10%
HSB/HSV315°26.67%5.88%
CMYK0.00%26.67%6.67%
94.12%

Color #0F0B0E in popluar number systems.

HEX0F0B0E
Decimal151114
Binary111110111110
Octal171316

Shades and tints

Shades of #0F0B0E

#0F0B0E
(15,11,14)
#0E0A0D
(14,10,13)
#0D090C
(13,9,12)
#0C080B
(12,8,11)
#0B070A
(11,7,10)
#0A0609
(10,6,9)
#090508
(9,5,8)
#080407
(8,4,7)
#070306
(7,3,6)
#060205
(6,2,5)
#050104
(5,1,4)
#000000
(0,0,0)

Tints of #0F0B0E

#0F0B0E
(15,11,14)
#242123
(36,33,35)
#393738
(57,55,56)
#4E4D4D
(78,77,77)
#636362
(99,99,98)
#787977
(120,121,119)
#8D8F8C
(141,143,140)
#A2A5A1
(162,165,161)
#B7BBB6
(183,187,182)
#CCD1CB
(204,209,203)
#E1E7E0
(225,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0B0E; }

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

This text font color is #0F0B0E.


Background Color

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

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

This div background color is #0F0B0E.


Border color

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

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

This div border color is #0F0B0E.


Opacity

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

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

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

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

This text has shadow with #0F0B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0B0E on black background.


Color preview on white background

This text has color #0F0B0E on white background.



Black color preview on #0F0B0E background

This text has black color on #0F0B0E background.


White color preview on #0F0B0E background

This text has white color on #0F0B0E background.