COLOR #0F0C33

HEX: #0F0C33
RGB: (15,12,51)

Color info

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

RGB color model

#0F0C33 color RGB value is (15,12,51).

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

RGB channels and saturation

R 15 of 255 = 6%
G 12 of 255 = 5%
B 51 of 255 = 20%

15
12
51

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

Portions of RGB colors in percentages

R + G + B =
15 + 12 + 51 = 78 (100%)
R 15 of 78 ~ 19.23%
G 12 of 78 ~ 15.38%
B 51 of 78 ~ 65.38%

%19.23
%15.38
%65.38

CMYK color model

#0F0C33 color CMYK value is (71,76,0,80).

  • cyan value is 70.59%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(71,76,0,80)
C71M76Y0K80 
(71%,76%,0%,80%)
(0.71/0.76/0.00/0.80)	

CMYK percentages

%70.59
%76.47
%0
%80

Codes

Color #0F0C33 in popluar color models

0F0C33
RGB151251
HSL245°61.90%12.35%
HSB/HSV245°76.47%20.00%
CMYK70.59%76.47%0.00%
80.00%

Color #0F0C33 in popluar number systems.

HEX0F0C33
Decimal151251
Binary11111100110011
Octal171463

Shades and tints

Shades of #0F0C33

#0F0C33
(15,12,51)
#0E0B2F
(14,11,47)
#0D0A2B
(13,10,43)
#0C0927
(12,9,39)
#0B0823
(11,8,35)
#0A071F
(10,7,31)
#09061B
(9,6,27)
#080517
(8,5,23)
#070413
(7,4,19)
#06030F
(6,3,15)
#05020B
(5,2,11)
#000000
(0,0,0)

Tints of #0F0C33

#0F0C33
(15,12,51)
#242245
(36,34,69)
#393857
(57,56,87)
#4E4E69
(78,78,105)
#63647B
(99,100,123)
#787A8D
(120,122,141)
#8D909F
(141,144,159)
#A2A6B1
(162,166,177)
#B7BCC3
(183,188,195)
#CCD2D5
(204,210,213)
#E1E8E7
(225,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0C33; }

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

This text font color is #0F0C33.


Background Color

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

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

This div background color is #0F0C33.


Border color

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

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

This div border color is #0F0C33.


Opacity

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

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

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

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

This text has shadow with #0F0C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0C33 on black background.


Color preview on white background

This text has color #0F0C33 on white background.



Black color preview on #0F0C33 background

This text has black color on #0F0C33 background.


White color preview on #0F0C33 background

This text has white color on #0F0C33 background.