COLOR #0F0F0D

HEX: #0F0F0D
RGB: (15,15,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
15
13

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

Portions of RGB colors in percentages

R + G + B =
15 + 15 + 13 = 43 (100%)
R 15 of 43 ~ 34.88%
G 15 of 43 ~ 34.88%
B 13 of 43 ~ 30.23%

%34.88
%34.88
%30.23

CMYK color model

#0F0F0D color CMYK value is (0,0,13,94).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 94.12%
CMYK:
(0,0,13,94)
C0M0Y13K94 
(0%,0%,13%,94%)
(0.00/0.00/0.13/0.94)	

CMYK percentages

%0
%0
%13.33
%94.12

Codes

Color #0F0F0D in popluar color models

0F0F0D
RGB151513
HSL60°7.14%5.49%
HSB/HSV60°13.33%5.88%
CMYK0.00%0.00%13.33%
94.12%

Color #0F0F0D in popluar number systems.

HEX0F0F0D
Decimal151513
Binary111111111101
Octal171715

Shades and tints

Shades of #0F0F0D

#0F0F0D
(15,15,13)
#0E0E0C
(14,14,12)
#0D0D0B
(13,13,11)
#0C0C0A
(12,12,10)
#0B0B09
(11,11,9)
#0A0A08
(10,10,8)
#090907
(9,9,7)
#080806
(8,8,6)
#070705
(7,7,5)
#060604
(6,6,4)
#050503
(5,5,3)
#000000
(0,0,0)

Tints of #0F0F0D

#0F0F0D
(15,15,13)
#242423
(36,36,35)
#393939
(57,57,57)
#4E4E4F
(78,78,79)
#636365
(99,99,101)
#78787B
(120,120,123)
#8D8D91
(141,141,145)
#A2A2A7
(162,162,167)
#B7B7BD
(183,183,189)
#CCCCD3
(204,204,211)
#E1E1E9
(225,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0F0D; }

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

This text font color is #0F0F0D.


Background Color

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

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

This div background color is #0F0F0D.


Border color

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

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

This div border color is #0F0F0D.


Opacity

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

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

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

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

This text has shadow with #0F0F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0F0D on black background.


Color preview on white background

This text has color #0F0F0D on white background.



Black color preview on #0F0F0D background

This text has black color on #0F0F0D background.


White color preview on #0F0F0D background

This text has white color on #0F0F0D background.