COLOR #0F0C2D

HEX: #0F0C2D
RGB: (15,12,45)

Color info

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

RGB color model

#0F0C2D color RGB value is (15,12,45).

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

RGB channels and saturation

R 15 of 255 = 6%
G 12 of 255 = 5%
B 45 of 255 = 18%

15
12
45

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

Portions of RGB colors in percentages

R + G + B =
15 + 12 + 45 = 72 (100%)
R 15 of 72 ~ 20.83%
G 12 of 72 ~ 16.67%
B 45 of 72 ~ 62.5%

%20.83
%16.67
%62.5

CMYK color model

#0F0C2D color CMYK value is (67,73,0,82).

  • cyan value is 66.67%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(67,73,0,82)
C67M73Y0K82 
(67%,73%,0%,82%)
(0.67/0.73/0.00/0.82)	

CMYK percentages

%66.67
%73.33
%0
%82.35

Codes

Color #0F0C2D in popluar color models

0F0C2D
RGB151245
HSL245°57.89%11.18%
HSB/HSV245°73.33%17.65%
CMYK66.67%73.33%0.00%
82.35%

Color #0F0C2D in popluar number systems.

HEX0F0C2D
Decimal151245
Binary11111100101101
Octal171455

Shades and tints

Shades of #0F0C2D

#0F0C2D
(15,12,45)
#0E0B29
(14,11,41)
#0D0A25
(13,10,37)
#0C0921
(12,9,33)
#0B081D
(11,8,29)
#0A0719
(10,7,25)
#090615
(9,6,21)
#080511
(8,5,17)
#07040D
(7,4,13)
#060309
(6,3,9)
#050205
(5,2,5)
#000000
(0,0,0)

Tints of #0F0C2D

#0F0C2D
(15,12,45)
#242240
(36,34,64)
#393853
(57,56,83)
#4E4E66
(78,78,102)
#636479
(99,100,121)
#787A8C
(120,122,140)
#8D909F
(141,144,159)
#A2A6B2
(162,166,178)
#B7BCC5
(183,188,197)
#CCD2D8
(204,210,216)
#E1E8EB
(225,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0C2D; }

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

This text font color is #0F0C2D.


Background Color

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

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

This div background color is #0F0C2D.


Border color

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

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

This div border color is #0F0C2D.


Opacity

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

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

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

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

This text has shadow with #0F0C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0C2D on black background.


Color preview on white background

This text has color #0F0C2D on white background.



Black color preview on #0F0C2D background

This text has black color on #0F0C2D background.


White color preview on #0F0C2D background

This text has white color on #0F0C2D background.