COLOR #14700E

HEX: #14700E
RGB: (20,112,14)

Color info

#14700E contains mainly green color. Web safe color of #14700E is #006600 (or #060).

RGB color model

#14700E color RGB value is (20,112,14).

  • red value is 20;
  • green value is 112;
  • blue value is 14.
RGB:
(20,112,14)
(8%,44%,5%)

RGB channels and saturation

R 20 of 255 = 8%
G 112 of 255 = 44%
B 14 of 255 = 5%

20
112
14

R + G + B ~ 19%. #14700E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 112 + 14 = 146 (100%)
R 20 of 146 ~ 13.7%
G 112 of 146 ~ 76.71%
B 14 of 146 ~ 9.59%

%13.7
%76.71
%9.59

CMYK color model

#14700E color CMYK value is (82,0,88,56).

  • cyan value is 82.14%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 56.08%
CMYK:
(82,0,88,56)
C82M0Y88K56 
(82%,0%,88%,56%)
(0.82/0.00/0.88/0.56)	

CMYK percentages

%82.14
%0
%87.5
%56.08

Codes

Color #14700E in popluar color models

14700E
RGB2011214
HSL116°77.78%24.71%
HSB/HSV116°87.50%43.92%
CMYK82.14%0.00%87.50%
56.08%

Color #14700E in popluar number systems.

HEX14700E
Decimal2011214
Binary1010011100001110
Octal2416016

Shades and tints

Shades of #14700E

#14700E
(20,112,14)
#13660D
(19,102,13)
#125C0C
(18,92,12)
#11520B
(17,82,11)
#10480A
(16,72,10)
#0F3E09
(15,62,9)
#0E3408
(14,52,8)
#0D2A07
(13,42,7)
#0C2006
(12,32,6)
#0B1605
(11,22,5)
#0A0C04
(10,12,4)
#000000
(0,0,0)

Tints of #14700E

#14700E
(20,112,14)
#297D23
(41,125,35)
#3E8A38
(62,138,56)
#53974D
(83,151,77)
#68A462
(104,164,98)
#7DB177
(125,177,119)
#92BE8C
(146,190,140)
#A7CBA1
(167,203,161)
#BCD8B6
(188,216,182)
#D1E5CB
(209,229,203)
#E6F2E0
(230,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14700E color. Also use rgb(20,112,14) instead hex code.

Text Font Color

.myTextColor { color: #14700E; }

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

This text font color is #14700E.


Background Color

.myBgColor { background-color: #14700E; }

<div style="background-color:#14700E">Inner text</div>

This div background color is #14700E.


Border color

.myBorderColor { border: 1px solid #14700E; }

<div style="border:3px solid #14700E">Div</div>

This div border color is #14700E.


Opacity

.myOpacity80 { color: #14700E; opacity: 0.8; }

<p style="color:#14700E;opacity:0.8;">80%</p>

Text with #14700E 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 #14700E;}

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

This text has shadow with #14700E color.

.textShadow {text-shadow: 3px 3px 1px #14700E, 3px 3px 1px red;}

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

This text has shadow with #14700E primary color and red secondary color.


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

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

This text has shadow with #14700E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14700E on black background.


Color preview on white background

This text has color #14700E on white background.



Black color preview on #14700E background

This text has black color on #14700E background.


White color preview on #14700E background

This text has white color on #14700E background.