COLOR #0E2618

HEX: #0E2618 RGB: (14,38,24)

Color info

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

RGB color model

#0E2618 color RGB value is (14,38,24).

RGB: (14,38,24) (5%, 15%, 9%)

RGB channels and saturation

R 14 of 255 = 5%
G 38 of 255 = 15%
B 24 of 255 = 9%

14
38
24

R + G + B ~ 10%. #0E2618 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 38 + 24 = 76 (100%)
R 14 of 76 ~ 18.42%
G 38 of 76 ~ 50%
B 24 of 76 ~ 31.58'%

%18.42
%50
%31.58

CMYK color model

#0E2618 color CMYK value is (63,0,37,85).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 85.10%

CMYK: (63,0,37,85)
C63M0Y37K85 (63%, 0%, 37%, 85%)
(0.63 / 0.00 / 0.37 / 0.85)

CMYK percentages

%63.16
%0
%36.84
%85.1

Codes

Color #0E2618 in popluar color models

0E 26 18
RGB 14 38 24
HSL 145° 46.15% 10.20%
HSB/HSV 145° 63.16% 14.90%
CMYK 63.16% 0.00% 36.84%
85.10%

Color #0E2618 in popluar number systems.

HEX 0E 26 18
Decimal 14 38 24
Binary 1110 100110 11000
Octal 16 46 30

Shades and tints

Shades of #0E2618

#0E2618
(14,38,24)
#0D2316
(13,35,22)
#0C2014
(12,32,20)
#0B1D12
(11,29,18)
#0A1A10
(10,26,16)
#09170E
(9,23,14)
#08140C
(8,20,12)
#07110A
(7,17,10)
#060E08
(6,14,8)
#050B06
(5,11,6)
#040804
(4,8,4)
#000000
(0,0,0)

Tints of #0E2618

#0E2618
(14,38,24)
#23392D
(35,57,45)
#384C42
(56,76,66)
#4D5F57
(77,95,87)
#62726C
(98,114,108)
#778581
(119,133,129)
#8C9896
(140,152,150)
#A1ABAB
(161,171,171)
#B6BEC0
(182,190,192)
#CBD1D5
(203,209,213)
#E0E4EA
(224,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2618 color. Also use rgb(14,38,24) instead hex code.

Text Font Color

.myTextColor { color: #0E2618; }

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

This text font color is #0E2618.

Background Color

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

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

This div background color is #0E2618.

Border color

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

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

This div border color is #0E2618.

Opacity

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

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

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

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

This text has shadow with #0E2618 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2618.

Preview

Color preview on black background

This text has color #0E2618 on black background.


Color preview on white background

This text has color #0E2618 on white background.


Black color preview on #0E2618 background

This text has black color on #0E2618 background.


White color preview on #0E2618 background

This text has white color on #0E2618 background.


Related colors

Complementary color

Complementary color for #hex is #F1D9E7.


I love getcolorcode.com

Triadic colors

1 #180E26 and #26180E with #0E2618 are triadic colors.

2 #18260E and #260E18 with #0E2618 are triadic colors.