COLOR #0E5E2A

HEX: #0E5E2A
RGB: (14,94,42)

Color info

#0E5E2A contains mainly green and blue colors. Web safe color of #0E5E2A is #006633 (or #063).

RGB color model

#0E5E2A color RGB value is (14,94,42).

  • red value is 14;
  • green value is 94;
  • blue value is 42.
RGB:
(14,94,42)
(5%,37%,16%)

RGB channels and saturation

R 14 of 255 = 5%
G 94 of 255 = 37%
B 42 of 255 = 16%

14
94
42

R + G + B ~ 19%. #0E5E2A is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 94 + 42 = 150 (100%)
R 14 of 150 ~ 9.33%
G 94 of 150 ~ 62.67%
B 42 of 150 ~ 28%

%62.67
%28

CMYK color model

#0E5E2A color CMYK value is (85,0,55,63).

  • cyan value is 85.11%
  • magenta value is 0.00%
  • yellow value is 55.32%
  • key color value is 63.14%
CMYK:
(85,0,55,63)
C85M0Y55K63 
(85%,0%,55%,63%)
(0.85/0.00/0.55/0.63)	

CMYK percentages

%85.11
%0
%55.32
%63.14

Codes

Color #0E5E2A in popluar color models

0E5E2A
RGB149442
HSL141°74.07%21.18%
HSB/HSV141°85.11%36.86%
CMYK85.11%0.00%55.32%
63.14%

Color #0E5E2A in popluar number systems.

HEX0E5E2A
Decimal149442
Binary11101011110101010
Octal1613652

Shades and tints

Shades of #0E5E2A

#0E5E2A
(14,94,42)
#0D5627
(13,86,39)
#0C4E24
(12,78,36)
#0B4621
(11,70,33)
#0A3E1E
(10,62,30)
#09361B
(9,54,27)
#082E18
(8,46,24)
#072615
(7,38,21)
#061E12
(6,30,18)
#05160F
(5,22,15)
#040E0C
(4,14,12)
#000000
(0,0,0)

Tints of #0E5E2A

#0E5E2A
(14,94,42)
#236C3D
(35,108,61)
#387A50
(56,122,80)
#4D8863
(77,136,99)
#629676
(98,150,118)
#77A489
(119,164,137)
#8CB29C
(140,178,156)
#A1C0AF
(161,192,175)
#B6CEC2
(182,206,194)
#CBDCD5
(203,220,213)
#E0EAE8
(224,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5E2A color. Also use rgb(14,94,42) instead hex code.

Text Font Color

.myTextColor { color: #0E5E2A; }

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

This text font color is #0E5E2A.


Background Color

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

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

This div background color is #0E5E2A.


Border color

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

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

This div border color is #0E5E2A.


Opacity

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

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

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

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

This text has shadow with #0E5E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5E2A on black background.


Color preview on white background

This text has color #0E5E2A on white background.



Black color preview on #0E5E2A background

This text has black color on #0E5E2A background.


White color preview on #0E5E2A background

This text has white color on #0E5E2A background.