COLOR #0E060A

HEX: #0E060A RGB: (14,6,10)

Color info

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

RGB color model

#0E060A color RGB value is (14,6,10).

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

RGB channels and saturation

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

14
6
10

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

Portions of RGB colors in percentages

R + G + B = 14 + 6 + 10 = 30 (100%)
R 14 of 30 ~ 46.67%
G 6 of 30 ~ 20%
B 10 of 30 ~ 33.33'%

%46.67
%20
%33.33

CMYK color model

#0E060A color CMYK value is (0,57,29,95).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 28.57%
  • key color value is 94.51%
CMYK: (0,57,29,95) C0M57Y29K95 (0%,57%,29%,95%) (0.00/0.57/0.29/0.95) 

CMYK percentages

%0
%57.14
%28.57
%94.51

Codes

Color #0E060A in popluar color models

0E 06 0A
RGB 14 6 10
HSL 330° 40.00% 3.92%
HSB/HSV 330° 57.14% 5.49%
CMYK 0.00% 57.14% 28.57%
94.51%

Color #0E060A in popluar number systems.

HEX 0E 06 0A
Decimal 14 6 10
Binary 1110 110 1010
Octal 16 6 12

Shades and tints

Shades of #0E060A

#0E060A
(14,6,10)
#0D060A
(13,6,10)
#0C060A
(12,6,10)
#0B060A
(11,6,10)
#0A060A
(10,6,10)
#09060A
(9,6,10)
#08060A
(8,6,10)
#07060A
(7,6,10)
#06060A
(6,6,10)
#05060A
(5,6,10)
#04060A
(4,6,10)
#000000
(0,0,0)

Tints of #0E060A

#0E060A
(14,6,10)
#231C20
(35,28,32)
#383236
(56,50,54)
#4D484C
(77,72,76)
#625E62
(98,94,98)
#777478
(119,116,120)
#8C8A8E
(140,138,142)
#A1A0A4
(161,160,164)
#B6B6BA
(182,182,186)
#CBCCD0
(203,204,208)
#E0E2E6
(224,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E060A; }

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

This text font color is #0E060A.

Background Color

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

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

This div background color is #0E060A.

Border color

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

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

This div border color is #0E060A.

Opacity

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

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

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

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

This text has shadow with #0E060A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E060A.

Preview

Color preview on black background

This text has color #0E060A on black background.


Color preview on white background

This text has color #0E060A on white background.


Black color preview on #0E060A background

This text has black color on #0E060A background.


White color preview on #0E060A background

This text has white color on #0E060A background.


Related colors

Complementary color

Complementary color for #hex is #F1F9F5.


I love getcolorcode.com

Triadic colors

1 #0A0E06 and #060A0E with #0E060A are triadic colors.

2 #0A060E and #060E0A with #0E060A are triadic colors.