COLOR #0F072D

HEX: #0F072D
RGB: (15,7,45)

Color info

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

RGB color model

#0F072D color RGB value is (15,7,45).

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

RGB channels and saturation

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

15
7
45

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

Portions of RGB colors in percentages

R + G + B =
15 + 7 + 45 = 67 (100%)
R 15 of 67 ~ 22.39%
G 7 of 67 ~ 10.45%
B 45 of 67 ~ 67.16%

%22.39
%10.45
%67.16

CMYK color model

#0F072D color CMYK value is (67,84,0,82).

  • cyan value is 66.67%
  • magenta value is 84.44%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(67,84,0,82)
C67M84Y0K82 
(67%,84%,0%,82%)
(0.67/0.84/0.00/0.82)	

CMYK percentages

%66.67
%84.44
%0
%82.35

Codes

Color #0F072D in popluar color models

0F072D
RGB15745
HSL253°73.08%10.20%
HSB/HSV253°84.44%17.65%
CMYK66.67%84.44%0.00%
82.35%

Color #0F072D in popluar number systems.

HEX0F072D
Decimal15745
Binary1111111101101
Octal17755

Shades and tints

Shades of #0F072D

#0F072D
(15,7,45)
#0E0729
(14,7,41)
#0D0725
(13,7,37)
#0C0721
(12,7,33)
#0B071D
(11,7,29)
#0A0719
(10,7,25)
#090715
(9,7,21)
#080711
(8,7,17)
#07070D
(7,7,13)
#060709
(6,7,9)
#050705
(5,7,5)
#000000
(0,0,0)

Tints of #0F072D

#0F072D
(15,7,45)
#241D40
(36,29,64)
#393353
(57,51,83)
#4E4966
(78,73,102)
#635F79
(99,95,121)
#78758C
(120,117,140)
#8D8B9F
(141,139,159)
#A2A1B2
(162,161,178)
#B7B7C5
(183,183,197)
#CCCDD8
(204,205,216)
#E1E3EB
(225,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F072D; }

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

This text font color is #0F072D.


Background Color

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

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

This div background color is #0F072D.


Border color

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

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

This div border color is #0F072D.


Opacity

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

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

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

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

This text has shadow with #0F072D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F072D on black background.


Color preview on white background

This text has color #0F072D on white background.



Black color preview on #0F072D background

This text has black color on #0F072D background.


White color preview on #0F072D background

This text has white color on #0F072D background.