COLOR #0E4114

HEX: #0E4114 RGB: (14,65,20)

Color info

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

RGB color model

#0E4114 color RGB value is (14,65,20).

RGB: (14,65,20) (5%, 25%, 8%)

RGB channels and saturation

R 14 of 255 = 5%
G 65 of 255 = 25%
B 20 of 255 = 8%

14
65
20

R + G + B ~ 13%. #0E4114 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 65 + 20 = 99 (100%)
R 14 of 99 ~ 14.14%
G 65 of 99 ~ 65.66%
B 20 of 99 ~ 20.2'%

%14.14
%65.66
%20.2

CMYK color model

#0E4114 color CMYK value is (78,0,69,75).

  • cyan value is 78.46%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 74.51%

CMYK: (78,0,69,75)
C78M0Y69K75 (78%, 0%, 69%, 75%)
(0.78 / 0.00 / 0.69 / 0.75)

CMYK percentages

%78.46
%0
%69.23
%74.51

Codes

Color #0E4114 in popluar color models

0E 41 14
RGB 14 65 20
HSL 127° 64.56% 15.49%
HSB/HSV 127° 78.46% 25.49%
CMYK 78.46% 0.00% 69.23%
74.51%

Color #0E4114 in popluar number systems.

HEX 0E 41 14
Decimal 14 65 20
Binary 1110 1000001 10100
Octal 16 101 24

Shades and tints

Shades of #0E4114

#0E4114
(14,65,20)
#0D3C13
(13,60,19)
#0C3712
(12,55,18)
#0B3211
(11,50,17)
#0A2D10
(10,45,16)
#09280F
(9,40,15)
#08230E
(8,35,14)
#071E0D
(7,30,13)
#06190C
(6,25,12)
#05140B
(5,20,11)
#040F0A
(4,15,10)
#000000
(0,0,0)

Tints of #0E4114

#0E4114
(14,65,20)
#235229
(35,82,41)
#38633E
(56,99,62)
#4D7453
(77,116,83)
#628568
(98,133,104)
#77967D
(119,150,125)
#8CA792
(140,167,146)
#A1B8A7
(161,184,167)
#B6C9BC
(182,201,188)
#CBDAD1
(203,218,209)
#E0EBE6
(224,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4114; }

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

This text font color is #0E4114.

Background Color

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

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

This div background color is #0E4114.

Border color

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

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

This div border color is #0E4114.

Opacity

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

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

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

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

This text has shadow with #0E4114 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4114.

Preview

Color preview on black background

This text has color #0E4114 on black background.


Color preview on white background

This text has color #0E4114 on white background.


Black color preview on #0E4114 background

This text has black color on #0E4114 background.


White color preview on #0E4114 background

This text has white color on #0E4114 background.


Related colors

Complementary color

Complementary color for #hex is #F1BEEB.


I love getcolorcode.com

Triadic colors

1 #140E41 and #41140E with #0E4114 are triadic colors.

2 #14410E and #410E14 with #0E4114 are triadic colors.