COLOR #0F0732

HEX: #0F0732
RGB: (15,7,50)

Color info

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

RGB color model

#0F0732 color RGB value is (15,7,50).

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

RGB channels and saturation

R 15 of 255 = 6%
G 7 of 255 = 3%
B 50 of 255 = 20%

15
7
50

R + G + B ~ 10%. #0F0732 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 7 + 50 = 72 (100%)
R 15 of 72 ~ 20.83%
G 7 of 72 ~ 9.72%
B 50 of 72 ~ 69.44%

%20.83
%9.72
%69.44

CMYK color model

#0F0732 color CMYK value is (70,86,0,80).

  • cyan value is 70.00%
  • magenta value is 86.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(70,86,0,80)
C70M86Y0K80 
(70%,86%,0%,80%)
(0.70/0.86/0.00/0.80)	

CMYK percentages

%70
%86
%0
%80.39

Codes

Color #0F0732 in popluar color models

0F0732
RGB15750
HSL251°75.44%11.18%
HSB/HSV251°86.00%19.61%
CMYK70.00%86.00%0.00%
80.39%

Color #0F0732 in popluar number systems.

HEX0F0732
Decimal15750
Binary1111111110010
Octal17762

Shades and tints

Shades of #0F0732

#0F0732
(15,7,50)
#0E072E
(14,7,46)
#0D072A
(13,7,42)
#0C0726
(12,7,38)
#0B0722
(11,7,34)
#0A071E
(10,7,30)
#09071A
(9,7,26)
#080716
(8,7,22)
#070712
(7,7,18)
#06070E
(6,7,14)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #0F0732

#0F0732
(15,7,50)
#241D44
(36,29,68)
#393356
(57,51,86)
#4E4968
(78,73,104)
#635F7A
(99,95,122)
#78758C
(120,117,140)
#8D8B9E
(141,139,158)
#A2A1B0
(162,161,176)
#B7B7C2
(183,183,194)
#CCCDD4
(204,205,212)
#E1E3E6
(225,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0732; }

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

This text font color is #0F0732.


Background Color

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

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

This div background color is #0F0732.


Border color

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

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

This div border color is #0F0732.


Opacity

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

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

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

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

This text has shadow with #0F0732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0732 on black background.


Color preview on white background

This text has color #0F0732 on white background.



Black color preview on #0F0732 background

This text has black color on #0F0732 background.


White color preview on #0F0732 background

This text has white color on #0F0732 background.