COLOR #0F0731

HEX: #0F0731
RGB: (15,7,49)

Color info

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

RGB color model

#0F0731 color RGB value is (15,7,49).

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

RGB channels and saturation

R 15 of 255 = 6%
G 7 of 255 = 3%
B 49 of 255 = 19%

15
7
49

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

Portions of RGB colors in percentages

R + G + B =
15 + 7 + 49 = 71 (100%)
R 15 of 71 ~ 21.13%
G 7 of 71 ~ 9.86%
B 49 of 71 ~ 69.01%

%21.13
%9.86
%69.01

CMYK color model

#0F0731 color CMYK value is (69,86,0,81).

  • cyan value is 69.39%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(69,86,0,81)
C69M86Y0K81 
(69%,86%,0%,81%)
(0.69/0.86/0.00/0.81)	

CMYK percentages

%69.39
%85.71
%0
%80.78

Codes

Color #0F0731 in popluar color models

0F0731
RGB15749
HSL251°75.00%10.98%
HSB/HSV251°85.71%19.22%
CMYK69.39%85.71%0.00%
80.78%

Color #0F0731 in popluar number systems.

HEX0F0731
Decimal15749
Binary1111111110001
Octal17761

Shades and tints

Shades of #0F0731

#0F0731
(15,7,49)
#0E072D
(14,7,45)
#0D0729
(13,7,41)
#0C0725
(12,7,37)
#0B0721
(11,7,33)
#0A071D
(10,7,29)
#090719
(9,7,25)
#080715
(8,7,21)
#070711
(7,7,17)
#06070D
(6,7,13)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #0F0731

#0F0731
(15,7,49)
#241D43
(36,29,67)
#393355
(57,51,85)
#4E4967
(78,73,103)
#635F79
(99,95,121)
#78758B
(120,117,139)
#8D8B9D
(141,139,157)
#A2A1AF
(162,161,175)
#B7B7C1
(183,183,193)
#CCCDD3
(204,205,211)
#E1E3E5
(225,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0731; }

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

This text font color is #0F0731.


Background Color

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

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

This div background color is #0F0731.


Border color

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

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

This div border color is #0F0731.


Opacity

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

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

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

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

This text has shadow with #0F0731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0731 on black background.


Color preview on white background

This text has color #0F0731 on white background.



Black color preview on #0F0731 background

This text has black color on #0F0731 background.


White color preview on #0F0731 background

This text has white color on #0F0731 background.