COLOR #0E541D

HEX: #0E541D
RGB: (14,84,29)

Color info

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

RGB color model

#0E541D color RGB value is (14,84,29).

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

RGB channels and saturation

R 14 of 255 = 5%
G 84 of 255 = 33%
B 29 of 255 = 11%

14
84
29

R + G + B ~ 16%. #0E541D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 84 + 29 = 127 (100%)
R 14 of 127 ~ 11.02%
G 84 of 127 ~ 66.14%
B 29 of 127 ~ 22.83%

%11.02
%66.14
%22.83

CMYK color model

#0E541D color CMYK value is (83,0,65,67).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 65.48%
  • key color value is 67.06%
CMYK:
(83,0,65,67)
C83M0Y65K67 
(83%,0%,65%,67%)
(0.83/0.00/0.65/0.67)	

CMYK percentages

%83.33
%0
%65.48
%67.06

Codes

Color #0E541D in popluar color models

0E541D
RGB148429
HSL133°71.43%19.22%
HSB/HSV133°83.33%32.94%
CMYK83.33%0.00%65.48%
67.06%

Color #0E541D in popluar number systems.

HEX0E541D
Decimal148429
Binary1110101010011101
Octal1612435

Shades and tints

Shades of #0E541D

#0E541D
(14,84,29)
#0D4D1B
(13,77,27)
#0C4619
(12,70,25)
#0B3F17
(11,63,23)
#0A3815
(10,56,21)
#093113
(9,49,19)
#082A11
(8,42,17)
#07230F
(7,35,15)
#061C0D
(6,28,13)
#05150B
(5,21,11)
#040E09
(4,14,9)
#000000
(0,0,0)

Tints of #0E541D

#0E541D
(14,84,29)
#236331
(35,99,49)
#387245
(56,114,69)
#4D8159
(77,129,89)
#62906D
(98,144,109)
#779F81
(119,159,129)
#8CAE95
(140,174,149)
#A1BDA9
(161,189,169)
#B6CCBD
(182,204,189)
#CBDBD1
(203,219,209)
#E0EAE5
(224,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E541D; }

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

This text font color is #0E541D.


Background Color

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

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

This div background color is #0E541D.


Border color

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

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

This div border color is #0E541D.


Opacity

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

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

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

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

This text has shadow with #0E541D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E541D on black background.


Color preview on white background

This text has color #0E541D on white background.



Black color preview on #0E541D background

This text has black color on #0E541D background.


White color preview on #0E541D background

This text has white color on #0E541D background.