COLOR #0F061D

HEX: #0F061D
RGB: (15,6,29)

Color info

#0F061D contains red, green and blue colors in about the same proportion. Web safe color of #0F061D is #000033 (or #003).

RGB color model

#0F061D color RGB value is (15,6,29).

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

RGB channels and saturation

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

15
6
29

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

Portions of RGB colors in percentages

R + G + B =
15 + 6 + 29 = 50 (100%)
R 15 of 50 ~ 30%
G 6 of 50 ~ 12%
B 29 of 50 ~ 58%

%30
%12
%58

CMYK color model

#0F061D color CMYK value is (48,79,0,89).

  • cyan value is 48.28%
  • magenta value is 79.31%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(48,79,0,89)
C48M79Y0K89 
(48%,79%,0%,89%)
(0.48/0.79/0.00/0.89)	

CMYK percentages

%48.28
%79.31
%0
%88.63

Codes

Color #0F061D in popluar color models

0F061D
RGB15629
HSL263°65.71%6.86%
HSB/HSV263°79.31%11.37%
CMYK48.28%79.31%0.00%
88.63%

Color #0F061D in popluar number systems.

HEX0F061D
Decimal15629
Binary111111011101
Octal17635

Shades and tints

Shades of #0F061D

#0F061D
(15,6,29)
#0E061B
(14,6,27)
#0D0619
(13,6,25)
#0C0617
(12,6,23)
#0B0615
(11,6,21)
#0A0613
(10,6,19)
#090611
(9,6,17)
#08060F
(8,6,15)
#07060D
(7,6,13)
#06060B
(6,6,11)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #0F061D

#0F061D
(15,6,29)
#241C31
(36,28,49)
#393245
(57,50,69)
#4E4859
(78,72,89)
#635E6D
(99,94,109)
#787481
(120,116,129)
#8D8A95
(141,138,149)
#A2A0A9
(162,160,169)
#B7B6BD
(183,182,189)
#CCCCD1
(204,204,209)
#E1E2E5
(225,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F061D; }

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

This text font color is #0F061D.


Background Color

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

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

This div background color is #0F061D.


Border color

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

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

This div border color is #0F061D.


Opacity

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

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

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

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

This text has shadow with #0F061D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F061D on black background.


Color preview on white background

This text has color #0F061D on white background.



Black color preview on #0F061D background

This text has black color on #0F061D background.


White color preview on #0F061D background

This text has white color on #0F061D background.