COLOR #0E0718

HEX: #0E0718 RGB: (14,7,24)

Color info

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

RGB color model

#0E0718 color RGB value is (14,7,24).

RGB: (14,7,24) (5%, 3%, 9%)

RGB channels and saturation

R 14 of 255 = 5%
G 7 of 255 = 3%
B 24 of 255 = 9%

14
7
24

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

Portions of RGB colors in percentages

R + G + B = 14 + 7 + 24 = 45 (100%)
R 14 of 45 ~ 31.11%
G 7 of 45 ~ 15.56%
B 24 of 45 ~ 53.33'%

%31.11
%15.56
%53.33

CMYK color model

#0E0718 color CMYK value is (42,71,0,91).

  • cyan value is 41.67%
  • magenta value is 70.83%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (42,71,0,91)
C42M71Y0K91 (42%, 71%, 0%, 91%)
(0.42 / 0.71 / 0.00 / 0.91)

CMYK percentages

%41.67
%70.83
%0
%90.59

Codes

Color #0E0718 in popluar color models

0E 07 18
RGB 14 7 24
HSL 265° 54.84% 6.08%
HSB/HSV 265° 70.83% 9.41%
CMYK 41.67% 70.83% 0.00%
90.59%

Color #0E0718 in popluar number systems.

HEX 0E 07 18
Decimal 14 7 24
Binary 1110 111 11000
Octal 16 7 30

Shades and tints

Shades of #0E0718

#0E0718
(14,7,24)
#0D0716
(13,7,22)
#0C0714
(12,7,20)
#0B0712
(11,7,18)
#0A0710
(10,7,16)
#09070E
(9,7,14)
#08070C
(8,7,12)
#07070A
(7,7,10)
#060708
(6,7,8)
#050706
(5,7,6)
#040704
(4,7,4)
#000000
(0,0,0)

Tints of #0E0718

#0E0718
(14,7,24)
#231D2D
(35,29,45)
#383342
(56,51,66)
#4D4957
(77,73,87)
#625F6C
(98,95,108)
#777581
(119,117,129)
#8C8B96
(140,139,150)
#A1A1AB
(161,161,171)
#B6B7C0
(182,183,192)
#CBCDD5
(203,205,213)
#E0E3EA
(224,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0718 color. Also use rgb(14,7,24) instead hex code.

Text Font Color

.myTextColor { color: #0E0718; }

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

This text font color is #0E0718.

Background Color

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

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

This div background color is #0E0718.

Border color

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

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

This div border color is #0E0718.

Opacity

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

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

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

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

This text has shadow with #0E0718 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0718.

Preview

Color preview on black background

This text has color #0E0718 on black background.


Color preview on white background

This text has color #0E0718 on white background.


Black color preview on #0E0718 background

This text has black color on #0E0718 background.


White color preview on #0E0718 background

This text has white color on #0E0718 background.


Related colors

Complementary color

Complementary color for #hex is #F1F8E7.


I love getcolorcode.com

Triadic colors

1 #180E07 and #07180E with #0E0718 are triadic colors.

2 #18070E and #070E18 with #0E0718 are triadic colors.