COLOR #0E1006

HEX: #0E1006 RGB: (14,16,6)

Color info

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

RGB color model

#0E1006 color RGB value is (14,16,6).

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

RGB channels and saturation

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

14
16
6

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

Portions of RGB colors in percentages

R + G + B = 14 + 16 + 6 = 36 (100%)
R 14 of 36 ~ 38.89%
G 16 of 36 ~ 44.44%
B 6 of 36 ~ 16.67'%

%38.89
%44.44
%16.67

CMYK color model

#0E1006 color CMYK value is (13,0,63,94).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 93.73%

CMYK: (13,0,63,94)
C13M0Y63K94 (13%, 0%, 63%, 94%)
(0.13 / 0.00 / 0.63 / 0.94)

CMYK percentages

%12.5
%0
%62.5
%93.73

Codes

Color #0E1006 in popluar color models

0E 10 06
RGB 14 16 6
HSL 72° 45.45% 4.31%
HSB/HSV 72° 62.50% 6.27%
CMYK 12.50% 0.00% 62.50%
93.73%

Color #0E1006 in popluar number systems.

HEX 0E 10 06
Decimal 14 16 6
Binary 1110 10000 110
Octal 16 20 6

Shades and tints

Shades of #0E1006

#0E1006
(14,16,6)
#0D0F06
(13,15,6)
#0C0E06
(12,14,6)
#0B0D06
(11,13,6)
#0A0C06
(10,12,6)
#090B06
(9,11,6)
#080A06
(8,10,6)
#070906
(7,9,6)
#060806
(6,8,6)
#050706
(5,7,6)
#040606
(4,6,6)
#000000
(0,0,0)

Tints of #0E1006

#0E1006
(14,16,6)
#23251C
(35,37,28)
#383A32
(56,58,50)
#4D4F48
(77,79,72)
#62645E
(98,100,94)
#777974
(119,121,116)
#8C8E8A
(140,142,138)
#A1A3A0
(161,163,160)
#B6B8B6
(182,184,182)
#CBCDCC
(203,205,204)
#E0E2E2
(224,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1006; }

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

This text font color is #0E1006.

Background Color

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

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

This div background color is #0E1006.

Border color

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

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

This div border color is #0E1006.

Opacity

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

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

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

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

This text has shadow with #0E1006 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1006.

Preview

Color preview on black background

This text has color #0E1006 on black background.


Color preview on white background

This text has color #0E1006 on white background.


Black color preview on #0E1006 background

This text has black color on #0E1006 background.


White color preview on #0E1006 background

This text has white color on #0E1006 background.


Related colors

Complementary color

Complementary color for #hex is #F1EFF9.


I love getcolorcode.com

Triadic colors

1 #060E10 and #10060E with #0E1006 are triadic colors.

2 #06100E and #100E06 with #0E1006 are triadic colors.