COLOR #0F1006

HEX: #0F1006 RGB: (15,16,6)

Color info

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

RGB color model

#0F1006 color RGB value is (15,16,6).

RGB: (15,16,6) (6%, 6%, 2%)

RGB channels and saturation

R 15 of 255 = 6%
G 16 of 255 = 6%
B 6 of 255 = 2%

15
16
6

R + G + B ~ 5%. #0F1006 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 16 + 6 = 37 (100%)
R 15 of 37 ~ 40.54%
G 16 of 37 ~ 43.24%
B 6 of 37 ~ 16.22'%

%40.54
%43.24
%16.22

CMYK color model

#0F1006 color CMYK value is (6,0,63,94).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 93.73%

CMYK: (6,0,63,94)
C6M0Y63K94 (6%, 0%, 63%, 94%)
(0.06 / 0.00 / 0.63 / 0.94)

CMYK percentages

%6.25
%0
%62.5
%93.73

Codes

Color #0F1006 in popluar color models

0F 10 06
RGB 15 16 6
HSL 66° 45.45% 4.31%
HSB/HSV 66° 62.50% 6.27%
CMYK 6.25% 0.00% 62.50%
93.73%

Color #0F1006 in popluar number systems.

HEX 0F 10 06
Decimal 15 16 6
Binary 1111 10000 110
Octal 17 20 6

Shades and tints

Shades of #0F1006

#0F1006
(15,16,6)
#0E0F06
(14,15,6)
#0D0E06
(13,14,6)
#0C0D06
(12,13,6)
#0B0C06
(11,12,6)
#0A0B06
(10,11,6)
#090A06
(9,10,6)
#080906
(8,9,6)
#070806
(7,8,6)
#060706
(6,7,6)
#050606
(5,6,6)
#000000
(0,0,0)

Tints of #0F1006

#0F1006
(15,16,6)
#24251C
(36,37,28)
#393A32
(57,58,50)
#4E4F48
(78,79,72)
#63645E
(99,100,94)
#787974
(120,121,116)
#8D8E8A
(141,142,138)
#A2A3A0
(162,163,160)
#B7B8B6
(183,184,182)
#CCCDCC
(204,205,204)
#E1E2E2
(225,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1006; }

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

This text font color is #0F1006.

Background Color

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

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

This div background color is #0F1006.

Border color

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

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

This div border color is #0F1006.

Opacity

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

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

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

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

This text has shadow with #0F1006 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1006.

Preview

Color preview on black background

This text has color #0F1006 on black background.


Color preview on white background

This text has color #0F1006 on white background.


Black color preview on #0F1006 background

This text has black color on #0F1006 background.


White color preview on #0F1006 background

This text has white color on #0F1006 background.


Related colors

Complementary color

Complementary color for #hex is #F0EFF9.


I love getcolorcode.com

Triadic colors

1 #060F10 and #10060F with #0F1006 are triadic colors.

2 #06100F and #100F06 with #0F1006 are triadic colors.