COLOR #0F1707

HEX: #0F1707 RGB: (15,23,7)

Color info

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

RGB color model

#0F1707 color RGB value is (15,23,7).

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

RGB channels and saturation

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

15
23
7

R + G + B ~ 6%. #0F1707 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 23 + 7 = 45 (100%)
R 15 of 45 ~ 33.33%
G 23 of 45 ~ 51.11%
B 7 of 45 ~ 15.56'%

%33.33
%51.11
%15.56

CMYK color model

#0F1707 color CMYK value is (35,0,70,91).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 69.57%
  • key color value is 90.98%

CMYK: (35,0,70,91)
C35M0Y70K91 (35%, 0%, 70%, 91%)
(0.35 / 0.00 / 0.70 / 0.91)

CMYK percentages

%34.78
%0
%69.57
%90.98

Codes

Color #0F1707 in popluar color models

0F 17 07
RGB 15 23 7
HSL 90° 53.33% 5.88%
HSB/HSV 90° 69.57% 9.02%
CMYK 34.78% 0.00% 69.57%
90.98%

Color #0F1707 in popluar number systems.

HEX 0F 17 07
Decimal 15 23 7
Binary 1111 10111 111
Octal 17 27 7

Shades and tints

Shades of #0F1707

#0F1707
(15,23,7)
#0E1507
(14,21,7)
#0D1307
(13,19,7)
#0C1107
(12,17,7)
#0B0F07
(11,15,7)
#0A0D07
(10,13,7)
#090B07
(9,11,7)
#080907
(8,9,7)
#070707
(7,7,7)
#060507
(6,5,7)
#050307
(5,3,7)
#000000
(0,0,0)

Tints of #0F1707

#0F1707
(15,23,7)
#242C1D
(36,44,29)
#394133
(57,65,51)
#4E5649
(78,86,73)
#636B5F
(99,107,95)
#788075
(120,128,117)
#8D958B
(141,149,139)
#A2AAA1
(162,170,161)
#B7BFB7
(183,191,183)
#CCD4CD
(204,212,205)
#E1E9E3
(225,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1707; }

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

This text font color is #0F1707.

Background Color

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

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

This div background color is #0F1707.

Border color

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

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

This div border color is #0F1707.

Opacity

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

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

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

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

This text has shadow with #0F1707 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1707.

Preview

Color preview on black background

This text has color #0F1707 on black background.


Color preview on white background

This text has color #0F1707 on white background.


Black color preview on #0F1707 background

This text has black color on #0F1707 background.


White color preview on #0F1707 background

This text has white color on #0F1707 background.


Related colors

Complementary color

Complementary color for #hex is #F0E8F8.


I love getcolorcode.com

Triadic colors

1 #070F17 and #17070F with #0F1707 are triadic colors.

2 #07170F and #170F07 with #0F1707 are triadic colors.