COLOR #0C170F

HEX: #0C170F
RGB: (12,23,15)

Color info

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

RGB color model

#0C170F color RGB value is (12,23,15).

  • red value is 12;
  • green value is 23;
  • blue value is 15.
RGB:
(12,23,15)
(5%,9%,6%)

RGB channels and saturation

R 12 of 255 = 5%
G 23 of 255 = 9%
B 15 of 255 = 6%

12
23
15

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

Portions of RGB colors in percentages

R + G + B =
12 + 23 + 15 = 50 (100%)
R 12 of 50 ~ 24%
G 23 of 50 ~ 46%
B 15 of 50 ~ 30%

%24
%46
%30

CMYK color model

#0C170F color CMYK value is (48,0,35,91).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 90.98%
CMYK:
(48,0,35,91)
C48M0Y35K91 
(48%,0%,35%,91%)
(0.48/0.00/0.35/0.91)	

CMYK percentages

%47.83
%0
%34.78
%90.98

Codes

Color #0C170F in popluar color models

0C170F
RGB122315
HSL136°31.43%6.86%
HSB/HSV136°47.83%9.02%
CMYK47.83%0.00%34.78%
90.98%

Color #0C170F in popluar number systems.

HEX0C170F
Decimal122315
Binary1100101111111
Octal142717

Shades and tints

Shades of #0C170F

#0C170F
(12,23,15)
#0B150E
(11,21,14)
#0A130D
(10,19,13)
#09110C
(9,17,12)
#080F0B
(8,15,11)
#070D0A
(7,13,10)
#060B09
(6,11,9)
#050908
(5,9,8)
#040707
(4,7,7)
#030506
(3,5,6)
#020305
(2,3,5)
#000000
(0,0,0)

Tints of #0C170F

#0C170F
(12,23,15)
#222C24
(34,44,36)
#384139
(56,65,57)
#4E564E
(78,86,78)
#646B63
(100,107,99)
#7A8078
(122,128,120)
#90958D
(144,149,141)
#A6AAA2
(166,170,162)
#BCBFB7
(188,191,183)
#D2D4CC
(210,212,204)
#E8E9E1
(232,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C170F; }

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

This text font color is #0C170F.


Background Color

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

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

This div background color is #0C170F.


Border color

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

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

This div border color is #0C170F.


Opacity

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

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

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

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

This text has shadow with #0C170F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C170F on black background.


Color preview on white background

This text has color #0C170F on white background.



Black color preview on #0C170F background

This text has black color on #0C170F background.


White color preview on #0C170F background

This text has white color on #0C170F background.