COLOR #00170F

HEX: #00170F
RGB: (0,23,15)

Color info

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

RGB color model

#00170F color RGB value is (0,23,15).

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

RGB channels and saturation

R 0 of 255 = 0%
G 23 of 255 = 9%
B 15 of 255 = 6%

0
23
15

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

Portions of RGB colors in percentages

R + G + B =
0 + 23 + 15 = 38 (100%)
R 0 of 38 ~ 0%
G 23 of 38 ~ 60.53%
B 15 of 38 ~ 39.47%

%60.53
%39.47

CMYK color model

#00170F color CMYK value is (100,0,35,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 90.98%
CMYK:
(100,0,35,91)
C100M0Y35K91 
(100%,0%,35%,91%)
(1.00/0.00/0.35/0.91)	

CMYK percentages

%100
%0
%34.78
%90.98

Codes

Color #00170F in popluar color models

00170F
RGB02315
HSL159°100.00%4.51%
HSB/HSV159°100.00%9.02%
CMYK100.00%0.00%34.78%
90.98%

Color #00170F in popluar number systems.

HEX00170F
Decimal02315
Binary0101111111
Octal02717

Shades and tints

Shades of #00170F

#00170F
(0,23,15)
#00150E
(0,21,14)
#00130D
(0,19,13)
#00110C
(0,17,12)
#000F0B
(0,15,11)
#000D0A
(0,13,10)
#000B09
(0,11,9)
#000908
(0,9,8)
#000707
(0,7,7)
#000506
(0,5,6)
#000305
(0,3,5)
#000000
(0,0,0)

Tints of #00170F

#00170F
(0,23,15)
#172C24
(23,44,36)
#2E4139
(46,65,57)
#45564E
(69,86,78)
#5C6B63
(92,107,99)
#738078
(115,128,120)
#8A958D
(138,149,141)
#A1AAA2
(161,170,162)
#B8BFB7
(184,191,183)
#CFD4CC
(207,212,204)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00170F; }

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

This text font color is #00170F.


Background Color

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

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

This div background color is #00170F.


Border color

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

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

This div border color is #00170F.


Opacity

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

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

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

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

This text has shadow with #00170F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00170F on black background.


Color preview on white background

This text has color #00170F on white background.



Black color preview on #00170F background

This text has black color on #00170F background.


White color preview on #00170F background

This text has white color on #00170F background.