COLOR #0F1D1C

HEX: #0F1D1C
RGB: (15,29,28)

Color info

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

RGB color model

#0F1D1C color RGB value is (15,29,28).

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

RGB channels and saturation

R 15 of 255 = 6%
G 29 of 255 = 11%
B 28 of 255 = 11%

15
29
28

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

Portions of RGB colors in percentages

R + G + B =
15 + 29 + 28 = 72 (100%)
R 15 of 72 ~ 20.83%
G 29 of 72 ~ 40.28%
B 28 of 72 ~ 38.89%

%20.83
%40.28
%38.89

CMYK color model

#0F1D1C color CMYK value is (48,0,3,89).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 88.63%
CMYK:
(48,0,3,89)
C48M0Y3K89 
(48%,0%,3%,89%)
(0.48/0.00/0.03/0.89)	

CMYK percentages

%48.28
%0
%3.45
%88.63

Codes

Color #0F1D1C in popluar color models

0F1D1C
RGB152928
HSL176°31.82%8.63%
HSB/HSV176°48.28%11.37%
CMYK48.28%0.00%3.45%
88.63%

Color #0F1D1C in popluar number systems.

HEX0F1D1C
Decimal152928
Binary11111110111100
Octal173534

Shades and tints

Shades of #0F1D1C

#0F1D1C
(15,29,28)
#0E1B1A
(14,27,26)
#0D1918
(13,25,24)
#0C1716
(12,23,22)
#0B1514
(11,21,20)
#0A1312
(10,19,18)
#091110
(9,17,16)
#080F0E
(8,15,14)
#070D0C
(7,13,12)
#060B0A
(6,11,10)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #0F1D1C

#0F1D1C
(15,29,28)
#243130
(36,49,48)
#394544
(57,69,68)
#4E5958
(78,89,88)
#636D6C
(99,109,108)
#788180
(120,129,128)
#8D9594
(141,149,148)
#A2A9A8
(162,169,168)
#B7BDBC
(183,189,188)
#CCD1D0
(204,209,208)
#E1E5E4
(225,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1D1C; }

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

This text font color is #0F1D1C.


Background Color

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

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

This div background color is #0F1D1C.


Border color

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

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

This div border color is #0F1D1C.


Opacity

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

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

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

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

This text has shadow with #0F1D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1D1C on black background.


Color preview on white background

This text has color #0F1D1C on white background.



Black color preview on #0F1D1C background

This text has black color on #0F1D1C background.


White color preview on #0F1D1C background

This text has white color on #0F1D1C background.