COLOR #0E1D1A

HEX: #0E1D1A RGB: (14,29,26)

Color info

#0E1D1A contains red, green and blue colors in about the same proportion. Web safe color of #0E1D1A is #003300 (or #030).

RGB color model

#0E1D1A color RGB value is (14,29,26).

RGB: (14,29,26) (5%, 11%, 10%)

RGB channels and saturation

R 14 of 255 = 5%
G 29 of 255 = 11%
B 26 of 255 = 10%

14
29
26

R + G + B ~ 9%. #0E1D1A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 29 + 26 = 69 (100%)
R 14 of 69 ~ 20.29%
G 29 of 69 ~ 42.03%
B 26 of 69 ~ 37.68'%

%20.29
%42.03
%37.68

CMYK color model

#0E1D1A color CMYK value is (52,0,10,89).

  • cyan value is 51.72%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 88.63%
CMYK: (52,0,10,89) C52M0Y10K89 (52%,0%,10%,89%) (0.52/0.00/0.10/0.89) 

CMYK percentages

%51.72
%0
%10.34
%88.63

Codes

Color #0E1D1A in popluar color models

0E 1D 1A
RGB 14 29 26
HSL 168° 34.88% 8.43%
HSB/HSV 168° 51.72% 11.37%
CMYK 51.72% 0.00% 10.34%
88.63%

Color #0E1D1A in popluar number systems.

HEX 0E 1D 1A
Decimal 14 29 26
Binary 1110 11101 11010
Octal 16 35 32

Shades and tints

Shades of #0E1D1A

#0E1D1A
(14,29,26)
#0D1B18
(13,27,24)
#0C1916
(12,25,22)
#0B1714
(11,23,20)
#0A1512
(10,21,18)
#091310
(9,19,16)
#08110E
(8,17,14)
#070F0C
(7,15,12)
#060D0A
(6,13,10)
#050B08
(5,11,8)
#040906
(4,9,6)
#000000
(0,0,0)

Tints of #0E1D1A

#0E1D1A
(14,29,26)
#23312E
(35,49,46)
#384542
(56,69,66)
#4D5956
(77,89,86)
#626D6A
(98,109,106)
#77817E
(119,129,126)
#8C9592
(140,149,146)
#A1A9A6
(161,169,166)
#B6BDBA
(182,189,186)
#CBD1CE
(203,209,206)
#E0E5E2
(224,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1D1A; }

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

This text font color is #0E1D1A.

Background Color

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

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

This div background color is #0E1D1A.

Border color

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

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

This div border color is #0E1D1A.

Opacity

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

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

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

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

This text has shadow with #0E1D1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1D1A.

Preview

Color preview on black background

This text has color #0E1D1A on black background.


Color preview on white background

This text has color #0E1D1A on white background.


Black color preview on #0E1D1A background

This text has black color on #0E1D1A background.


White color preview on #0E1D1A background

This text has white color on #0E1D1A background.


Related colors

Complementary color

Complementary color for #hex is #F1E2E5.


I love getcolorcode.com

Triadic colors

1 #1A0E1D and #1D1A0E with #0E1D1A are triadic colors.

2 #1A1D0E and #1D0E1A with #0E1D1A are triadic colors.