COLOR #0E8E3D

HEX: #0E8E3D
RGB: (14,142,61)

Color info

#0E8E3D contains mainly green color. Web safe color of #0E8E3D is #009933 (or #093).

RGB color model

#0E8E3D color RGB value is (14,142,61).

  • red value is 14;
  • green value is 142;
  • blue value is 61.
RGB:
(14,142,61)
(5%,56%,24%)

RGB channels and saturation

R 14 of 255 = 5%
G 142 of 255 = 56%
B 61 of 255 = 24%

14
142
61

R + G + B ~ 28%. #0E8E3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 142 + 61 = 217 (100%)
R 14 of 217 ~ 6.45%
G 142 of 217 ~ 65.44%
B 61 of 217 ~ 28.11%

%65.44
%28.11

CMYK color model

#0E8E3D color CMYK value is (90,0,57,44).

  • cyan value is 90.14%
  • magenta value is 0.00%
  • yellow value is 57.04%
  • key color value is 44.31%
CMYK:
(90,0,57,44)
C90M0Y57K44 
(90%,0%,57%,44%)
(0.90/0.00/0.57/0.44)	

CMYK percentages

%90.14
%0
%57.04
%44.31

Codes

Color #0E8E3D in popluar color models

0E8E3D
RGB1414261
HSL142°82.05%30.59%
HSB/HSV142°90.14%55.69%
CMYK90.14%0.00%57.04%
44.31%

Color #0E8E3D in popluar number systems.

HEX0E8E3D
Decimal1414261
Binary111010001110111101
Octal1621675

Shades and tints

Shades of #0E8E3D

#0E8E3D
(14,142,61)
#0D8238
(13,130,56)
#0C7633
(12,118,51)
#0B6A2E
(11,106,46)
#0A5E29
(10,94,41)
#095224
(9,82,36)
#08461F
(8,70,31)
#073A1A
(7,58,26)
#062E15
(6,46,21)
#052210
(5,34,16)
#04160B
(4,22,11)
#000000
(0,0,0)

Tints of #0E8E3D

#0E8E3D
(14,142,61)
#23984E
(35,152,78)
#38A25F
(56,162,95)
#4DAC70
(77,172,112)
#62B681
(98,182,129)
#77C092
(119,192,146)
#8CCAA3
(140,202,163)
#A1D4B4
(161,212,180)
#B6DEC5
(182,222,197)
#CBE8D6
(203,232,214)
#E0F2E7
(224,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E8E3D color. Also use rgb(14,142,61) instead hex code.

Text Font Color

.myTextColor { color: #0E8E3D; }

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

This text font color is #0E8E3D.


Background Color

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

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

This div background color is #0E8E3D.


Border color

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

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

This div border color is #0E8E3D.


Opacity

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

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

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

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

This text has shadow with #0E8E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E8E3D on black background.


Color preview on white background

This text has color #0E8E3D on white background.



Black color preview on #0E8E3D background

This text has black color on #0E8E3D background.


White color preview on #0E8E3D background

This text has white color on #0E8E3D background.