COLOR #0E5E1C

HEX: #0E5E1C
RGB: (14,94,28)

Color info

#0E5E1C contains mainly green color. Web safe color of #0E5E1C is #006633 (or #063).

RGB color model

#0E5E1C color RGB value is (14,94,28).

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

RGB channels and saturation

R 14 of 255 = 5%
G 94 of 255 = 37%
B 28 of 255 = 11%

14
94
28

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

Portions of RGB colors in percentages

R + G + B =
14 + 94 + 28 = 136 (100%)
R 14 of 136 ~ 10.29%
G 94 of 136 ~ 69.12%
B 28 of 136 ~ 20.59%

%10.29
%69.12
%20.59

CMYK color model

#0E5E1C color CMYK value is (85,0,70,63).

  • cyan value is 85.11%
  • magenta value is 0.00%
  • yellow value is 70.21%
  • key color value is 63.14%
CMYK:
(85,0,70,63)
C85M0Y70K63 
(85%,0%,70%,63%)
(0.85/0.00/0.70/0.63)	

CMYK percentages

%85.11
%0
%70.21
%63.14

Codes

Color #0E5E1C in popluar color models

0E5E1C
RGB149428
HSL131°74.07%21.18%
HSB/HSV131°85.11%36.86%
CMYK85.11%0.00%70.21%
63.14%

Color #0E5E1C in popluar number systems.

HEX0E5E1C
Decimal149428
Binary1110101111011100
Octal1613634

Shades and tints

Shades of #0E5E1C

#0E5E1C
(14,94,28)
#0D561A
(13,86,26)
#0C4E18
(12,78,24)
#0B4616
(11,70,22)
#0A3E14
(10,62,20)
#093612
(9,54,18)
#082E10
(8,46,16)
#07260E
(7,38,14)
#061E0C
(6,30,12)
#05160A
(5,22,10)
#040E08
(4,14,8)
#000000
(0,0,0)

Tints of #0E5E1C

#0E5E1C
(14,94,28)
#236C30
(35,108,48)
#387A44
(56,122,68)
#4D8858
(77,136,88)
#62966C
(98,150,108)
#77A480
(119,164,128)
#8CB294
(140,178,148)
#A1C0A8
(161,192,168)
#B6CEBC
(182,206,188)
#CBDCD0
(203,220,208)
#E0EAE4
(224,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E5E1C; }

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

This text font color is #0E5E1C.


Background Color

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

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

This div background color is #0E5E1C.


Border color

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

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

This div border color is #0E5E1C.


Opacity

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

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

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

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

This text has shadow with #0E5E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5E1C on black background.


Color preview on white background

This text has color #0E5E1C on white background.



Black color preview on #0E5E1C background

This text has black color on #0E5E1C background.


White color preview on #0E5E1C background

This text has white color on #0E5E1C background.