COLOR #0E6A14

HEX: #0E6A14
RGB: (14,106,20)

Color info

#0E6A14 contains mainly green color. Web safe color of #0E6A14 is #006600 (or #060).

RGB color model

#0E6A14 color RGB value is (14,106,20).

  • red value is 14;
  • green value is 106;
  • blue value is 20.
RGB:
(14,106,20)
(5%,42%,8%)

RGB channels and saturation

R 14 of 255 = 5%
G 106 of 255 = 42%
B 20 of 255 = 8%

14
106
20

R + G + B ~ 18%. #0E6A14 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 106 + 20 = 140 (100%)
R 14 of 140 ~ 10%
G 106 of 140 ~ 75.71%
B 20 of 140 ~ 14.29%

%10
%75.71
%14.29

CMYK color model

#0E6A14 color CMYK value is (87,0,81,58).

  • cyan value is 86.79%
  • magenta value is 0.00%
  • yellow value is 81.13%
  • key color value is 58.43%
CMYK:
(87,0,81,58)
C87M0Y81K58 
(87%,0%,81%,58%)
(0.87/0.00/0.81/0.58)	

CMYK percentages

%86.79
%0
%81.13
%58.43

Codes

Color #0E6A14 in popluar color models

0E6A14
RGB1410620
HSL124°76.67%23.53%
HSB/HSV124°86.79%41.57%
CMYK86.79%0.00%81.13%
58.43%

Color #0E6A14 in popluar number systems.

HEX0E6A14
Decimal1410620
Binary1110110101010100
Octal1615224

Shades and tints

Shades of #0E6A14

#0E6A14
(14,106,20)
#0D6113
(13,97,19)
#0C5812
(12,88,18)
#0B4F11
(11,79,17)
#0A4610
(10,70,16)
#093D0F
(9,61,15)
#08340E
(8,52,14)
#072B0D
(7,43,13)
#06220C
(6,34,12)
#05190B
(5,25,11)
#04100A
(4,16,10)
#000000
(0,0,0)

Tints of #0E6A14

#0E6A14
(14,106,20)
#237729
(35,119,41)
#38843E
(56,132,62)
#4D9153
(77,145,83)
#629E68
(98,158,104)
#77AB7D
(119,171,125)
#8CB892
(140,184,146)
#A1C5A7
(161,197,167)
#B6D2BC
(182,210,188)
#CBDFD1
(203,223,209)
#E0ECE6
(224,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E6A14; }

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

This text font color is #0E6A14.


Background Color

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

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

This div background color is #0E6A14.


Border color

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

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

This div border color is #0E6A14.


Opacity

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

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

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

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

This text has shadow with #0E6A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6A14 on black background.


Color preview on white background

This text has color #0E6A14 on white background.



Black color preview on #0E6A14 background

This text has black color on #0E6A14 background.


White color preview on #0E6A14 background

This text has white color on #0E6A14 background.