COLOR #0E5E29

HEX: #0E5E29
RGB: (14,94,41)

Color info

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

RGB color model

#0E5E29 color RGB value is (14,94,41).

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

RGB channels and saturation

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

14
94
41

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

Portions of RGB colors in percentages

R + G + B =
14 + 94 + 41 = 149 (100%)
R 14 of 149 ~ 9.4%
G 94 of 149 ~ 63.09%
B 41 of 149 ~ 27.52%

%63.09
%27.52

CMYK color model

#0E5E29 color CMYK value is (85,0,56,63).

  • cyan value is 85.11%
  • magenta value is 0.00%
  • yellow value is 56.38%
  • key color value is 63.14%
CMYK:
(85,0,56,63)
C85M0Y56K63 
(85%,0%,56%,63%)
(0.85/0.00/0.56/0.63)	

CMYK percentages

%85.11
%0
%56.38
%63.14

Codes

Color #0E5E29 in popluar color models

0E5E29
RGB149441
HSL140°74.07%21.18%
HSB/HSV140°85.11%36.86%
CMYK85.11%0.00%56.38%
63.14%

Color #0E5E29 in popluar number systems.

HEX0E5E29
Decimal149441
Binary11101011110101001
Octal1613651

Shades and tints

Shades of #0E5E29

#0E5E29
(14,94,41)
#0D5626
(13,86,38)
#0C4E23
(12,78,35)
#0B4620
(11,70,32)
#0A3E1D
(10,62,29)
#09361A
(9,54,26)
#082E17
(8,46,23)
#072614
(7,38,20)
#061E11
(6,30,17)
#05160E
(5,22,14)
#040E0B
(4,14,11)
#000000
(0,0,0)

Tints of #0E5E29

#0E5E29
(14,94,41)
#236C3C
(35,108,60)
#387A4F
(56,122,79)
#4D8862
(77,136,98)
#629675
(98,150,117)
#77A488
(119,164,136)
#8CB29B
(140,178,155)
#A1C0AE
(161,192,174)
#B6CEC1
(182,206,193)
#CBDCD4
(203,220,212)
#E0EAE7
(224,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E5E29; }

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

This text font color is #0E5E29.


Background Color

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

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

This div background color is #0E5E29.


Border color

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

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

This div border color is #0E5E29.


Opacity

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

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

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

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

This text has shadow with #0E5E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5E29 on black background.


Color preview on white background

This text has color #0E5E29 on white background.



Black color preview on #0E5E29 background

This text has black color on #0E5E29 background.


White color preview on #0E5E29 background

This text has white color on #0E5E29 background.