COLOR #00170E

HEX: #00170E RGB: (0,23,14)

Color info

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

RGB color model

#00170E color RGB value is (0,23,14).

RGB: (0,23,14) (0%, 9%, 5%)

RGB channels and saturation

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

0
23
14

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

Portions of RGB colors in percentages

R + G + B = 0 + 23 + 14 = 37 (100%)
R 0 of 37 ~ 0%
G 23 of 37 ~ 62.16%
B 14 of 37 ~ 37.84'%

%62.16
%37.84

CMYK color model

#00170E color CMYK value is (100,0,39,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 90.98%

CMYK: (100,0,39,91)
C100M0Y39K91 (100%, 0%, 39%, 91%)
(1.00 / 0.00 / 0.39 / 0.91)

CMYK percentages

%100
%0
%39.13
%90.98

Codes

Color #00170E in popluar color models

00 17 0E
RGB 0 23 14
HSL 157° 100.00% 4.51%
HSB/HSV 157° 100.00% 9.02%
CMYK 100.00% 0.00% 39.13%
90.98%

Color #00170E in popluar number systems.

HEX 00 17 0E
Decimal 0 23 14
Binary 0 10111 1110
Octal 0 27 16

Shades and tints

Shades of #00170E

#00170E
(0,23,14)
#00150D
(0,21,13)
#00130C
(0,19,12)
#00110B
(0,17,11)
#000F0A
(0,15,10)
#000D09
(0,13,9)
#000B08
(0,11,8)
#000907
(0,9,7)
#000706
(0,7,6)
#000505
(0,5,5)
#000304
(0,3,4)
#000000
(0,0,0)

Tints of #00170E

#00170E
(0,23,14)
#172C23
(23,44,35)
#2E4138
(46,65,56)
#45564D
(69,86,77)
#5C6B62
(92,107,98)
#738077
(115,128,119)
#8A958C
(138,149,140)
#A1AAA1
(161,170,161)
#B8BFB6
(184,191,182)
#CFD4CB
(207,212,203)
#E6E9E0
(230,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00170E; }

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

This text font color is #00170E.

Background Color

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

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

This div background color is #00170E.

Border color

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

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

This div border color is #00170E.

Opacity

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

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

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

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

This text has shadow with #00170E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00170E.

Preview

Color preview on black background

This text has color #00170E on black background.


Color preview on white background

This text has color #00170E on white background.


Black color preview on #00170E background

This text has black color on #00170E background.


White color preview on #00170E background

This text has white color on #00170E background.


Related colors

Complementary color

Complementary color for #hex is #FFE8F1.


I love getcolorcode.com

Triadic colors

1 #0E0017 and #170E00 with #00170E are triadic colors.

2 #0E1700 and #17000E with #00170E are triadic colors.