COLOR #0F060E

HEX: #0F060E
RGB: (15,6,14)

Color info

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

RGB color model

#0F060E color RGB value is (15,6,14).

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

RGB channels and saturation

R 15 of 255 = 6%
G 6 of 255 = 2%
B 14 of 255 = 5%

15
6
14

R + G + B ~ 4%. #0F060E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 6 + 14 = 35 (100%)
R 15 of 35 ~ 42.86%
G 6 of 35 ~ 17.14%
B 14 of 35 ~ 40%

%42.86
%17.14
%40

CMYK color model

#0F060E color CMYK value is (0,60,7,94).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 6.67%
  • key color value is 94.12%
CMYK:
(0,60,7,94)
C0M60Y7K94 
(0%,60%,7%,94%)
(0.00/0.60/0.07/0.94)	

CMYK percentages

%0
%60
%6.67
%94.12

Codes

Color #0F060E in popluar color models

0F060E
RGB15614
HSL307°42.86%4.12%
HSB/HSV307°60.00%5.88%
CMYK0.00%60.00%6.67%
94.12%

Color #0F060E in popluar number systems.

HEX0F060E
Decimal15614
Binary11111101110
Octal17616

Shades and tints

Shades of #0F060E

#0F060E
(15,6,14)
#0E060D
(14,6,13)
#0D060C
(13,6,12)
#0C060B
(12,6,11)
#0B060A
(11,6,10)
#0A0609
(10,6,9)
#090608
(9,6,8)
#080607
(8,6,7)
#070606
(7,6,6)
#060605
(6,6,5)
#050604
(5,6,4)
#000000
(0,0,0)

Tints of #0F060E

#0F060E
(15,6,14)
#241C23
(36,28,35)
#393238
(57,50,56)
#4E484D
(78,72,77)
#635E62
(99,94,98)
#787477
(120,116,119)
#8D8A8C
(141,138,140)
#A2A0A1
(162,160,161)
#B7B6B6
(183,182,182)
#CCCCCB
(204,204,203)
#E1E2E0
(225,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F060E; }

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

This text font color is #0F060E.


Background Color

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

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

This div background color is #0F060E.


Border color

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

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

This div border color is #0F060E.


Opacity

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

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

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

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

This text has shadow with #0F060E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F060E on black background.


Color preview on white background

This text has color #0F060E on white background.



Black color preview on #0F060E background

This text has black color on #0F060E background.


White color preview on #0F060E background

This text has white color on #0F060E background.