COLOR #0F1007

HEX: #0F1007
RGB: (15,16,7)

Color info

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

RGB color model

#0F1007 color RGB value is (15,16,7).

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

RGB channels and saturation

R 15 of 255 = 6%
G 16 of 255 = 6%
B 7 of 255 = 3%

15
16
7

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

Portions of RGB colors in percentages

R + G + B =
15 + 16 + 7 = 38 (100%)
R 15 of 38 ~ 39.47%
G 16 of 38 ~ 42.11%
B 7 of 38 ~ 18.42%

%39.47
%42.11
%18.42

CMYK color model

#0F1007 color CMYK value is (6,0,56,94).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 93.73%
CMYK:
(6,0,56,94)
C6M0Y56K94 
(6%,0%,56%,94%)
(0.06/0.00/0.56/0.94)	

CMYK percentages

%6.25
%0
%56.25
%93.73

Codes

Color #0F1007 in popluar color models

0F1007
RGB15167
HSL67°39.13%4.51%
HSB/HSV67°56.25%6.27%
CMYK6.25%0.00%56.25%
93.73%

Color #0F1007 in popluar number systems.

HEX0F1007
Decimal15167
Binary111110000111
Octal17207

Shades and tints

Shades of #0F1007

#0F1007
(15,16,7)
#0E0F07
(14,15,7)
#0D0E07
(13,14,7)
#0C0D07
(12,13,7)
#0B0C07
(11,12,7)
#0A0B07
(10,11,7)
#090A07
(9,10,7)
#080907
(8,9,7)
#070807
(7,8,7)
#060707
(6,7,7)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #0F1007

#0F1007
(15,16,7)
#24251D
(36,37,29)
#393A33
(57,58,51)
#4E4F49
(78,79,73)
#63645F
(99,100,95)
#787975
(120,121,117)
#8D8E8B
(141,142,139)
#A2A3A1
(162,163,161)
#B7B8B7
(183,184,183)
#CCCDCD
(204,205,205)
#E1E2E3
(225,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1007; }

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

This text font color is #0F1007.


Background Color

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

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

This div background color is #0F1007.


Border color

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

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

This div border color is #0F1007.


Opacity

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

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

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

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

This text has shadow with #0F1007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1007 on black background.


Color preview on white background

This text has color #0F1007 on white background.



Black color preview on #0F1007 background

This text has black color on #0F1007 background.


White color preview on #0F1007 background

This text has white color on #0F1007 background.