COLOR #0F100C

HEX: #0F100C
RGB: (15,16,12)

Color info

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

RGB color model

#0F100C color RGB value is (15,16,12).

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

RGB channels and saturation

R 15 of 255 = 6%
G 16 of 255 = 6%
B 12 of 255 = 5%

15
16
12

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

Portions of RGB colors in percentages

R + G + B =
15 + 16 + 12 = 43 (100%)
R 15 of 43 ~ 34.88%
G 16 of 43 ~ 37.21%
B 12 of 43 ~ 27.91%

%34.88
%37.21
%27.91

CMYK color model

#0F100C color CMYK value is (6,0,25,94).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 93.73%
CMYK:
(6,0,25,94)
C6M0Y25K94 
(6%,0%,25%,94%)
(0.06/0.00/0.25/0.94)	

CMYK percentages

%6.25
%0
%25
%93.73

Codes

Color #0F100C in popluar color models

0F100C
RGB151612
HSL75°14.29%5.49%
HSB/HSV75°25.00%6.27%
CMYK6.25%0.00%25.00%
93.73%

Color #0F100C in popluar number systems.

HEX0F100C
Decimal151612
Binary1111100001100
Octal172014

Shades and tints

Shades of #0F100C

#0F100C
(15,16,12)
#0E0F0B
(14,15,11)
#0D0E0A
(13,14,10)
#0C0D09
(12,13,9)
#0B0C08
(11,12,8)
#0A0B07
(10,11,7)
#090A06
(9,10,6)
#080905
(8,9,5)
#070804
(7,8,4)
#060703
(6,7,3)
#050602
(5,6,2)
#000000
(0,0,0)

Tints of #0F100C

#0F100C
(15,16,12)
#242522
(36,37,34)
#393A38
(57,58,56)
#4E4F4E
(78,79,78)
#636464
(99,100,100)
#78797A
(120,121,122)
#8D8E90
(141,142,144)
#A2A3A6
(162,163,166)
#B7B8BC
(183,184,188)
#CCCDD2
(204,205,210)
#E1E2E8
(225,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F100C; }

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

This text font color is #0F100C.


Background Color

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

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

This div background color is #0F100C.


Border color

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

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

This div border color is #0F100C.


Opacity

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

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

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

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

This text has shadow with #0F100C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F100C on black background.


Color preview on white background

This text has color #0F100C on white background.



Black color preview on #0F100C background

This text has black color on #0F100C background.


White color preview on #0F100C background

This text has white color on #0F100C background.