COLOR #0F1C06

HEX: #0F1C06
RGB: (15,28,6)

Color info

#0F1C06 contains red, green and blue colors in about the same proportion. Web safe color of #0F1C06 is #003300 (or #030).

RGB color model

#0F1C06 color RGB value is (15,28,6).

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

RGB channels and saturation

R 15 of 255 = 6%
G 28 of 255 = 11%
B 6 of 255 = 2%

15
28
6

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

Portions of RGB colors in percentages

R + G + B =
15 + 28 + 6 = 49 (100%)
R 15 of 49 ~ 30.61%
G 28 of 49 ~ 57.14%
B 6 of 49 ~ 12.24%

%30.61
%57.14
%12.24

CMYK color model

#0F1C06 color CMYK value is (46,0,79,89).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 89.02%
CMYK:
(46,0,79,89)
C46M0Y79K89 
(46%,0%,79%,89%)
(0.46/0.00/0.79/0.89)	

CMYK percentages

%46.43
%0
%78.57
%89.02

Codes

Color #0F1C06 in popluar color models

0F1C06
RGB15286
HSL95°64.71%6.67%
HSB/HSV95°78.57%10.98%
CMYK46.43%0.00%78.57%
89.02%

Color #0F1C06 in popluar number systems.

HEX0F1C06
Decimal15286
Binary111111100110
Octal17346

Shades and tints

Shades of #0F1C06

#0F1C06
(15,28,6)
#0E1A06
(14,26,6)
#0D1806
(13,24,6)
#0C1606
(12,22,6)
#0B1406
(11,20,6)
#0A1206
(10,18,6)
#091006
(9,16,6)
#080E06
(8,14,6)
#070C06
(7,12,6)
#060A06
(6,10,6)
#050806
(5,8,6)
#000000
(0,0,0)

Tints of #0F1C06

#0F1C06
(15,28,6)
#24301C
(36,48,28)
#394432
(57,68,50)
#4E5848
(78,88,72)
#636C5E
(99,108,94)
#788074
(120,128,116)
#8D948A
(141,148,138)
#A2A8A0
(162,168,160)
#B7BCB6
(183,188,182)
#CCD0CC
(204,208,204)
#E1E4E2
(225,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1C06; }

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

This text font color is #0F1C06.


Background Color

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

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

This div background color is #0F1C06.


Border color

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

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

This div border color is #0F1C06.


Opacity

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

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

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

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

This text has shadow with #0F1C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1C06 on black background.


Color preview on white background

This text has color #0F1C06 on white background.



Black color preview on #0F1C06 background

This text has black color on #0F1C06 background.


White color preview on #0F1C06 background

This text has white color on #0F1C06 background.