COLOR #0C1715

HEX: #0C1715 RGB: (12,23,21)

Color info

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

RGB color model

#0C1715 color RGB value is (12,23,21).

RGB: (12,23,21) (5%, 9%, 8%)

RGB channels and saturation

R 12 of 255 = 5%
G 23 of 255 = 9%
B 21 of 255 = 8%

12
23
21

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

Portions of RGB colors in percentages

R + G + B = 12 + 23 + 21 = 56 (100%)
R 12 of 56 ~ 21.43%
G 23 of 56 ~ 41.07%
B 21 of 56 ~ 37.5'%

%21.43
%41.07
%37.5

CMYK color model

#0C1715 color CMYK value is (48,0,9,91).

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

CMYK: (48,0,9,91)
C48M0Y9K91 (48%, 0%, 9%, 91%)
(0.48 / 0.00 / 0.09 / 0.91)

CMYK percentages

%47.83
%0
%8.7
%90.98

Codes

Color #0C1715 in popluar color models

0C 17 15
RGB 12 23 21
HSL 169° 31.43% 6.86%
HSB/HSV 169° 47.83% 9.02%
CMYK 47.83% 0.00% 8.70%
90.98%

Color #0C1715 in popluar number systems.

HEX 0C 17 15
Decimal 12 23 21
Binary 1100 10111 10101
Octal 14 27 25

Shades and tints

Shades of #0C1715

#0C1715
(12,23,21)
#0B1514
(11,21,20)
#0A1313
(10,19,19)
#091112
(9,17,18)
#080F11
(8,15,17)
#070D10
(7,13,16)
#060B0F
(6,11,15)
#05090E
(5,9,14)
#04070D
(4,7,13)
#03050C
(3,5,12)
#02030B
(2,3,11)
#000000
(0,0,0)

Tints of #0C1715

#0C1715
(12,23,21)
#222C2A
(34,44,42)
#38413F
(56,65,63)
#4E5654
(78,86,84)
#646B69
(100,107,105)
#7A807E
(122,128,126)
#909593
(144,149,147)
#A6AAA8
(166,170,168)
#BCBFBD
(188,191,189)
#D2D4D2
(210,212,210)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1715; }

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

This text font color is #0C1715.

Background Color

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

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

This div background color is #0C1715.

Border color

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

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

This div border color is #0C1715.

Opacity

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

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

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

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

This text has shadow with #0C1715 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C1715.

Preview

Color preview on black background

This text has color #0C1715 on black background.


Color preview on white background

This text has color #0C1715 on white background.


Black color preview on #0C1715 background

This text has black color on #0C1715 background.


White color preview on #0C1715 background

This text has white color on #0C1715 background.


Related colors

Complementary color

Complementary color for #hex is #F3E8EA.


I love getcolorcode.com

Triadic colors

1 #150C17 and #17150C with #0C1715 are triadic colors.

2 #15170C and #170C15 with #0C1715 are triadic colors.