COLOR #0F1C1E

HEX: #0F1C1E
RGB: (15,28,30)

Color info

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

RGB color model

#0F1C1E color RGB value is (15,28,30).

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

RGB channels and saturation

R 15 of 255 = 6%
G 28 of 255 = 11%
B 30 of 255 = 12%

15
28
30

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

Portions of RGB colors in percentages

R + G + B =
15 + 28 + 30 = 73 (100%)
R 15 of 73 ~ 20.55%
G 28 of 73 ~ 38.36%
B 30 of 73 ~ 41.1%

%20.55
%38.36
%41.1

CMYK color model

#0F1C1E color CMYK value is (50,7,0,88).

  • cyan value is 50.00%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(50,7,0,88)
C50M7Y0K88 
(50%,7%,0%,88%)
(0.50/0.07/0.00/0.88)	

CMYK percentages

%50
%6.67
%0
%88.24

Codes

Color #0F1C1E in popluar color models

0F1C1E
RGB152830
HSL188°33.33%8.82%
HSB/HSV188°50.00%11.76%
CMYK50.00%6.67%0.00%
88.24%

Color #0F1C1E in popluar number systems.

HEX0F1C1E
Decimal152830
Binary11111110011110
Octal173436

Shades and tints

Shades of #0F1C1E

#0F1C1E
(15,28,30)
#0E1A1C
(14,26,28)
#0D181A
(13,24,26)
#0C1618
(12,22,24)
#0B1416
(11,20,22)
#0A1214
(10,18,20)
#091012
(9,16,18)
#080E10
(8,14,16)
#070C0E
(7,12,14)
#060A0C
(6,10,12)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #0F1C1E

#0F1C1E
(15,28,30)
#243032
(36,48,50)
#394446
(57,68,70)
#4E585A
(78,88,90)
#636C6E
(99,108,110)
#788082
(120,128,130)
#8D9496
(141,148,150)
#A2A8AA
(162,168,170)
#B7BCBE
(183,188,190)
#CCD0D2
(204,208,210)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1C1E; }

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

This text font color is #0F1C1E.


Background Color

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

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

This div background color is #0F1C1E.


Border color

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

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

This div border color is #0F1C1E.


Opacity

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

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

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

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

This text has shadow with #0F1C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1C1E on black background.


Color preview on white background

This text has color #0F1C1E on white background.



Black color preview on #0F1C1E background

This text has black color on #0F1C1E background.


White color preview on #0F1C1E background

This text has white color on #0F1C1E background.