COLOR #0E2413

HEX: #0E2413 RGB: (14,36,19)

Color info

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

RGB color model

#0E2413 color RGB value is (14,36,19).

RGB: (14,36,19) (5%, 14%, 7%)

RGB channels and saturation

R 14 of 255 = 5%
G 36 of 255 = 14%
B 19 of 255 = 7%

14
36
19

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

Portions of RGB colors in percentages

R + G + B = 14 + 36 + 19 = 69 (100%)
R 14 of 69 ~ 20.29%
G 36 of 69 ~ 52.17%
B 19 of 69 ~ 27.54'%

%20.29
%52.17
%27.54

CMYK color model

#0E2413 color CMYK value is (61,0,47,86).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 47.22%
  • key color value is 85.88%

CMYK: (61,0,47,86)
C61M0Y47K86 (61%, 0%, 47%, 86%)
(0.61 / 0.00 / 0.47 / 0.86)

CMYK percentages

%61.11
%0
%47.22
%85.88

Codes

Color #0E2413 in popluar color models

0E 24 13
RGB 14 36 19
HSL 134° 44.00% 9.80%
HSB/HSV 134° 61.11% 14.12%
CMYK 61.11% 0.00% 47.22%
85.88%

Color #0E2413 in popluar number systems.

HEX 0E 24 13
Decimal 14 36 19
Binary 1110 100100 10011
Octal 16 44 23

Shades and tints

Shades of #0E2413

#0E2413
(14,36,19)
#0D2112
(13,33,18)
#0C1E11
(12,30,17)
#0B1B10
(11,27,16)
#0A180F
(10,24,15)
#09150E
(9,21,14)
#08120D
(8,18,13)
#070F0C
(7,15,12)
#060C0B
(6,12,11)
#05090A
(5,9,10)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #0E2413

#0E2413
(14,36,19)
#233728
(35,55,40)
#384A3D
(56,74,61)
#4D5D52
(77,93,82)
#627067
(98,112,103)
#77837C
(119,131,124)
#8C9691
(140,150,145)
#A1A9A6
(161,169,166)
#B6BCBB
(182,188,187)
#CBCFD0
(203,207,208)
#E0E2E5
(224,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2413; }

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

This text font color is #0E2413.

Background Color

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

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

This div background color is #0E2413.

Border color

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

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

This div border color is #0E2413.

Opacity

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

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

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

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

This text has shadow with #0E2413 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2413.

Preview

Color preview on black background

This text has color #0E2413 on black background.


Color preview on white background

This text has color #0E2413 on white background.


Black color preview on #0E2413 background

This text has black color on #0E2413 background.


White color preview on #0E2413 background

This text has white color on #0E2413 background.


Related colors

Complementary color

Complementary color for #hex is #F1DBEC.


I love getcolorcode.com

Triadic colors

1 #130E24 and #24130E with #0E2413 are triadic colors.

2 #13240E and #240E13 with #0E2413 are triadic colors.