COLOR #0E4B1E

HEX: #0E4B1E
RGB: (14,75,30)

Color info

#0E4B1E contains mainly green and blue colors. Web safe color of #0E4B1E is #003333 (or #033).

RGB color model

#0E4B1E color RGB value is (14,75,30).

  • red value is 14;
  • green value is 75;
  • blue value is 30.
RGB:
(14,75,30)
(5%,29%,12%)

RGB channels and saturation

R 14 of 255 = 5%
G 75 of 255 = 29%
B 30 of 255 = 12%

14
75
30

R + G + B ~ 15%. #0E4B1E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 75 + 30 = 119 (100%)
R 14 of 119 ~ 11.76%
G 75 of 119 ~ 63.03%
B 30 of 119 ~ 25.21%

%11.76
%63.03
%25.21

CMYK color model

#0E4B1E color CMYK value is (81,0,60,71).

  • cyan value is 81.33%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 70.59%
CMYK:
(81,0,60,71)
C81M0Y60K71 
(81%,0%,60%,71%)
(0.81/0.00/0.60/0.71)	

CMYK percentages

%81.33
%0
%60
%70.59

Codes

Color #0E4B1E in popluar color models

0E4B1E
RGB147530
HSL136°68.54%17.45%
HSB/HSV136°81.33%29.41%
CMYK81.33%0.00%60.00%
70.59%

Color #0E4B1E in popluar number systems.

HEX0E4B1E
Decimal147530
Binary1110100101111110
Octal1611336

Shades and tints

Shades of #0E4B1E

#0E4B1E
(14,75,30)
#0D451C
(13,69,28)
#0C3F1A
(12,63,26)
#0B3918
(11,57,24)
#0A3316
(10,51,22)
#092D14
(9,45,20)
#082712
(8,39,18)
#072110
(7,33,16)
#061B0E
(6,27,14)
#05150C
(5,21,12)
#040F0A
(4,15,10)
#000000
(0,0,0)

Tints of #0E4B1E

#0E4B1E
(14,75,30)
#235B32
(35,91,50)
#386B46
(56,107,70)
#4D7B5A
(77,123,90)
#628B6E
(98,139,110)
#779B82
(119,155,130)
#8CAB96
(140,171,150)
#A1BBAA
(161,187,170)
#B6CBBE
(182,203,190)
#CBDBD2
(203,219,210)
#E0EBE6
(224,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4B1E color. Also use rgb(14,75,30) instead hex code.

Text Font Color

.myTextColor { color: #0E4B1E; }

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

This text font color is #0E4B1E.


Background Color

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

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

This div background color is #0E4B1E.


Border color

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

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

This div border color is #0E4B1E.


Opacity

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

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

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

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

This text has shadow with #0E4B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4B1E on black background.


Color preview on white background

This text has color #0E4B1E on white background.



Black color preview on #0E4B1E background

This text has black color on #0E4B1E background.


White color preview on #0E4B1E background

This text has white color on #0E4B1E background.