COLOR #0F1807

HEX: #0F1807
RGB: (15,24,7)

Color info

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

RGB color model

#0F1807 color RGB value is (15,24,7).

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

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 7 of 255 = 3%

15
24
7

R + G + B ~ 6%. #0F1807 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 24 + 7 = 46 (100%)
R 15 of 46 ~ 32.61%
G 24 of 46 ~ 52.17%
B 7 of 46 ~ 15.22%

%32.61
%52.17
%15.22

CMYK color model

#0F1807 color CMYK value is (38,0,71,91).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 70.83%
  • key color value is 90.59%
CMYK:
(38,0,71,91)
C38M0Y71K91 
(38%,0%,71%,91%)
(0.38/0.00/0.71/0.91)	

CMYK percentages

%37.5
%0
%70.83
%90.59

Codes

Color #0F1807 in popluar color models

0F1807
RGB15247
HSL92°54.84%6.08%
HSB/HSV92°70.83%9.41%
CMYK37.50%0.00%70.83%
90.59%

Color #0F1807 in popluar number systems.

HEX0F1807
Decimal15247
Binary111111000111
Octal17307

Shades and tints

Shades of #0F1807

#0F1807
(15,24,7)
#0E1607
(14,22,7)
#0D1407
(13,20,7)
#0C1207
(12,18,7)
#0B1007
(11,16,7)
#0A0E07
(10,14,7)
#090C07
(9,12,7)
#080A07
(8,10,7)
#070807
(7,8,7)
#060607
(6,6,7)
#050407
(5,4,7)
#000000
(0,0,0)

Tints of #0F1807

#0F1807
(15,24,7)
#242D1D
(36,45,29)
#394233
(57,66,51)
#4E5749
(78,87,73)
#636C5F
(99,108,95)
#788175
(120,129,117)
#8D968B
(141,150,139)
#A2ABA1
(162,171,161)
#B7C0B7
(183,192,183)
#CCD5CD
(204,213,205)
#E1EAE3
(225,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1807; }

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

This text font color is #0F1807.


Background Color

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

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

This div background color is #0F1807.


Border color

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

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

This div border color is #0F1807.


Opacity

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

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

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

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

This text has shadow with #0F1807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1807 on black background.


Color preview on white background

This text has color #0F1807 on white background.



Black color preview on #0F1807 background

This text has black color on #0F1807 background.


White color preview on #0F1807 background

This text has white color on #0F1807 background.