COLOR #00170C

HEX: #00170C
RGB: (0,23,12)

Color info

#00170C contains only green and blue colors. Web safe color of #00170C is #000000 (or #000).

RGB color model

#00170C color RGB value is (0,23,12).

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

RGB channels and saturation

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

0
23
12

R + G + B ~ 5%. #00170C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 23 + 12 = 35 (100%)
R 0 of 35 ~ 0%
G 23 of 35 ~ 65.71%
B 12 of 35 ~ 34.29%

%65.71
%34.29

CMYK color model

#00170C color CMYK value is (100,0,48,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 90.98%
CMYK:
(100,0,48,91)
C100M0Y48K91 
(100%,0%,48%,91%)
(1.00/0.00/0.48/0.91)	

CMYK percentages

%100
%0
%47.83
%90.98

Codes

Color #00170C in popluar color models

00170C
RGB02312
HSL151°100.00%4.51%
HSB/HSV151°100.00%9.02%
CMYK100.00%0.00%47.83%
90.98%

Color #00170C in popluar number systems.

HEX00170C
Decimal02312
Binary0101111100
Octal02714

Shades and tints

Shades of #00170C

#00170C
(0,23,12)
#00150B
(0,21,11)
#00130A
(0,19,10)
#001109
(0,17,9)
#000F08
(0,15,8)
#000D07
(0,13,7)
#000B06
(0,11,6)
#000905
(0,9,5)
#000704
(0,7,4)
#000503
(0,5,3)
#000302
(0,3,2)
#000000
(0,0,0)

Tints of #00170C

#00170C
(0,23,12)
#172C22
(23,44,34)
#2E4138
(46,65,56)
#45564E
(69,86,78)
#5C6B64
(92,107,100)
#73807A
(115,128,122)
#8A9590
(138,149,144)
#A1AAA6
(161,170,166)
#B8BFBC
(184,191,188)
#CFD4D2
(207,212,210)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00170C; }

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

This text font color is #00170C.


Background Color

.myBgColor { background-color: #00170C; }

<div style="background-color:#00170C">Inner text</div>

This div background color is #00170C.


Border color

.myBorderColor { border: 1px solid #00170C; }

<div style="border:3px solid #00170C">Div</div>

This div border color is #00170C.


Opacity

.myOpacity80 { color: #00170C; opacity: 0.8; }

<p style="color:#00170C;opacity:0.8;">80%</p>

Text with #00170C 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 #00170C;}

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

This text has shadow with #00170C color.

.textShadow {text-shadow: 3px 3px 1px #00170C, 3px 3px 1px red;}

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

This text has shadow with #00170C primary color and red secondary color.


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

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

This text has shadow with #00170C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00170C on black background.


Color preview on white background

This text has color #00170C on white background.



Black color preview on #00170C background

This text has black color on #00170C background.


White color preview on #00170C background

This text has white color on #00170C background.