COLOR #0C171C

HEX: #0C171C
RGB: (12,23,28)

Color info

#0C171C contains red, green and blue colors in about the same proportion. Web safe color of #0C171C is #000033 (or #003).

RGB color model

#0C171C color RGB value is (12,23,28).

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

RGB channels and saturation

R 12 of 255 = 5%
G 23 of 255 = 9%
B 28 of 255 = 11%

12
23
28

R + G + B ~ 8%. #0C171C is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 23 + 28 = 63 (100%)
R 12 of 63 ~ 19.05%
G 23 of 63 ~ 36.51%
B 28 of 63 ~ 44.44%

%19.05
%36.51
%44.44

CMYK color model

#0C171C color CMYK value is (57,18,0,89).

  • cyan value is 57.14%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(57,18,0,89)
C57M18Y0K89 
(57%,18%,0%,89%)
(0.57/0.18/0.00/0.89)	

CMYK percentages

%57.14
%17.86
%0
%89.02

Codes

Color #0C171C in popluar color models

0C171C
RGB122328
HSL199°40.00%7.84%
HSB/HSV199°57.14%10.98%
CMYK57.14%17.86%0.00%
89.02%

Color #0C171C in popluar number systems.

HEX0C171C
Decimal122328
Binary11001011111100
Octal142734

Shades and tints

Shades of #0C171C

#0C171C
(12,23,28)
#0B151A
(11,21,26)
#0A1318
(10,19,24)
#091116
(9,17,22)
#080F14
(8,15,20)
#070D12
(7,13,18)
#060B10
(6,11,16)
#05090E
(5,9,14)
#04070C
(4,7,12)
#03050A
(3,5,10)
#020308
(2,3,8)
#000000
(0,0,0)

Tints of #0C171C

#0C171C
(12,23,28)
#222C30
(34,44,48)
#384144
(56,65,68)
#4E5658
(78,86,88)
#646B6C
(100,107,108)
#7A8080
(122,128,128)
#909594
(144,149,148)
#A6AAA8
(166,170,168)
#BCBFBC
(188,191,188)
#D2D4D0
(210,212,208)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C171C; }

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

This text font color is #0C171C.


Background Color

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

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

This div background color is #0C171C.


Border color

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

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

This div border color is #0C171C.


Opacity

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

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

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

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

This text has shadow with #0C171C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C171C on black background.


Color preview on white background

This text has color #0C171C on white background.



Black color preview on #0C171C background

This text has black color on #0C171C background.


White color preview on #0C171C background

This text has white color on #0C171C background.