COLOR #0F0932

HEX: #0F0932 RGB: (15,9,50)

Color info

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

RGB color model

#0F0932 color RGB value is (15,9,50).

RGB: (15,9,50) (6%, 4%, 20%)

RGB channels and saturation

R 15 of 255 = 6%
G 9 of 255 = 4%
B 50 of 255 = 20%

15
9
50

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

Portions of RGB colors in percentages

R + G + B = 15 + 9 + 50 = 74 (100%)
R 15 of 74 ~ 20.27%
G 9 of 74 ~ 12.16%
B 50 of 74 ~ 67.57'%

%20.27
%12.16
%67.57

CMYK color model

#0F0932 color CMYK value is (70,82,0,80).

  • cyan value is 70.00%
  • magenta value is 82.00%
  • yellow value is 0.00%
  • key color value is 80.39%

CMYK: (70,82,0,80)
C70M82Y0K80 (70%, 82%, 0%, 80%)
(0.70 / 0.82 / 0.00 / 0.80)

CMYK percentages

%70
%82
%0
%80.39

Codes

Color #0F0932 in popluar color models

0F 09 32
RGB 15 9 50
HSL 249° 69.49% 11.57%
HSB/HSV 249° 82.00% 19.61%
CMYK 70.00% 82.00% 0.00%
80.39%

Color #0F0932 in popluar number systems.

HEX 0F 09 32
Decimal 15 9 50
Binary 1111 1001 110010
Octal 17 11 62

Shades and tints

Shades of #0F0932

#0F0932
(15,9,50)
#0E092E
(14,9,46)
#0D092A
(13,9,42)
#0C0926
(12,9,38)
#0B0922
(11,9,34)
#0A091E
(10,9,30)
#09091A
(9,9,26)
#080916
(8,9,22)
#070912
(7,9,18)
#06090E
(6,9,14)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #0F0932

#0F0932
(15,9,50)
#241F44
(36,31,68)
#393556
(57,53,86)
#4E4B68
(78,75,104)
#63617A
(99,97,122)
#78778C
(120,119,140)
#8D8D9E
(141,141,158)
#A2A3B0
(162,163,176)
#B7B9C2
(183,185,194)
#CCCFD4
(204,207,212)
#E1E5E6
(225,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0932; }

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

This text font color is #0F0932.

Background Color

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

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

This div background color is #0F0932.

Border color

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

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

This div border color is #0F0932.

Opacity

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

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

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

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

This text has shadow with #0F0932 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0932.

Preview

Color preview on black background

This text has color #0F0932 on black background.


Color preview on white background

This text has color #0F0932 on white background.


Black color preview on #0F0932 background

This text has black color on #0F0932 background.


White color preview on #0F0932 background

This text has white color on #0F0932 background.


Related colors

Complementary color

Complementary color for #hex is #F0F6CD.


I love getcolorcode.com

Triadic colors

1 #320F09 and #09320F with #0F0932 are triadic colors.

2 #32090F and #090F32 with #0F0932 are triadic colors.