COLOR #0F1712

HEX: #0F1712 RGB: (15,23,18)

Color info

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

RGB color model

#0F1712 color RGB value is (15,23,18).

RGB: (15,23,18) (6%, 9%, 7%)

RGB channels and saturation

R 15 of 255 = 6%
G 23 of 255 = 9%
B 18 of 255 = 7%

15
23
18

R + G + B ~ 7%. #0F1712 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 23 + 18 = 56 (100%)
R 15 of 56 ~ 26.79%
G 23 of 56 ~ 41.07%
B 18 of 56 ~ 32.14'%

%26.79
%41.07
%32.14

CMYK color model

#0F1712 color CMYK value is (35,0,22,91).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 90.98%
CMYK: (35,0,22,91) C35M0Y22K91 (35%,0%,22%,91%) (0.35/0.00/0.22/0.91) 

CMYK percentages

%34.78
%0
%21.74
%90.98

Codes

Color #0F1712 in popluar color models

0F 17 12
RGB 15 23 18
HSL 143° 21.05% 7.45%
HSB/HSV 143° 34.78% 9.02%
CMYK 34.78% 0.00% 21.74%
90.98%

Color #0F1712 in popluar number systems.

HEX 0F 17 12
Decimal 15 23 18
Binary 1111 10111 10010
Octal 17 27 22

Shades and tints

Shades of #0F1712

#0F1712
(15,23,18)
#0E1511
(14,21,17)
#0D1310
(13,19,16)
#0C110F
(12,17,15)
#0B0F0E
(11,15,14)
#0A0D0D
(10,13,13)
#090B0C
(9,11,12)
#08090B
(8,9,11)
#07070A
(7,7,10)
#060509
(6,5,9)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #0F1712

#0F1712
(15,23,18)
#242C27
(36,44,39)
#39413C
(57,65,60)
#4E5651
(78,86,81)
#636B66
(99,107,102)
#78807B
(120,128,123)
#8D9590
(141,149,144)
#A2AAA5
(162,170,165)
#B7BFBA
(183,191,186)
#CCD4CF
(204,212,207)
#E1E9E4
(225,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1712; }

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

This text font color is #0F1712.

Background Color

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

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

This div background color is #0F1712.

Border color

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

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

This div border color is #0F1712.

Opacity

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

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

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

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

This text has shadow with #0F1712 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1712.

Preview

Color preview on black background

This text has color #0F1712 on black background.


Color preview on white background

This text has color #0F1712 on white background.


Black color preview on #0F1712 background

This text has black color on #0F1712 background.


White color preview on #0F1712 background

This text has white color on #0F1712 background.


Related colors

Complementary color

Complementary color for #hex is #F0E8ED.


I love getcolorcode.com

Triadic colors

1 #120F17 and #17120F with #0F1712 are triadic colors.

2 #12170F and #170F12 with #0F1712 are triadic colors.