COLOR #0F0D10

HEX: #0F0D10
RGB: (15,13,16)

Color info

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

RGB color model

#0F0D10 color RGB value is (15,13,16).

  • red value is 15;
  • green value is 13;
  • blue value is 16.
RGB:
(15,13,16)
(6%,5%,6%)

RGB channels and saturation

R 15 of 255 = 6%
G 13 of 255 = 5%
B 16 of 255 = 6%

15
13
16

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

Portions of RGB colors in percentages

R + G + B =
15 + 13 + 16 = 44 (100%)
R 15 of 44 ~ 34.09%
G 13 of 44 ~ 29.55%
B 16 of 44 ~ 36.36%

%34.09
%29.55
%36.36

CMYK color model

#0F0D10 color CMYK value is (6,19,0,94).

  • cyan value is 6.25%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK:
(6,19,0,94)
C6M19Y0K94 
(6%,19%,0%,94%)
(0.06/0.19/0.00/0.94)	

CMYK percentages

%6.25
%18.75
%0
%93.73

Codes

Color #0F0D10 in popluar color models

0F0D10
RGB151316
HSL280°10.34%5.69%
HSB/HSV280°18.75%6.27%
CMYK6.25%18.75%0.00%
93.73%

Color #0F0D10 in popluar number systems.

HEX0F0D10
Decimal151316
Binary1111110110000
Octal171520

Shades and tints

Shades of #0F0D10

#0F0D10
(15,13,16)
#0E0C0F
(14,12,15)
#0D0B0E
(13,11,14)
#0C0A0D
(12,10,13)
#0B090C
(11,9,12)
#0A080B
(10,8,11)
#09070A
(9,7,10)
#080609
(8,6,9)
#070508
(7,5,8)
#060407
(6,4,7)
#050306
(5,3,6)
#000000
(0,0,0)

Tints of #0F0D10

#0F0D10
(15,13,16)
#242325
(36,35,37)
#39393A
(57,57,58)
#4E4F4F
(78,79,79)
#636564
(99,101,100)
#787B79
(120,123,121)
#8D918E
(141,145,142)
#A2A7A3
(162,167,163)
#B7BDB8
(183,189,184)
#CCD3CD
(204,211,205)
#E1E9E2
(225,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F0D10 color. Also use rgb(15,13,16) instead hex code.

Text Font Color

.myTextColor { color: #0F0D10; }

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

This text font color is #0F0D10.


Background Color

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

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

This div background color is #0F0D10.


Border color

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

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

This div border color is #0F0D10.


Opacity

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

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

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

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

This text has shadow with #0F0D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0D10 on black background.


Color preview on white background

This text has color #0F0D10 on white background.



Black color preview on #0F0D10 background

This text has black color on #0F0D10 background.


White color preview on #0F0D10 background

This text has white color on #0F0D10 background.