COLOR #0E050E

HEX: #0E050E RGB: (14,5,14)

Color info

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

RGB color model

#0E050E color RGB value is (14,5,14).

RGB: (14,5,14) (5%, 2%, 5%)

RGB channels and saturation

R 14 of 255 = 5%
G 5 of 255 = 2%
B 14 of 255 = 5%

14
5
14

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

Portions of RGB colors in percentages

R + G + B = 14 + 5 + 14 = 33 (100%)
R 14 of 33 ~ 42.42%
G 5 of 33 ~ 15.15%
B 14 of 33 ~ 42.42'%

%42.42
%15.15
%42.42

CMYK color model

#0E050E color CMYK value is (0,64,0,95).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK: (0,64,0,95) C0M64Y0K95 (0%,64%,0%,95%) (0.00/0.64/0.00/0.95) 

CMYK percentages

%0
%64.29
%0
%94.51

Codes

Color #0E050E in popluar color models

0E 05 0E
RGB 14 5 14
HSL 300° 47.37% 3.73%
HSB/HSV 300° 64.29% 5.49%
CMYK 0.00% 64.29% 0.00%
94.51%

Color #0E050E in popluar number systems.

HEX 0E 05 0E
Decimal 14 5 14
Binary 1110 101 1110
Octal 16 5 16

Shades and tints

Shades of #0E050E

#0E050E
(14,5,14)
#0D050D
(13,5,13)
#0C050C
(12,5,12)
#0B050B
(11,5,11)
#0A050A
(10,5,10)
#090509
(9,5,9)
#080508
(8,5,8)
#070507
(7,5,7)
#060506
(6,5,6)
#050505
(5,5,5)
#040504
(4,5,4)
#000000
(0,0,0)

Tints of #0E050E

#0E050E
(14,5,14)
#231B23
(35,27,35)
#383138
(56,49,56)
#4D474D
(77,71,77)
#625D62
(98,93,98)
#777377
(119,115,119)
#8C898C
(140,137,140)
#A19FA1
(161,159,161)
#B6B5B6
(182,181,182)
#CBCBCB
(203,203,203)
#E0E1E0
(224,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E050E; }

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

This text font color is #0E050E.

Background Color

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

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

This div background color is #0E050E.

Border color

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

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

This div border color is #0E050E.

Opacity

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

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

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

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

This text has shadow with #0E050E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E050E.

Preview

Color preview on black background

This text has color #0E050E on black background.


Color preview on white background

This text has color #0E050E on white background.


Black color preview on #0E050E background

This text has black color on #0E050E background.


White color preview on #0E050E background

This text has white color on #0E050E background.


Related colors

Complementary color

Complementary color for #hex is #F1FAF1.


I love getcolorcode.com

Triadic colors

1 #0E0E05 and #050E0E with #0E050E are triadic colors.

2 #0E050E and #050E0E with #0E050E are triadic colors.