COLOR #0E1712

HEX: #0E1712 RGB: (14,23,18)

Color info

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

RGB color model

#0E1712 color RGB value is (14,23,18).

RGB: (14,23,18) (5%, 9%, 7%)

RGB channels and saturation

R 14 of 255 = 5%
G 23 of 255 = 9%
B 18 of 255 = 7%

14
23
18

R + G + B ~ 7%. #0E1712 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 23 + 18 = 55 (100%)
R 14 of 55 ~ 25.45%
G 23 of 55 ~ 41.82%
B 18 of 55 ~ 32.73'%

%25.45
%41.82
%32.73

CMYK color model

#0E1712 color CMYK value is (39,0,22,91).

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

CMYK: (39,0,22,91)
C39M0Y22K91 (39%, 0%, 22%, 91%)
(0.39 / 0.00 / 0.22 / 0.91)

CMYK percentages

%39.13
%0
%21.74
%90.98

Codes

Color #0E1712 in popluar color models

0E 17 12
RGB 14 23 18
HSL 147° 24.32% 7.25%
HSB/HSV 147° 39.13% 9.02%
CMYK 39.13% 0.00% 21.74%
90.98%

Color #0E1712 in popluar number systems.

HEX 0E 17 12
Decimal 14 23 18
Binary 1110 10111 10010
Octal 16 27 22

Shades and tints

Shades of #0E1712

#0E1712
(14,23,18)
#0D1511
(13,21,17)
#0C1310
(12,19,16)
#0B110F
(11,17,15)
#0A0F0E
(10,15,14)
#090D0D
(9,13,13)
#080B0C
(8,11,12)
#07090B
(7,9,11)
#06070A
(6,7,10)
#050509
(5,5,9)
#040308
(4,3,8)
#000000
(0,0,0)

Tints of #0E1712

#0E1712
(14,23,18)
#232C27
(35,44,39)
#38413C
(56,65,60)
#4D5651
(77,86,81)
#626B66
(98,107,102)
#77807B
(119,128,123)
#8C9590
(140,149,144)
#A1AAA5
(161,170,165)
#B6BFBA
(182,191,186)
#CBD4CF
(203,212,207)
#E0E9E4
(224,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1712; }

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

This text font color is #0E1712.

Background Color

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

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

This div background color is #0E1712.

Border color

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

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

This div border color is #0E1712.

Opacity

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

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

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

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

This text has shadow with #0E1712 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1712.

Preview

Color preview on black background

This text has color #0E1712 on black background.


Color preview on white background

This text has color #0E1712 on white background.


Black color preview on #0E1712 background

This text has black color on #0E1712 background.


White color preview on #0E1712 background

This text has white color on #0E1712 background.


Related colors

Complementary color

Complementary color for #hex is #F1E8ED.


I love getcolorcode.com

Triadic colors

1 #120E17 and #17120E with #0E1712 are triadic colors.

2 #12170E and #170E12 with #0E1712 are triadic colors.