COLOR #0F080D

HEX: #0F080D RGB: (15,8,13)

Color info

#0F080D contains red, green and blue colors in about the same proportion. Web safe color of #0F080D is #000000 (or #000).

RGB color model

#0F080D color RGB value is (15,8,13).

RGB: (15,8,13) (6%, 3%, 5%)

RGB channels and saturation

R 15 of 255 = 6%
G 8 of 255 = 3%
B 13 of 255 = 5%

15
8
13

R + G + B ~ 5%. #0F080D is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 8 + 13 = 36 (100%)
R 15 of 36 ~ 41.67%
G 8 of 36 ~ 22.22%
B 13 of 36 ~ 36.11'%

%41.67
%22.22
%36.11

CMYK color model

#0F080D color CMYK value is (0,47,13,94).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 13.33%
  • key color value is 94.12%

CMYK: (0,47,13,94)
C0M47Y13K94 (0%, 47%, 13%, 94%)
(0.00 / 0.47 / 0.13 / 0.94)

CMYK percentages

%0
%46.67
%13.33
%94.12

Codes

Color #0F080D in popluar color models

0F 08 0D
RGB 15 8 13
HSL 317° 30.43% 4.51%
HSB/HSV 317° 46.67% 5.88%
CMYK 0.00% 46.67% 13.33%
94.12%

Color #0F080D in popluar number systems.

HEX 0F 08 0D
Decimal 15 8 13
Binary 1111 1000 1101
Octal 17 10 15

Shades and tints

Shades of #0F080D

#0F080D
(15,8,13)
#0E080C
(14,8,12)
#0D080B
(13,8,11)
#0C080A
(12,8,10)
#0B0809
(11,8,9)
#0A0808
(10,8,8)
#090807
(9,8,7)
#080806
(8,8,6)
#070805
(7,8,5)
#060804
(6,8,4)
#050803
(5,8,3)
#000000
(0,0,0)

Tints of #0F080D

#0F080D
(15,8,13)
#241E23
(36,30,35)
#393439
(57,52,57)
#4E4A4F
(78,74,79)
#636065
(99,96,101)
#78767B
(120,118,123)
#8D8C91
(141,140,145)
#A2A2A7
(162,162,167)
#B7B8BD
(183,184,189)
#CCCED3
(204,206,211)
#E1E4E9
(225,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F080D; }

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

This text font color is #0F080D.

Background Color

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

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

This div background color is #0F080D.

Border color

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

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

This div border color is #0F080D.

Opacity

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

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

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

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

This text has shadow with #0F080D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F080D.

Preview

Color preview on black background

This text has color #0F080D on black background.


Color preview on white background

This text has color #0F080D on white background.


Black color preview on #0F080D background

This text has black color on #0F080D background.


White color preview on #0F080D background

This text has white color on #0F080D background.


Related colors

Complementary color

Complementary color for #hex is #F0F7F2.


I love getcolorcode.com

Triadic colors

1 #0D0F08 and #080D0F with #0F080D are triadic colors.

2 #0D080F and #080F0D with #0F080D are triadic colors.