COLOR #0E5429

HEX: #0E5429
RGB: (14,84,41)

Color info

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

RGB color model

#0E5429 color RGB value is (14,84,41).

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

RGB channels and saturation

R 14 of 255 = 5%
G 84 of 255 = 33%
B 41 of 255 = 16%

14
84
41

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

Portions of RGB colors in percentages

R + G + B =
14 + 84 + 41 = 139 (100%)
R 14 of 139 ~ 10.07%
G 84 of 139 ~ 60.43%
B 41 of 139 ~ 29.5%

%10.07
%60.43
%29.5

CMYK color model

#0E5429 color CMYK value is (83,0,51,67).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 51.19%
  • key color value is 67.06%
CMYK:
(83,0,51,67)
C83M0Y51K67 
(83%,0%,51%,67%)
(0.83/0.00/0.51/0.67)	

CMYK percentages

%83.33
%0
%51.19
%67.06

Codes

Color #0E5429 in popluar color models

0E5429
RGB148441
HSL143°71.43%19.22%
HSB/HSV143°83.33%32.94%
CMYK83.33%0.00%51.19%
67.06%

Color #0E5429 in popluar number systems.

HEX0E5429
Decimal148441
Binary11101010100101001
Octal1612451

Shades and tints

Shades of #0E5429

#0E5429
(14,84,41)
#0D4D26
(13,77,38)
#0C4623
(12,70,35)
#0B3F20
(11,63,32)
#0A381D
(10,56,29)
#09311A
(9,49,26)
#082A17
(8,42,23)
#072314
(7,35,20)
#061C11
(6,28,17)
#05150E
(5,21,14)
#040E0B
(4,14,11)
#000000
(0,0,0)

Tints of #0E5429

#0E5429
(14,84,41)
#23633C
(35,99,60)
#38724F
(56,114,79)
#4D8162
(77,129,98)
#629075
(98,144,117)
#779F88
(119,159,136)
#8CAE9B
(140,174,155)
#A1BDAE
(161,189,174)
#B6CCC1
(182,204,193)
#CBDBD4
(203,219,212)
#E0EAE7
(224,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E5429; }

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

This text font color is #0E5429.


Background Color

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

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

This div background color is #0E5429.


Border color

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

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

This div border color is #0E5429.


Opacity

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

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

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

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

This text has shadow with #0E5429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5429 on black background.


Color preview on white background

This text has color #0E5429 on white background.



Black color preview on #0E5429 background

This text has black color on #0E5429 background.


White color preview on #0E5429 background

This text has white color on #0E5429 background.