COLOR #0F1307

HEX: #0F1307
RGB: (15,19,7)

Color info

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

RGB color model

#0F1307 color RGB value is (15,19,7).

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

RGB channels and saturation

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

15
19
7

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

Portions of RGB colors in percentages

R + G + B =
15 + 19 + 7 = 41 (100%)
R 15 of 41 ~ 36.59%
G 19 of 41 ~ 46.34%
B 7 of 41 ~ 17.07%

%36.59
%46.34
%17.07

CMYK color model

#0F1307 color CMYK value is (21,0,63,93).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 92.55%
CMYK:
(21,0,63,93)
C21M0Y63K93 
(21%,0%,63%,93%)
(0.21/0.00/0.63/0.93)	

CMYK percentages

%21.05
%0
%63.16
%92.55

Codes

Color #0F1307 in popluar color models

0F1307
RGB15197
HSL80°46.15%5.10%
HSB/HSV80°63.16%7.45%
CMYK21.05%0.00%63.16%
92.55%

Color #0F1307 in popluar number systems.

HEX0F1307
Decimal15197
Binary111110011111
Octal17237

Shades and tints

Shades of #0F1307

#0F1307
(15,19,7)
#0E1207
(14,18,7)
#0D1107
(13,17,7)
#0C1007
(12,16,7)
#0B0F07
(11,15,7)
#0A0E07
(10,14,7)
#090D07
(9,13,7)
#080C07
(8,12,7)
#070B07
(7,11,7)
#060A07
(6,10,7)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #0F1307

#0F1307
(15,19,7)
#24281D
(36,40,29)
#393D33
(57,61,51)
#4E5249
(78,82,73)
#63675F
(99,103,95)
#787C75
(120,124,117)
#8D918B
(141,145,139)
#A2A6A1
(162,166,161)
#B7BBB7
(183,187,183)
#CCD0CD
(204,208,205)
#E1E5E3
(225,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1307; }

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

This text font color is #0F1307.


Background Color

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

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

This div background color is #0F1307.


Border color

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

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

This div border color is #0F1307.


Opacity

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

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

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

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

This text has shadow with #0F1307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1307 on black background.


Color preview on white background

This text has color #0F1307 on white background.



Black color preview on #0F1307 background

This text has black color on #0F1307 background.


White color preview on #0F1307 background

This text has white color on #0F1307 background.