COLOR #0F0D01

HEX: #0F0D01
RGB: (15,13,1)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
13
1

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

Portions of RGB colors in percentages

R + G + B =
15 + 13 + 1 = 29 (100%)
R 15 of 29 ~ 51.72%
G 13 of 29 ~ 44.83%
B 1 of 29 ~ 3.45%

%51.72
%44.83

CMYK color model

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

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

CMYK percentages

%0
%13.33
%93.33
%94.12

Codes

Color #0F0D01 in popluar color models

0F0D01
RGB15131
HSL51°87.50%3.14%
HSB/HSV51°93.33%5.88%
CMYK0.00%13.33%93.33%
94.12%

Color #0F0D01 in popluar number systems.

HEX0F0D01
Decimal15131
Binary111111011
Octal17151

Shades and tints

Shades of #0F0D01

#0F0D01
(15,13,1)
#0E0C01
(14,12,1)
#0D0B01
(13,11,1)
#0C0A01
(12,10,1)
#0B0901
(11,9,1)
#0A0801
(10,8,1)
#090701
(9,7,1)
#080601
(8,6,1)
#070501
(7,5,1)
#060401
(6,4,1)
#050301
(5,3,1)
#000000
(0,0,0)

Tints of #0F0D01

#0F0D01
(15,13,1)
#242318
(36,35,24)
#39392F
(57,57,47)
#4E4F46
(78,79,70)
#63655D
(99,101,93)
#787B74
(120,123,116)
#8D918B
(141,145,139)
#A2A7A2
(162,167,162)
#B7BDB9
(183,189,185)
#CCD3D0
(204,211,208)
#E1E9E7
(225,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0D01; }

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

This text font color is #0F0D01.


Background Color

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

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

This div background color is #0F0D01.


Border color

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

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

This div border color is #0F0D01.


Opacity

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

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

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

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

This text has shadow with #0F0D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0D01 on black background.


Color preview on white background

This text has color #0F0D01 on white background.



Black color preview on #0F0D01 background

This text has black color on #0F0D01 background.


White color preview on #0F0D01 background

This text has white color on #0F0D01 background.