COLOR #0E040F

HEX: #0E040F RGB: (14,4,15)

Color info

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

RGB color model

#0E040F color RGB value is (14,4,15).

RGB: (14,4,15) (5%, 2%, 6%)

RGB channels and saturation

R 14 of 255 = 5%
G 4 of 255 = 2%
B 15 of 255 = 6%

14
4
15

R + G + B ~ 4%. #0E040F is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 4 + 15 = 33 (100%)
R 14 of 33 ~ 42.42%
G 4 of 33 ~ 12.12%
B 15 of 33 ~ 45.45'%

%42.42
%12.12
%45.45

CMYK color model

#0E040F color CMYK value is (7,73,0,94).

  • cyan value is 6.67%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (7,73,0,94)
C7M73Y0K94 (7%, 73%, 0%, 94%)
(0.07 / 0.73 / 0.00 / 0.94)

CMYK percentages

%6.67
%73.33
%0
%94.12

Codes

Color #0E040F in popluar color models

0E 04 0F
RGB 14 4 15
HSL 295° 57.89% 3.73%
HSB/HSV 295° 73.33% 5.88%
CMYK 6.67% 73.33% 0.00%
94.12%

Color #0E040F in popluar number systems.

HEX 0E 04 0F
Decimal 14 4 15
Binary 1110 100 1111
Octal 16 4 17

Shades and tints

Shades of #0E040F

#0E040F
(14,4,15)
#0D040E
(13,4,14)
#0C040D
(12,4,13)
#0B040C
(11,4,12)
#0A040B
(10,4,11)
#09040A
(9,4,10)
#080409
(8,4,9)
#070408
(7,4,8)
#060407
(6,4,7)
#050406
(5,4,6)
#040405
(4,4,5)
#000000
(0,0,0)

Tints of #0E040F

#0E040F
(14,4,15)
#231A24
(35,26,36)
#383039
(56,48,57)
#4D464E
(77,70,78)
#625C63
(98,92,99)
#777278
(119,114,120)
#8C888D
(140,136,141)
#A19EA2
(161,158,162)
#B6B4B7
(182,180,183)
#CBCACC
(203,202,204)
#E0E0E1
(224,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E040F color. Also use rgb(14,4,15) instead hex code.

Text Font Color

.myTextColor { color: #0E040F; }

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

This text font color is #0E040F.

Background Color

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

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

This div background color is #0E040F.

Border color

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

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

This div border color is #0E040F.

Opacity

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

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

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

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

This text has shadow with #0E040F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E040F.

Preview

Color preview on black background

This text has color #0E040F on black background.


Color preview on white background

This text has color #0E040F on white background.


Black color preview on #0E040F background

This text has black color on #0E040F background.


White color preview on #0E040F background

This text has white color on #0E040F background.


Related colors

Complementary color

Complementary color for #hex is #F1FBF0.


I love getcolorcode.com

Triadic colors

1 #0F0E04 and #040F0E with #0E040F are triadic colors.

2 #0F040E and #040E0F with #0E040F are triadic colors.