COLOR #0F1A09

HEX: #0F1A09
RGB: (15,26,9)

Color info

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

RGB color model

#0F1A09 color RGB value is (15,26,9).

  • red value is 15;
  • green value is 26;
  • blue value is 9.
RGB:
(15,26,9)
(6%,10%,4%)

RGB channels and saturation

R 15 of 255 = 6%
G 26 of 255 = 10%
B 9 of 255 = 4%

15
26
9

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

Portions of RGB colors in percentages

R + G + B =
15 + 26 + 9 = 50 (100%)
R 15 of 50 ~ 30%
G 26 of 50 ~ 52%
B 9 of 50 ~ 18%

%30
%52
%18

CMYK color model

#0F1A09 color CMYK value is (42,0,65,90).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 89.80%
CMYK:
(42,0,65,90)
C42M0Y65K90 
(42%,0%,65%,90%)
(0.42/0.00/0.65/0.90)	

CMYK percentages

%42.31
%0
%65.38
%89.8

Codes

Color #0F1A09 in popluar color models

0F1A09
RGB15269
HSL99°48.57%6.86%
HSB/HSV99°65.38%10.20%
CMYK42.31%0.00%65.38%
89.80%

Color #0F1A09 in popluar number systems.

HEX0F1A09
Decimal15269
Binary1111110101001
Octal173211

Shades and tints

Shades of #0F1A09

#0F1A09
(15,26,9)
#0E1809
(14,24,9)
#0D1609
(13,22,9)
#0C1409
(12,20,9)
#0B1209
(11,18,9)
#0A1009
(10,16,9)
#090E09
(9,14,9)
#080C09
(8,12,9)
#070A09
(7,10,9)
#060809
(6,8,9)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #0F1A09

#0F1A09
(15,26,9)
#242E1F
(36,46,31)
#394235
(57,66,53)
#4E564B
(78,86,75)
#636A61
(99,106,97)
#787E77
(120,126,119)
#8D928D
(141,146,141)
#A2A6A3
(162,166,163)
#B7BAB9
(183,186,185)
#CCCECF
(204,206,207)
#E1E2E5
(225,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1A09 color. Also use rgb(15,26,9) instead hex code.

Text Font Color

.myTextColor { color: #0F1A09; }

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

This text font color is #0F1A09.


Background Color

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

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

This div background color is #0F1A09.


Border color

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

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

This div border color is #0F1A09.


Opacity

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

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

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

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

This text has shadow with #0F1A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1A09 on black background.


Color preview on white background

This text has color #0F1A09 on white background.



Black color preview on #0F1A09 background

This text has black color on #0F1A09 background.


White color preview on #0F1A09 background

This text has white color on #0F1A09 background.