COLOR #0F0A16

HEX: #0F0A16
RGB: (15,10,22)

Color info

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

RGB color model

#0F0A16 color RGB value is (15,10,22).

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

RGB channels and saturation

R 15 of 255 = 6%
G 10 of 255 = 4%
B 22 of 255 = 9%

15
10
22

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

Portions of RGB colors in percentages

R + G + B =
15 + 10 + 22 = 47 (100%)
R 15 of 47 ~ 31.91%
G 10 of 47 ~ 21.28%
B 22 of 47 ~ 46.81%

%31.91
%21.28
%46.81

CMYK color model

#0F0A16 color CMYK value is (32,55,0,91).

  • cyan value is 31.82%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(32,55,0,91)
C32M55Y0K91 
(32%,55%,0%,91%)
(0.32/0.55/0.00/0.91)	

CMYK percentages

%31.82
%54.55
%0
%91.37

Codes

Color #0F0A16 in popluar color models

0F0A16
RGB151022
HSL265°37.50%6.27%
HSB/HSV265°54.55%8.63%
CMYK31.82%54.55%0.00%
91.37%

Color #0F0A16 in popluar number systems.

HEX0F0A16
Decimal151022
Binary1111101010110
Octal171226

Shades and tints

Shades of #0F0A16

#0F0A16
(15,10,22)
#0E0A14
(14,10,20)
#0D0A12
(13,10,18)
#0C0A10
(12,10,16)
#0B0A0E
(11,10,14)
#0A0A0C
(10,10,12)
#090A0A
(9,10,10)
#080A08
(8,10,8)
#070A06
(7,10,6)
#060A04
(6,10,4)
#050A02
(5,10,2)
#000000
(0,0,0)

Tints of #0F0A16

#0F0A16
(15,10,22)
#24202B
(36,32,43)
#393640
(57,54,64)
#4E4C55
(78,76,85)
#63626A
(99,98,106)
#78787F
(120,120,127)
#8D8E94
(141,142,148)
#A2A4A9
(162,164,169)
#B7BABE
(183,186,190)
#CCD0D3
(204,208,211)
#E1E6E8
(225,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0A16; }

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

This text font color is #0F0A16.


Background Color

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

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

This div background color is #0F0A16.


Border color

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

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

This div border color is #0F0A16.


Opacity

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

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

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

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

This text has shadow with #0F0A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0A16 on black background.


Color preview on white background

This text has color #0F0A16 on white background.



Black color preview on #0F0A16 background

This text has black color on #0F0A16 background.


White color preview on #0F0A16 background

This text has white color on #0F0A16 background.