COLOR #0E2814

HEX: #0E2814 RGB: (14,40,20)

Color info

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

RGB color model

#0E2814 color RGB value is (14,40,20).

RGB: (14,40,20) (5%, 16%, 8%)

RGB channels and saturation

R 14 of 255 = 5%
G 40 of 255 = 16%
B 20 of 255 = 8%

14
40
20

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

Portions of RGB colors in percentages

R + G + B = 14 + 40 + 20 = 74 (100%)
R 14 of 74 ~ 18.92%
G 40 of 74 ~ 54.05%
B 20 of 74 ~ 27.03'%

%18.92
%54.05
%27.03

CMYK color model

#0E2814 color CMYK value is (65,0,50,84).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 84.31%

CMYK: (65,0,50,84)
C65M0Y50K84 (65%, 0%, 50%, 84%)
(0.65 / 0.00 / 0.50 / 0.84)

CMYK percentages

%65
%0
%50
%84.31

Codes

Color #0E2814 in popluar color models

0E 28 14
RGB 14 40 20
HSL 134° 48.15% 10.59%
HSB/HSV 134° 65.00% 15.69%
CMYK 65.00% 0.00% 50.00%
84.31%

Color #0E2814 in popluar number systems.

HEX 0E 28 14
Decimal 14 40 20
Binary 1110 101000 10100
Octal 16 50 24

Shades and tints

Shades of #0E2814

#0E2814
(14,40,20)
#0D2513
(13,37,19)
#0C2212
(12,34,18)
#0B1F11
(11,31,17)
#0A1C10
(10,28,16)
#09190F
(9,25,15)
#08160E
(8,22,14)
#07130D
(7,19,13)
#06100C
(6,16,12)
#050D0B
(5,13,11)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #0E2814

#0E2814
(14,40,20)
#233B29
(35,59,41)
#384E3E
(56,78,62)
#4D6153
(77,97,83)
#627468
(98,116,104)
#77877D
(119,135,125)
#8C9A92
(140,154,146)
#A1ADA7
(161,173,167)
#B6C0BC
(182,192,188)
#CBD3D1
(203,211,209)
#E0E6E6
(224,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2814 color. Also use rgb(14,40,20) instead hex code.

Text Font Color

.myTextColor { color: #0E2814; }

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

This text font color is #0E2814.

Background Color

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

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

This div background color is #0E2814.

Border color

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

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

This div border color is #0E2814.

Opacity

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

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

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

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

This text has shadow with #0E2814 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2814.

Preview

Color preview on black background

This text has color #0E2814 on black background.


Color preview on white background

This text has color #0E2814 on white background.


Black color preview on #0E2814 background

This text has black color on #0E2814 background.


White color preview on #0E2814 background

This text has white color on #0E2814 background.


Related colors

Complementary color

Complementary color for #hex is #F1D7EB.


I love getcolorcode.com

Triadic colors

1 #140E28 and #28140E with #0E2814 are triadic colors.

2 #14280E and #280E14 with #0E2814 are triadic colors.