COLOR #0F160C

HEX: #0F160C
RGB: (15,22,12)

Color info

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

RGB color model

#0F160C color RGB value is (15,22,12).

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

RGB channels and saturation

R 15 of 255 = 6%
G 22 of 255 = 9%
B 12 of 255 = 5%

15
22
12

R + G + B ~ 7%. #0F160C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 22 + 12 = 49 (100%)
R 15 of 49 ~ 30.61%
G 22 of 49 ~ 44.9%
B 12 of 49 ~ 24.49%

%30.61
%44.9
%24.49

CMYK color model

#0F160C color CMYK value is (32,0,45,91).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 91.37%
CMYK:
(32,0,45,91)
C32M0Y45K91 
(32%,0%,45%,91%)
(0.32/0.00/0.45/0.91)	

CMYK percentages

%31.82
%0
%45.45
%91.37

Codes

Color #0F160C in popluar color models

0F160C
RGB152212
HSL102°29.41%6.67%
HSB/HSV102°45.45%8.63%
CMYK31.82%0.00%45.45%
91.37%

Color #0F160C in popluar number systems.

HEX0F160C
Decimal152212
Binary1111101101100
Octal172614

Shades and tints

Shades of #0F160C

#0F160C
(15,22,12)
#0E140B
(14,20,11)
#0D120A
(13,18,10)
#0C1009
(12,16,9)
#0B0E08
(11,14,8)
#0A0C07
(10,12,7)
#090A06
(9,10,6)
#080805
(8,8,5)
#070604
(7,6,4)
#060403
(6,4,3)
#050202
(5,2,2)
#000000
(0,0,0)

Tints of #0F160C

#0F160C
(15,22,12)
#242B22
(36,43,34)
#394038
(57,64,56)
#4E554E
(78,85,78)
#636A64
(99,106,100)
#787F7A
(120,127,122)
#8D9490
(141,148,144)
#A2A9A6
(162,169,166)
#B7BEBC
(183,190,188)
#CCD3D2
(204,211,210)
#E1E8E8
(225,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F160C; }

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

This text font color is #0F160C.


Background Color

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

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

This div background color is #0F160C.


Border color

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

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

This div border color is #0F160C.


Opacity

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

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

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

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

This text has shadow with #0F160C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F160C on black background.


Color preview on white background

This text has color #0F160C on white background.



Black color preview on #0F160C background

This text has black color on #0F160C background.


White color preview on #0F160C background

This text has white color on #0F160C background.