COLOR #0F1906

HEX: #0F1906
RGB: (15,25,6)

Color info

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

RGB color model

#0F1906 color RGB value is (15,25,6).

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

RGB channels and saturation

R 15 of 255 = 6%
G 25 of 255 = 10%
B 6 of 255 = 2%

15
25
6

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

Portions of RGB colors in percentages

R + G + B =
15 + 25 + 6 = 46 (100%)
R 15 of 46 ~ 32.61%
G 25 of 46 ~ 54.35%
B 6 of 46 ~ 13.04%

%32.61
%54.35
%13.04

CMYK color model

#0F1906 color CMYK value is (40,0,76,90).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 76.00%
  • key color value is 90.20%
CMYK:
(40,0,76,90)
C40M0Y76K90 
(40%,0%,76%,90%)
(0.40/0.00/0.76/0.90)	

CMYK percentages

%40
%0
%76
%90.2

Codes

Color #0F1906 in popluar color models

0F1906
RGB15256
HSL92°61.29%6.08%
HSB/HSV92°76.00%9.80%
CMYK40.00%0.00%76.00%
90.20%

Color #0F1906 in popluar number systems.

HEX0F1906
Decimal15256
Binary111111001110
Octal17316

Shades and tints

Shades of #0F1906

#0F1906
(15,25,6)
#0E1706
(14,23,6)
#0D1506
(13,21,6)
#0C1306
(12,19,6)
#0B1106
(11,17,6)
#0A0F06
(10,15,6)
#090D06
(9,13,6)
#080B06
(8,11,6)
#070906
(7,9,6)
#060706
(6,7,6)
#050506
(5,5,6)
#000000
(0,0,0)

Tints of #0F1906

#0F1906
(15,25,6)
#242D1C
(36,45,28)
#394132
(57,65,50)
#4E5548
(78,85,72)
#63695E
(99,105,94)
#787D74
(120,125,116)
#8D918A
(141,145,138)
#A2A5A0
(162,165,160)
#B7B9B6
(183,185,182)
#CCCDCC
(204,205,204)
#E1E1E2
(225,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1906; }

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

This text font color is #0F1906.


Background Color

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

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

This div background color is #0F1906.


Border color

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

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

This div border color is #0F1906.


Opacity

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

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

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

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

This text has shadow with #0F1906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1906 on black background.


Color preview on white background

This text has color #0F1906 on white background.



Black color preview on #0F1906 background

This text has black color on #0F1906 background.


White color preview on #0F1906 background

This text has white color on #0F1906 background.