COLOR #0E1A06

HEX: #0E1A06 RGB: (14,26,6)

Color info

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

RGB color model

#0E1A06 color RGB value is (14,26,6).

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

RGB channels and saturation

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

14
26
6

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

Portions of RGB colors in percentages

R + G + B = 14 + 26 + 6 = 46 (100%)
R 14 of 46 ~ 30.43%
G 26 of 46 ~ 56.52%
B 6 of 46 ~ 13.04'%

%30.43
%56.52
%13.04

CMYK color model

#0E1A06 color CMYK value is (46,0,77,90).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 89.80%

CMYK: (46,0,77,90)
C46M0Y77K90 (46%, 0%, 77%, 90%)
(0.46 / 0.00 / 0.77 / 0.90)

CMYK percentages

%46.15
%0
%76.92
%89.8

Codes

Color #0E1A06 in popluar color models

0E 1A 06
RGB 14 26 6
HSL 96° 62.50% 6.27%
HSB/HSV 96° 76.92% 10.20%
CMYK 46.15% 0.00% 76.92%
89.80%

Color #0E1A06 in popluar number systems.

HEX 0E 1A 06
Decimal 14 26 6
Binary 1110 11010 110
Octal 16 32 6

Shades and tints

Shades of #0E1A06

#0E1A06
(14,26,6)
#0D1806
(13,24,6)
#0C1606
(12,22,6)
#0B1406
(11,20,6)
#0A1206
(10,18,6)
#091006
(9,16,6)
#080E06
(8,14,6)
#070C06
(7,12,6)
#060A06
(6,10,6)
#050806
(5,8,6)
#040606
(4,6,6)
#000000
(0,0,0)

Tints of #0E1A06

#0E1A06
(14,26,6)
#232E1C
(35,46,28)
#384232
(56,66,50)
#4D5648
(77,86,72)
#626A5E
(98,106,94)
#777E74
(119,126,116)
#8C928A
(140,146,138)
#A1A6A0
(161,166,160)
#B6BAB6
(182,186,182)
#CBCECC
(203,206,204)
#E0E2E2
(224,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1A06; }

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

This text font color is #0E1A06.

Background Color

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

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

This div background color is #0E1A06.

Border color

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

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

This div border color is #0E1A06.

Opacity

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

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

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

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

This text has shadow with #0E1A06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1A06.

Preview

Color preview on black background

This text has color #0E1A06 on black background.


Color preview on white background

This text has color #0E1A06 on white background.


Black color preview on #0E1A06 background

This text has black color on #0E1A06 background.


White color preview on #0E1A06 background

This text has white color on #0E1A06 background.


Related colors

Complementary color

Complementary color for #hex is #F1E5F9.


I love getcolorcode.com

Triadic colors

1 #060E1A and #1A060E with #0E1A06 are triadic colors.

2 #061A0E and #1A0E06 with #0E1A06 are triadic colors.