COLOR #0F070B

HEX: #0F070B
RGB: (15,7,11)

Color info

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

RGB color model

#0F070B color RGB value is (15,7,11).

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

RGB channels and saturation

R 15 of 255 = 6%
G 7 of 255 = 3%
B 11 of 255 = 4%

15
7
11

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

Portions of RGB colors in percentages

R + G + B =
15 + 7 + 11 = 33 (100%)
R 15 of 33 ~ 45.45%
G 7 of 33 ~ 21.21%
B 11 of 33 ~ 33.33%

%45.45
%21.21
%33.33

CMYK color model

#0F070B color CMYK value is (0,53,27,94).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 26.67%
  • key color value is 94.12%
CMYK:
(0,53,27,94)
C0M53Y27K94 
(0%,53%,27%,94%)
(0.00/0.53/0.27/0.94)	

CMYK percentages

%0
%53.33
%26.67
%94.12

Codes

Color #0F070B in popluar color models

0F070B
RGB15711
HSL330°36.36%4.31%
HSB/HSV330°53.33%5.88%
CMYK0.00%53.33%26.67%
94.12%

Color #0F070B in popluar number systems.

HEX0F070B
Decimal15711
Binary11111111011
Octal17713

Shades and tints

Shades of #0F070B

#0F070B
(15,7,11)
#0E070A
(14,7,10)
#0D0709
(13,7,9)
#0C0708
(12,7,8)
#0B0707
(11,7,7)
#0A0706
(10,7,6)
#090705
(9,7,5)
#080704
(8,7,4)
#070703
(7,7,3)
#060702
(6,7,2)
#050701
(5,7,1)
#000000
(0,0,0)

Tints of #0F070B

#0F070B
(15,7,11)
#241D21
(36,29,33)
#393337
(57,51,55)
#4E494D
(78,73,77)
#635F63
(99,95,99)
#787579
(120,117,121)
#8D8B8F
(141,139,143)
#A2A1A5
(162,161,165)
#B7B7BB
(183,183,187)
#CCCDD1
(204,205,209)
#E1E3E7
(225,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F070B; }

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

This text font color is #0F070B.


Background Color

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

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

This div background color is #0F070B.


Border color

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

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

This div border color is #0F070B.


Opacity

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

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

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

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

This text has shadow with #0F070B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F070B on black background.


Color preview on white background

This text has color #0F070B on white background.



Black color preview on #0F070B background

This text has black color on #0F070B background.


White color preview on #0F070B background

This text has white color on #0F070B background.