COLOR #0E460A

HEX: #0E460A
RGB: (14,70,10)

Color info

#0E460A contains mainly red and green colors. Web safe color of #0E460A is #003300 (or #030).

RGB color model

#0E460A color RGB value is (14,70,10).

  • red value is 14;
  • green value is 70;
  • blue value is 10.
RGB:
(14,70,10)
(5%,27%,4%)

RGB channels and saturation

R 14 of 255 = 5%
G 70 of 255 = 27%
B 10 of 255 = 4%

14
70
10

R + G + B ~ 12%. #0E460A is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 70 + 10 = 94 (100%)
R 14 of 94 ~ 14.89%
G 70 of 94 ~ 74.47%
B 10 of 94 ~ 10.64%

%14.89
%74.47
%10.64

CMYK color model

#0E460A color CMYK value is (80,0,86,73).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 72.55%
CMYK:
(80,0,86,73)
C80M0Y86K73 
(80%,0%,86%,73%)
(0.80/0.00/0.86/0.73)	

CMYK percentages

%80
%0
%85.71
%72.55

Codes

Color #0E460A in popluar color models

0E460A
RGB147010
HSL116°75.00%15.69%
HSB/HSV116°85.71%27.45%
CMYK80.00%0.00%85.71%
72.55%

Color #0E460A in popluar number systems.

HEX0E460A
Decimal147010
Binary111010001101010
Octal1610612

Shades and tints

Shades of #0E460A

#0E460A
(14,70,10)
#0D400A
(13,64,10)
#0C3A0A
(12,58,10)
#0B340A
(11,52,10)
#0A2E0A
(10,46,10)
#09280A
(9,40,10)
#08220A
(8,34,10)
#071C0A
(7,28,10)
#06160A
(6,22,10)
#05100A
(5,16,10)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #0E460A

#0E460A
(14,70,10)
#235620
(35,86,32)
#386636
(56,102,54)
#4D764C
(77,118,76)
#628662
(98,134,98)
#779678
(119,150,120)
#8CA68E
(140,166,142)
#A1B6A4
(161,182,164)
#B6C6BA
(182,198,186)
#CBD6D0
(203,214,208)
#E0E6E6
(224,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E460A; }

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

This text font color is #0E460A.


Background Color

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

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

This div background color is #0E460A.


Border color

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

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

This div border color is #0E460A.


Opacity

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

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

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

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

This text has shadow with #0E460A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E460A on black background.


Color preview on white background

This text has color #0E460A on white background.



Black color preview on #0E460A background

This text has black color on #0E460A background.


White color preview on #0E460A background

This text has white color on #0E460A background.