COLOR #0F1D1D

HEX: #0F1D1D
RGB: (15,29,29)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
29
29

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

Portions of RGB colors in percentages

R + G + B =
15 + 29 + 29 = 73 (100%)
R 15 of 73 ~ 20.55%
G 29 of 73 ~ 39.73%
B 29 of 73 ~ 39.73%

%20.55
%39.73
%39.73

CMYK color model

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

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

CMYK percentages

%48.28
%0
%0
%88.63

Codes

Color #0F1D1D in popluar color models

0F1D1D
RGB152929
HSL180°31.82%8.63%
HSB/HSV180°48.28%11.37%
CMYK48.28%0.00%0.00%
88.63%

Color #0F1D1D in popluar number systems.

HEX0F1D1D
Decimal152929
Binary11111110111101
Octal173535

Shades and tints

Shades of #0F1D1D

#0F1D1D
(15,29,29)
#0E1B1B
(14,27,27)
#0D1919
(13,25,25)
#0C1717
(12,23,23)
#0B1515
(11,21,21)
#0A1313
(10,19,19)
#091111
(9,17,17)
#080F0F
(8,15,15)
#070D0D
(7,13,13)
#060B0B
(6,11,11)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #0F1D1D

#0F1D1D
(15,29,29)
#243131
(36,49,49)
#394545
(57,69,69)
#4E5959
(78,89,89)
#636D6D
(99,109,109)
#788181
(120,129,129)
#8D9595
(141,149,149)
#A2A9A9
(162,169,169)
#B7BDBD
(183,189,189)
#CCD1D1
(204,209,209)
#E1E5E5
(225,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1D1D; }

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

This text font color is #0F1D1D.


Background Color

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

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

This div background color is #0F1D1D.


Border color

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

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

This div border color is #0F1D1D.


Opacity

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

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

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

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

This text has shadow with #0F1D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1D1D on black background.


Color preview on white background

This text has color #0F1D1D on white background.



Black color preview on #0F1D1D background

This text has black color on #0F1D1D background.


White color preview on #0F1D1D background

This text has white color on #0F1D1D background.