COLOR #0F061A

HEX: #0F061A
RGB: (15,6,26)

Color info

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

RGB color model

#0F061A color RGB value is (15,6,26).

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

RGB channels and saturation

R 15 of 255 = 6%
G 6 of 255 = 2%
B 26 of 255 = 10%

15
6
26

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

Portions of RGB colors in percentages

R + G + B =
15 + 6 + 26 = 47 (100%)
R 15 of 47 ~ 31.91%
G 6 of 47 ~ 12.77%
B 26 of 47 ~ 55.32%

%31.91
%12.77
%55.32

CMYK color model

#0F061A color CMYK value is (42,77,0,90).

  • cyan value is 42.31%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(42,77,0,90)
C42M77Y0K90 
(42%,77%,0%,90%)
(0.42/0.77/0.00/0.90)	

CMYK percentages

%42.31
%76.92
%0
%89.8

Codes

Color #0F061A in popluar color models

0F061A
RGB15626
HSL267°62.50%6.27%
HSB/HSV267°76.92%10.20%
CMYK42.31%76.92%0.00%
89.80%

Color #0F061A in popluar number systems.

HEX0F061A
Decimal15626
Binary111111011010
Octal17632

Shades and tints

Shades of #0F061A

#0F061A
(15,6,26)
#0E0618
(14,6,24)
#0D0616
(13,6,22)
#0C0614
(12,6,20)
#0B0612
(11,6,18)
#0A0610
(10,6,16)
#09060E
(9,6,14)
#08060C
(8,6,12)
#07060A
(7,6,10)
#060608
(6,6,8)
#050606
(5,6,6)
#000000
(0,0,0)

Tints of #0F061A

#0F061A
(15,6,26)
#241C2E
(36,28,46)
#393242
(57,50,66)
#4E4856
(78,72,86)
#635E6A
(99,94,106)
#78747E
(120,116,126)
#8D8A92
(141,138,146)
#A2A0A6
(162,160,166)
#B7B6BA
(183,182,186)
#CCCCCE
(204,204,206)
#E1E2E2
(225,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F061A; }

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

This text font color is #0F061A.


Background Color

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

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

This div background color is #0F061A.


Border color

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

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

This div border color is #0F061A.


Opacity

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

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

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

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

This text has shadow with #0F061A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F061A on black background.


Color preview on white background

This text has color #0F061A on white background.



Black color preview on #0F061A background

This text has black color on #0F061A background.


White color preview on #0F061A background

This text has white color on #0F061A background.