COLOR #0F0C26

HEX: #0F0C26
RGB: (15,12,38)

Color info

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

RGB color model

#0F0C26 color RGB value is (15,12,38).

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

RGB channels and saturation

R 15 of 255 = 6%
G 12 of 255 = 5%
B 38 of 255 = 15%

15
12
38

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

Portions of RGB colors in percentages

R + G + B =
15 + 12 + 38 = 65 (100%)
R 15 of 65 ~ 23.08%
G 12 of 65 ~ 18.46%
B 38 of 65 ~ 58.46%

%23.08
%18.46
%58.46

CMYK color model

#0F0C26 color CMYK value is (61,68,0,85).

  • cyan value is 60.53%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(61,68,0,85)
C61M68Y0K85 
(61%,68%,0%,85%)
(0.61/0.68/0.00/0.85)	

CMYK percentages

%60.53
%68.42
%0
%85.1

Codes

Color #0F0C26 in popluar color models

0F0C26
RGB151238
HSL247°52.00%9.80%
HSB/HSV247°68.42%14.90%
CMYK60.53%68.42%0.00%
85.10%

Color #0F0C26 in popluar number systems.

HEX0F0C26
Decimal151238
Binary11111100100110
Octal171446

Shades and tints

Shades of #0F0C26

#0F0C26
(15,12,38)
#0E0B23
(14,11,35)
#0D0A20
(13,10,32)
#0C091D
(12,9,29)
#0B081A
(11,8,26)
#0A0717
(10,7,23)
#090614
(9,6,20)
#080511
(8,5,17)
#07040E
(7,4,14)
#06030B
(6,3,11)
#050208
(5,2,8)
#000000
(0,0,0)

Tints of #0F0C26

#0F0C26
(15,12,38)
#242239
(36,34,57)
#39384C
(57,56,76)
#4E4E5F
(78,78,95)
#636472
(99,100,114)
#787A85
(120,122,133)
#8D9098
(141,144,152)
#A2A6AB
(162,166,171)
#B7BCBE
(183,188,190)
#CCD2D1
(204,210,209)
#E1E8E4
(225,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0C26; }

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

This text font color is #0F0C26.


Background Color

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

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

This div background color is #0F0C26.


Border color

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

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

This div border color is #0F0C26.


Opacity

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

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

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

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

This text has shadow with #0F0C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0C26 on black background.


Color preview on white background

This text has color #0F0C26 on white background.



Black color preview on #0F0C26 background

This text has black color on #0F0C26 background.


White color preview on #0F0C26 background

This text has white color on #0F0C26 background.