COLOR #0E0817

HEX: #0E0817 RGB: (14,8,23)

Color info

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

RGB color model

#0E0817 color RGB value is (14,8,23).

RGB: (14,8,23) (5%, 3%, 9%)

RGB channels and saturation

R 14 of 255 = 5%
G 8 of 255 = 3%
B 23 of 255 = 9%

14
8
23

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

Portions of RGB colors in percentages

R + G + B = 14 + 8 + 23 = 45 (100%)
R 14 of 45 ~ 31.11%
G 8 of 45 ~ 17.78%
B 23 of 45 ~ 51.11'%

%31.11
%17.78
%51.11

CMYK color model

#0E0817 color CMYK value is (39,65,0,91).

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

CMYK: (39,65,0,91)
C39M65Y0K91 (39%, 65%, 0%, 91%)
(0.39 / 0.65 / 0.00 / 0.91)

CMYK percentages

%39.13
%65.22
%0
%90.98

Codes

Color #0E0817 in popluar color models

0E 08 17
RGB 14 8 23
HSL 264° 48.39% 6.08%
HSB/HSV 264° 65.22% 9.02%
CMYK 39.13% 65.22% 0.00%
90.98%

Color #0E0817 in popluar number systems.

HEX 0E 08 17
Decimal 14 8 23
Binary 1110 1000 10111
Octal 16 10 27

Shades and tints

Shades of #0E0817

#0E0817
(14,8,23)
#0D0815
(13,8,21)
#0C0813
(12,8,19)
#0B0811
(11,8,17)
#0A080F
(10,8,15)
#09080D
(9,8,13)
#08080B
(8,8,11)
#070809
(7,8,9)
#060807
(6,8,7)
#050805
(5,8,5)
#040803
(4,8,3)
#000000
(0,0,0)

Tints of #0E0817

#0E0817
(14,8,23)
#231E2C
(35,30,44)
#383441
(56,52,65)
#4D4A56
(77,74,86)
#62606B
(98,96,107)
#777680
(119,118,128)
#8C8C95
(140,140,149)
#A1A2AA
(161,162,170)
#B6B8BF
(182,184,191)
#CBCED4
(203,206,212)
#E0E4E9
(224,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0817; }

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

This text font color is #0E0817.

Background Color

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

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

This div background color is #0E0817.

Border color

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

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

This div border color is #0E0817.

Opacity

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

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

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

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

This text has shadow with #0E0817 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0817.

Preview

Color preview on black background

This text has color #0E0817 on black background.


Color preview on white background

This text has color #0E0817 on white background.


Black color preview on #0E0817 background

This text has black color on #0E0817 background.


White color preview on #0E0817 background

This text has white color on #0E0817 background.


Related colors

Complementary color

Complementary color for #hex is #F1F7E8.


I love getcolorcode.com

Triadic colors

1 #170E08 and #08170E with #0E0817 are triadic colors.

2 #17080E and #080E17 with #0E0817 are triadic colors.