COLOR #0F072E

HEX: #0F072E
RGB: (15,7,46)

Color info

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

RGB color model

#0F072E color RGB value is (15,7,46).

  • red value is 15;
  • green value is 7;
  • blue value is 46.
RGB:
(15,7,46)
(6%,3%,18%)

RGB channels and saturation

R 15 of 255 = 6%
G 7 of 255 = 3%
B 46 of 255 = 18%

15
7
46

R + G + B ~ 9%. #0F072E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 7 + 46 = 68 (100%)
R 15 of 68 ~ 22.06%
G 7 of 68 ~ 10.29%
B 46 of 68 ~ 67.65%

%22.06
%10.29
%67.65

CMYK color model

#0F072E color CMYK value is (67,85,0,82).

  • cyan value is 67.39%
  • magenta value is 84.78%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(67,85,0,82)
C67M85Y0K82 
(67%,85%,0%,82%)
(0.67/0.85/0.00/0.82)	

CMYK percentages

%67.39
%84.78
%0
%81.96

Codes

Color #0F072E in popluar color models

0F072E
RGB15746
HSL252°73.58%10.39%
HSB/HSV252°84.78%18.04%
CMYK67.39%84.78%0.00%
81.96%

Color #0F072E in popluar number systems.

HEX0F072E
Decimal15746
Binary1111111101110
Octal17756

Shades and tints

Shades of #0F072E

#0F072E
(15,7,46)
#0E072A
(14,7,42)
#0D0726
(13,7,38)
#0C0722
(12,7,34)
#0B071E
(11,7,30)
#0A071A
(10,7,26)
#090716
(9,7,22)
#080712
(8,7,18)
#07070E
(7,7,14)
#06070A
(6,7,10)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #0F072E

#0F072E
(15,7,46)
#241D41
(36,29,65)
#393354
(57,51,84)
#4E4967
(78,73,103)
#635F7A
(99,95,122)
#78758D
(120,117,141)
#8D8BA0
(141,139,160)
#A2A1B3
(162,161,179)
#B7B7C6
(183,183,198)
#CCCDD9
(204,205,217)
#E1E3EC
(225,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F072E color. Also use rgb(15,7,46) instead hex code.

Text Font Color

.myTextColor { color: #0F072E; }

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

This text font color is #0F072E.


Background Color

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

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

This div background color is #0F072E.


Border color

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

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

This div border color is #0F072E.


Opacity

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

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

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

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

This text has shadow with #0F072E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F072E on black background.


Color preview on white background

This text has color #0F072E on white background.



Black color preview on #0F072E background

This text has black color on #0F072E background.


White color preview on #0F072E background

This text has white color on #0F072E background.