COLOR #0E170C

HEX: #0E170C
RGB: (14,23,12)

Color info

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

RGB color model

#0E170C color RGB value is (14,23,12).

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

RGB channels and saturation

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

14
23
12

R + G + B ~ 6%. #0E170C is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 23 + 12 = 49 (100%)
R 14 of 49 ~ 28.57%
G 23 of 49 ~ 46.94%
B 12 of 49 ~ 24.49%

%28.57
%46.94
%24.49

CMYK color model

#0E170C color CMYK value is (39,0,48,91).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 90.98%
CMYK:
(39,0,48,91)
C39M0Y48K91 
(39%,0%,48%,91%)
(0.39/0.00/0.48/0.91)	

CMYK percentages

%39.13
%0
%47.83
%90.98

Codes

Color #0E170C in popluar color models

0E170C
RGB142312
HSL109°31.43%6.86%
HSB/HSV109°47.83%9.02%
CMYK39.13%0.00%47.83%
90.98%

Color #0E170C in popluar number systems.

HEX0E170C
Decimal142312
Binary1110101111100
Octal162714

Shades and tints

Shades of #0E170C

#0E170C
(14,23,12)
#0D150B
(13,21,11)
#0C130A
(12,19,10)
#0B1109
(11,17,9)
#0A0F08
(10,15,8)
#090D07
(9,13,7)
#080B06
(8,11,6)
#070905
(7,9,5)
#060704
(6,7,4)
#050503
(5,5,3)
#040302
(4,3,2)
#000000
(0,0,0)

Tints of #0E170C

#0E170C
(14,23,12)
#232C22
(35,44,34)
#384138
(56,65,56)
#4D564E
(77,86,78)
#626B64
(98,107,100)
#77807A
(119,128,122)
#8C9590
(140,149,144)
#A1AAA6
(161,170,166)
#B6BFBC
(182,191,188)
#CBD4D2
(203,212,210)
#E0E9E8
(224,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E170C; }

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

This text font color is #0E170C.


Background Color

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

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

This div background color is #0E170C.


Border color

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

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

This div border color is #0E170C.


Opacity

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

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

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

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

This text has shadow with #0E170C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E170C on black background.


Color preview on white background

This text has color #0E170C on white background.



Black color preview on #0E170C background

This text has black color on #0E170C background.


White color preview on #0E170C background

This text has white color on #0E170C background.