COLOR #0C170D

HEX: #0C170D RGB: (12,23,13)

Color info

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

RGB color model

#0C170D color RGB value is (12,23,13).

RGB: (12,23,13) (5%, 9%, 5%)

RGB channels and saturation

R 12 of 255 = 5%
G 23 of 255 = 9%
B 13 of 255 = 5%

12
23
13

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

Portions of RGB colors in percentages

R + G + B = 12 + 23 + 13 = 48 (100%)
R 12 of 48 ~ 25%
G 23 of 48 ~ 47.92%
B 13 of 48 ~ 27.08'%

%25
%47.92
%27.08

CMYK color model

#0C170D color CMYK value is (48,0,43,91).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 90.98%

CMYK: (48,0,43,91)
C48M0Y43K91 (48%, 0%, 43%, 91%)
(0.48 / 0.00 / 0.43 / 0.91)

CMYK percentages

%47.83
%0
%43.48
%90.98

Codes

Color #0C170D in popluar color models

0C 17 0D
RGB 12 23 13
HSL 125° 31.43% 6.86%
HSB/HSV 125° 47.83% 9.02%
CMYK 47.83% 0.00% 43.48%
90.98%

Color #0C170D in popluar number systems.

HEX 0C 17 0D
Decimal 12 23 13
Binary 1100 10111 1101
Octal 14 27 15

Shades and tints

Shades of #0C170D

#0C170D
(12,23,13)
#0B150C
(11,21,12)
#0A130B
(10,19,11)
#09110A
(9,17,10)
#080F09
(8,15,9)
#070D08
(7,13,8)
#060B07
(6,11,7)
#050906
(5,9,6)
#040705
(4,7,5)
#030504
(3,5,4)
#020303
(2,3,3)
#000000
(0,0,0)

Tints of #0C170D

#0C170D
(12,23,13)
#222C23
(34,44,35)
#384139
(56,65,57)
#4E564F
(78,86,79)
#646B65
(100,107,101)
#7A807B
(122,128,123)
#909591
(144,149,145)
#A6AAA7
(166,170,167)
#BCBFBD
(188,191,189)
#D2D4D3
(210,212,211)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C170D; }

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

This text font color is #0C170D.

Background Color

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

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

This div background color is #0C170D.

Border color

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

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

This div border color is #0C170D.

Opacity

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

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

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

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

This text has shadow with #0C170D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C170D.

Preview

Color preview on black background

This text has color #0C170D on black background.


Color preview on white background

This text has color #0C170D on white background.


Black color preview on #0C170D background

This text has black color on #0C170D background.


White color preview on #0C170D background

This text has white color on #0C170D background.


Related colors

Complementary color

Complementary color for #hex is #F3E8F2.


I love getcolorcode.com

Triadic colors

1 #0D0C17 and #170D0C with #0C170D are triadic colors.

2 #0D170C and #170C0D with #0C170D are triadic colors.