COLOR #0E490E

HEX: #0E490E
RGB: (14,73,14)

Color info

#0E490E contains red, green and blue colors in about the same proportion. Web safe color of #0E490E is #003300 (or #030).

RGB color model

#0E490E color RGB value is (14,73,14).

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

RGB channels and saturation

R 14 of 255 = 5%
G 73 of 255 = 29%
B 14 of 255 = 5%

14
73
14

R + G + B ~ 13%. #0E490E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 73 + 14 = 101 (100%)
R 14 of 101 ~ 13.86%
G 73 of 101 ~ 72.28%
B 14 of 101 ~ 13.86%

%13.86
%72.28
%13.86

CMYK color model

#0E490E color CMYK value is (81,0,81,71).

  • cyan value is 80.82%
  • magenta value is 0.00%
  • yellow value is 80.82%
  • key color value is 71.37%
CMYK:
(81,0,81,71)
C81M0Y81K71 
(81%,0%,81%,71%)
(0.81/0.00/0.81/0.71)	

CMYK percentages

%80.82
%0
%80.82
%71.37

Codes

Color #0E490E in popluar color models

0E490E
RGB147314
HSL120°67.82%17.06%
HSB/HSV120°80.82%28.63%
CMYK80.82%0.00%80.82%
71.37%

Color #0E490E in popluar number systems.

HEX0E490E
Decimal147314
Binary111010010011110
Octal1611116

Shades and tints

Shades of #0E490E

#0E490E
(14,73,14)
#0D430D
(13,67,13)
#0C3D0C
(12,61,12)
#0B370B
(11,55,11)
#0A310A
(10,49,10)
#092B09
(9,43,9)
#082508
(8,37,8)
#071F07
(7,31,7)
#061906
(6,25,6)
#051305
(5,19,5)
#040D04
(4,13,4)
#000000
(0,0,0)

Tints of #0E490E

#0E490E
(14,73,14)
#235923
(35,89,35)
#386938
(56,105,56)
#4D794D
(77,121,77)
#628962
(98,137,98)
#779977
(119,153,119)
#8CA98C
(140,169,140)
#A1B9A1
(161,185,161)
#B6C9B6
(182,201,182)
#CBD9CB
(203,217,203)
#E0E9E0
(224,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E490E; }

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

This text font color is #0E490E.


Background Color

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

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

This div background color is #0E490E.


Border color

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

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

This div border color is #0E490E.


Opacity

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

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

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

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

This text has shadow with #0E490E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E490E on black background.


Color preview on white background

This text has color #0E490E on white background.



Black color preview on #0E490E background

This text has black color on #0E490E background.


White color preview on #0E490E background

This text has white color on #0E490E background.