COLOR #0F060F

HEX: #0F060F
RGB: (15,6,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
6
15

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

Portions of RGB colors in percentages

R + G + B =
15 + 6 + 15 = 36 (100%)
R 15 of 36 ~ 41.67%
G 6 of 36 ~ 16.67%
B 15 of 36 ~ 41.67%

%41.67
%16.67
%41.67

CMYK color model

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

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

CMYK percentages

%0
%60
%0
%94.12

Codes

Color #0F060F in popluar color models

0F060F
RGB15615
HSL300°42.86%4.12%
HSB/HSV300°60.00%5.88%
CMYK0.00%60.00%0.00%
94.12%

Color #0F060F in popluar number systems.

HEX0F060F
Decimal15615
Binary11111101111
Octal17617

Shades and tints

Shades of #0F060F

#0F060F
(15,6,15)
#0E060E
(14,6,14)
#0D060D
(13,6,13)
#0C060C
(12,6,12)
#0B060B
(11,6,11)
#0A060A
(10,6,10)
#090609
(9,6,9)
#080608
(8,6,8)
#070607
(7,6,7)
#060606
(6,6,6)
#050605
(5,6,5)
#000000
(0,0,0)

Tints of #0F060F

#0F060F
(15,6,15)
#241C24
(36,28,36)
#393239
(57,50,57)
#4E484E
(78,72,78)
#635E63
(99,94,99)
#787478
(120,116,120)
#8D8A8D
(141,138,141)
#A2A0A2
(162,160,162)
#B7B6B7
(183,182,183)
#CCCCCC
(204,204,204)
#E1E2E1
(225,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F060F; }

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

This text font color is #0F060F.


Background Color

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

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

This div background color is #0F060F.


Border color

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

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

This div border color is #0F060F.


Opacity

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

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

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

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

This text has shadow with #0F060F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F060F on black background.


Color preview on white background

This text has color #0F060F on white background.



Black color preview on #0F060F background

This text has black color on #0F060F background.


White color preview on #0F060F background

This text has white color on #0F060F background.