COLOR #0F2717

HEX: #0F2717 RGB: (15,39,23)

Color info

#0F2717 contains red, green and blue colors in about the same proportion. Web safe color of #0F2717 is #003300 (or #030).

RGB color model

#0F2717 color RGB value is (15,39,23).

RGB: (15,39,23) (6%, 15%, 9%)

RGB channels and saturation

R 15 of 255 = 6%
G 39 of 255 = 15%
B 23 of 255 = 9%

15
39
23

R + G + B ~ 10%. #0F2717 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 39 + 23 = 77 (100%)
R 15 of 77 ~ 19.48%
G 39 of 77 ~ 50.65%
B 23 of 77 ~ 29.87'%

%19.48
%50.65
%29.87

CMYK color model

#0F2717 color CMYK value is (62,0,41,85).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 84.71%

CMYK: (62,0,41,85)
C62M0Y41K85 (62%, 0%, 41%, 85%)
(0.62 / 0.00 / 0.41 / 0.85)

CMYK percentages

%61.54
%0
%41.03
%84.71

Codes

Color #0F2717 in popluar color models

0F 27 17
RGB 15 39 23
HSL 140° 44.44% 10.59%
HSB/HSV 140° 61.54% 15.29%
CMYK 61.54% 0.00% 41.03%
84.71%

Color #0F2717 in popluar number systems.

HEX 0F 27 17
Decimal 15 39 23
Binary 1111 100111 10111
Octal 17 47 27

Shades and tints

Shades of #0F2717

#0F2717
(15,39,23)
#0E2415
(14,36,21)
#0D2113
(13,33,19)
#0C1E11
(12,30,17)
#0B1B0F
(11,27,15)
#0A180D
(10,24,13)
#09150B
(9,21,11)
#081209
(8,18,9)
#070F07
(7,15,7)
#060C05
(6,12,5)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #0F2717

#0F2717
(15,39,23)
#243A2C
(36,58,44)
#394D41
(57,77,65)
#4E6056
(78,96,86)
#63736B
(99,115,107)
#788680
(120,134,128)
#8D9995
(141,153,149)
#A2ACAA
(162,172,170)
#B7BFBF
(183,191,191)
#CCD2D4
(204,210,212)
#E1E5E9
(225,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2717; }

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

This text font color is #0F2717.

Background Color

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

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

This div background color is #0F2717.

Border color

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

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

This div border color is #0F2717.

Opacity

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

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

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

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

This text has shadow with #0F2717 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F2717.

Preview

Color preview on black background

This text has color #0F2717 on black background.


Color preview on white background

This text has color #0F2717 on white background.


Black color preview on #0F2717 background

This text has black color on #0F2717 background.


White color preview on #0F2717 background

This text has white color on #0F2717 background.


Related colors

Complementary color

Complementary color for #hex is #F0D8E8.


I love getcolorcode.com

Triadic colors

1 #170F27 and #27170F with #0F2717 are triadic colors.

2 #17270F and #270F17 with #0F2717 are triadic colors.