COLOR #0F0D04

HEX: #0F0D04
RGB: (15,13,4)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
13
4

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

Portions of RGB colors in percentages

R + G + B =
15 + 13 + 4 = 32 (100%)
R 15 of 32 ~ 46.88%
G 13 of 32 ~ 40.63%
B 4 of 32 ~ 12.5%

%46.88
%40.63
%12.5

CMYK color model

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

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

CMYK percentages

%0
%13.33
%73.33
%94.12

Codes

Color #0F0D04 in popluar color models

0F0D04
RGB15134
HSL49°57.89%3.73%
HSB/HSV49°73.33%5.88%
CMYK0.00%13.33%73.33%
94.12%

Color #0F0D04 in popluar number systems.

HEX0F0D04
Decimal15134
Binary11111101100
Octal17154

Shades and tints

Shades of #0F0D04

#0F0D04
(15,13,4)
#0E0C04
(14,12,4)
#0D0B04
(13,11,4)
#0C0A04
(12,10,4)
#0B0904
(11,9,4)
#0A0804
(10,8,4)
#090704
(9,7,4)
#080604
(8,6,4)
#070504
(7,5,4)
#060404
(6,4,4)
#050304
(5,3,4)
#000000
(0,0,0)

Tints of #0F0D04

#0F0D04
(15,13,4)
#24231A
(36,35,26)
#393930
(57,57,48)
#4E4F46
(78,79,70)
#63655C
(99,101,92)
#787B72
(120,123,114)
#8D9188
(141,145,136)
#A2A79E
(162,167,158)
#B7BDB4
(183,189,180)
#CCD3CA
(204,211,202)
#E1E9E0
(225,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0D04; }

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

This text font color is #0F0D04.


Background Color

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

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

This div background color is #0F0D04.


Border color

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

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

This div border color is #0F0D04.


Opacity

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

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

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

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

This text has shadow with #0F0D04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0D04 on black background.


Color preview on white background

This text has color #0F0D04 on white background.



Black color preview on #0F0D04 background

This text has black color on #0F0D04 background.


White color preview on #0F0D04 background

This text has white color on #0F0D04 background.