COLOR #0F0504

HEX: #0F0504
RGB: (15,5,4)

Color info

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

RGB color model

#0F0504 color RGB value is (15,5,4).

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

RGB channels and saturation

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

15
5
4

R + G + B ~ 3%. #0F0504 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 5 + 4 = 24 (100%)
R 15 of 24 ~ 62.5%
G 5 of 24 ~ 20.83%
B 4 of 24 ~ 16.67%

%62.5
%20.83
%16.67

CMYK color model

#0F0504 color CMYK value is (0,67,73,94).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 73.33%
  • key color value is 94.12%
CMYK:
(0,67,73,94)
C0M67Y73K94 
(0%,67%,73%,94%)
(0.00/0.67/0.73/0.94)	

CMYK percentages

%0
%66.67
%73.33
%94.12

Codes

Color #0F0504 in popluar color models

0F0504
RGB1554
HSL57.89%3.73%
HSB/HSV73.33%5.88%
CMYK0.00%66.67%73.33%
94.12%

Color #0F0504 in popluar number systems.

HEX0F0504
Decimal1554
Binary1111101100
Octal1754

Shades and tints

Shades of #0F0504

#0F0504
(15,5,4)
#0E0504
(14,5,4)
#0D0504
(13,5,4)
#0C0504
(12,5,4)
#0B0504
(11,5,4)
#0A0504
(10,5,4)
#090504
(9,5,4)
#080504
(8,5,4)
#070504
(7,5,4)
#060504
(6,5,4)
#050504
(5,5,4)
#000000
(0,0,0)

Tints of #0F0504

#0F0504
(15,5,4)
#241B1A
(36,27,26)
#393130
(57,49,48)
#4E4746
(78,71,70)
#635D5C
(99,93,92)
#787372
(120,115,114)
#8D8988
(141,137,136)
#A29F9E
(162,159,158)
#B7B5B4
(183,181,180)
#CCCBCA
(204,203,202)
#E1E1E0
(225,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0504; }

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

This text font color is #0F0504.


Background Color

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

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

This div background color is #0F0504.


Border color

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

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

This div border color is #0F0504.


Opacity

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

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

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

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

This text has shadow with #0F0504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0504 on black background.


Color preview on white background

This text has color #0F0504 on white background.



Black color preview on #0F0504 background

This text has black color on #0F0504 background.


White color preview on #0F0504 background

This text has white color on #0F0504 background.