COLOR #0F0716

HEX: #0F0716
RGB: (15,7,22)

Color info

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

RGB color model

#0F0716 color RGB value is (15,7,22).

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

RGB channels and saturation

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

15
7
22

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

Portions of RGB colors in percentages

R + G + B =
15 + 7 + 22 = 44 (100%)
R 15 of 44 ~ 34.09%
G 7 of 44 ~ 15.91%
B 22 of 44 ~ 50%

%34.09
%15.91
%50

CMYK color model

#0F0716 color CMYK value is (32,68,0,91).

  • cyan value is 31.82%
  • magenta value is 68.18%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(32,68,0,91)
C32M68Y0K91 
(32%,68%,0%,91%)
(0.32/0.68/0.00/0.91)	

CMYK percentages

%31.82
%68.18
%0
%91.37

Codes

Color #0F0716 in popluar color models

0F0716
RGB15722
HSL272°51.72%5.69%
HSB/HSV272°68.18%8.63%
CMYK31.82%68.18%0.00%
91.37%

Color #0F0716 in popluar number systems.

HEX0F0716
Decimal15722
Binary111111110110
Octal17726

Shades and tints

Shades of #0F0716

#0F0716
(15,7,22)
#0E0714
(14,7,20)
#0D0712
(13,7,18)
#0C0710
(12,7,16)
#0B070E
(11,7,14)
#0A070C
(10,7,12)
#09070A
(9,7,10)
#080708
(8,7,8)
#070706
(7,7,6)
#060704
(6,7,4)
#050702
(5,7,2)
#000000
(0,0,0)

Tints of #0F0716

#0F0716
(15,7,22)
#241D2B
(36,29,43)
#393340
(57,51,64)
#4E4955
(78,73,85)
#635F6A
(99,95,106)
#78757F
(120,117,127)
#8D8B94
(141,139,148)
#A2A1A9
(162,161,169)
#B7B7BE
(183,183,190)
#CCCDD3
(204,205,211)
#E1E3E8
(225,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0716; }

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

This text font color is #0F0716.


Background Color

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

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

This div background color is #0F0716.


Border color

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

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

This div border color is #0F0716.


Opacity

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

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

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

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

This text has shadow with #0F0716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0716 on black background.


Color preview on white background

This text has color #0F0716 on white background.



Black color preview on #0F0716 background

This text has black color on #0F0716 background.


White color preview on #0F0716 background

This text has white color on #0F0716 background.