COLOR #0F0930

HEX: #0F0930
RGB: (15,9,48)

Color info

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

RGB color model

#0F0930 color RGB value is (15,9,48).

  • red value is 15;
  • green value is 9;
  • blue value is 48.
RGB:
(15,9,48)
(6%,4%,19%)

RGB channels and saturation

R 15 of 255 = 6%
G 9 of 255 = 4%
B 48 of 255 = 19%

15
9
48

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

Portions of RGB colors in percentages

R + G + B =
15 + 9 + 48 = 72 (100%)
R 15 of 72 ~ 20.83%
G 9 of 72 ~ 12.5%
B 48 of 72 ~ 66.67%

%20.83
%12.5
%66.67

CMYK color model

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

  • cyan value is 68.75%
  • magenta value is 81.25%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(69,81,0,81)
C69M81Y0K81 
(69%,81%,0%,81%)
(0.69/0.81/0.00/0.81)	

CMYK percentages

%68.75
%81.25
%0
%81.18

Codes

Color #0F0930 in popluar color models

0F0930
RGB15948
HSL249°68.42%11.18%
HSB/HSV249°81.25%18.82%
CMYK68.75%81.25%0.00%
81.18%

Color #0F0930 in popluar number systems.

HEX0F0930
Decimal15948
Binary11111001110000
Octal171160

Shades and tints

Shades of #0F0930

#0F0930
(15,9,48)
#0E092C
(14,9,44)
#0D0928
(13,9,40)
#0C0924
(12,9,36)
#0B0920
(11,9,32)
#0A091C
(10,9,28)
#090918
(9,9,24)
#080914
(8,9,20)
#070910
(7,9,16)
#06090C
(6,9,12)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #0F0930

#0F0930
(15,9,48)
#241F42
(36,31,66)
#393554
(57,53,84)
#4E4B66
(78,75,102)
#636178
(99,97,120)
#78778A
(120,119,138)
#8D8D9C
(141,141,156)
#A2A3AE
(162,163,174)
#B7B9C0
(183,185,192)
#CCCFD2
(204,207,210)
#E1E5E4
(225,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0930; }

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

This text font color is #0F0930.


Background Color

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

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

This div background color is #0F0930.


Border color

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

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

This div border color is #0F0930.


Opacity

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

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

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

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

This text has shadow with #0F0930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0930 on black background.


Color preview on white background

This text has color #0F0930 on white background.



Black color preview on #0F0930 background

This text has black color on #0F0930 background.


White color preview on #0F0930 background

This text has white color on #0F0930 background.