COLOR #0F241E

HEX: #0F241E
RGB: (15,36,30)

Color info

#0F241E contains red, green and blue colors in about the same proportion. Web safe color of #0F241E is #003333 (or #033).

RGB color model

#0F241E color RGB value is (15,36,30).

  • red value is 15;
  • green value is 36;
  • blue value is 30.
RGB:
(15,36,30)
(6%,14%,12%)

RGB channels and saturation

R 15 of 255 = 6%
G 36 of 255 = 14%
B 30 of 255 = 12%

15
36
30

R + G + B ~ 11%. #0F241E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 36 + 30 = 81 (100%)
R 15 of 81 ~ 18.52%
G 36 of 81 ~ 44.44%
B 30 of 81 ~ 37.04%

%18.52
%44.44
%37.04

CMYK color model

#0F241E color CMYK value is (58,0,17,86).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 85.88%
CMYK:
(58,0,17,86)
C58M0Y17K86 
(58%,0%,17%,86%)
(0.58/0.00/0.17/0.86)	

CMYK percentages

%58.33
%0
%16.67
%85.88

Codes

Color #0F241E in popluar color models

0F241E
RGB153630
HSL163°41.18%10.00%
HSB/HSV163°58.33%14.12%
CMYK58.33%0.00%16.67%
85.88%

Color #0F241E in popluar number systems.

HEX0F241E
Decimal153630
Binary111110010011110
Octal174436

Shades and tints

Shades of #0F241E

#0F241E
(15,36,30)
#0E211C
(14,33,28)
#0D1E1A
(13,30,26)
#0C1B18
(12,27,24)
#0B1816
(11,24,22)
#0A1514
(10,21,20)
#091212
(9,18,18)
#080F10
(8,15,16)
#070C0E
(7,12,14)
#06090C
(6,9,12)
#05060A
(5,6,10)
#000000
(0,0,0)

Tints of #0F241E

#0F241E
(15,36,30)
#243732
(36,55,50)
#394A46
(57,74,70)
#4E5D5A
(78,93,90)
#63706E
(99,112,110)
#788382
(120,131,130)
#8D9696
(141,150,150)
#A2A9AA
(162,169,170)
#B7BCBE
(183,188,190)
#CCCFD2
(204,207,210)
#E1E2E6
(225,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F241E color. Also use rgb(15,36,30) instead hex code.

Text Font Color

.myTextColor { color: #0F241E; }

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

This text font color is #0F241E.


Background Color

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

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

This div background color is #0F241E.


Border color

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

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

This div border color is #0F241E.


Opacity

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

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

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

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

This text has shadow with #0F241E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F241E on black background.


Color preview on white background

This text has color #0F241E on white background.



Black color preview on #0F241E background

This text has black color on #0F241E background.


White color preview on #0F241E background

This text has white color on #0F241E background.