COLOR #0F0C2C

HEX: #0F0C2C
RGB: (15,12,44)

Color info

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

RGB color model

#0F0C2C color RGB value is (15,12,44).

  • red value is 15;
  • green value is 12;
  • blue value is 44.
RGB:
(15,12,44)
(6%,5%,17%)

RGB channels and saturation

R 15 of 255 = 6%
G 12 of 255 = 5%
B 44 of 255 = 17%

15
12
44

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

Portions of RGB colors in percentages

R + G + B =
15 + 12 + 44 = 71 (100%)
R 15 of 71 ~ 21.13%
G 12 of 71 ~ 16.9%
B 44 of 71 ~ 61.97%

%21.13
%16.9
%61.97

CMYK color model

#0F0C2C color CMYK value is (66,73,0,83).

  • cyan value is 65.91%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(66,73,0,83)
C66M73Y0K83 
(66%,73%,0%,83%)
(0.66/0.73/0.00/0.83)	

CMYK percentages

%65.91
%72.73
%0
%82.75

Codes

Color #0F0C2C in popluar color models

0F0C2C
RGB151244
HSL246°57.14%10.98%
HSB/HSV246°72.73%17.25%
CMYK65.91%72.73%0.00%
82.75%

Color #0F0C2C in popluar number systems.

HEX0F0C2C
Decimal151244
Binary11111100101100
Octal171454

Shades and tints

Shades of #0F0C2C

#0F0C2C
(15,12,44)
#0E0B28
(14,11,40)
#0D0A24
(13,10,36)
#0C0920
(12,9,32)
#0B081C
(11,8,28)
#0A0718
(10,7,24)
#090614
(9,6,20)
#080510
(8,5,16)
#07040C
(7,4,12)
#060308
(6,3,8)
#050204
(5,2,4)
#000000
(0,0,0)

Tints of #0F0C2C

#0F0C2C
(15,12,44)
#24223F
(36,34,63)
#393852
(57,56,82)
#4E4E65
(78,78,101)
#636478
(99,100,120)
#787A8B
(120,122,139)
#8D909E
(141,144,158)
#A2A6B1
(162,166,177)
#B7BCC4
(183,188,196)
#CCD2D7
(204,210,215)
#E1E8EA
(225,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F0C2C color. Also use rgb(15,12,44) instead hex code.

Text Font Color

.myTextColor { color: #0F0C2C; }

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

This text font color is #0F0C2C.


Background Color

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

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

This div background color is #0F0C2C.


Border color

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

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

This div border color is #0F0C2C.


Opacity

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

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

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

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

This text has shadow with #0F0C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0C2C on black background.


Color preview on white background

This text has color #0F0C2C on white background.



Black color preview on #0F0C2C background

This text has black color on #0F0C2C background.


White color preview on #0F0C2C background

This text has white color on #0F0C2C background.