COLOR #14703C

HEX: #14703C
RGB: (20,112,60)

Color info

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

RGB color model

#14703C color RGB value is (20,112,60).

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

RGB channels and saturation

R 20 of 255 = 8%
G 112 of 255 = 44%
B 60 of 255 = 24%

20
112
60

R + G + B ~ 25%. #14703C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 112 + 60 = 192 (100%)
R 20 of 192 ~ 10.42%
G 112 of 192 ~ 58.33%
B 60 of 192 ~ 31.25%

%10.42
%58.33
%31.25

CMYK color model

#14703C color CMYK value is (82,0,46,56).

  • cyan value is 82.14%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 56.08%
CMYK:
(82,0,46,56)
C82M0Y46K56 
(82%,0%,46%,56%)
(0.82/0.00/0.46/0.56)	

CMYK percentages

%82.14
%0
%46.43
%56.08

Codes

Color #14703C in popluar color models

14703C
RGB2011260
HSL146°69.70%25.88%
HSB/HSV146°82.14%43.92%
CMYK82.14%0.00%46.43%
56.08%

Color #14703C in popluar number systems.

HEX14703C
Decimal2011260
Binary101001110000111100
Octal2416074

Shades and tints

Shades of #14703C

#14703C
(20,112,60)
#136637
(19,102,55)
#125C32
(18,92,50)
#11522D
(17,82,45)
#104828
(16,72,40)
#0F3E23
(15,62,35)
#0E341E
(14,52,30)
#0D2A19
(13,42,25)
#0C2014
(12,32,20)
#0B160F
(11,22,15)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #14703C

#14703C
(20,112,60)
#297D4D
(41,125,77)
#3E8A5E
(62,138,94)
#53976F
(83,151,111)
#68A480
(104,164,128)
#7DB191
(125,177,145)
#92BEA2
(146,190,162)
#A7CBB3
(167,203,179)
#BCD8C4
(188,216,196)
#D1E5D5
(209,229,213)
#E6F2E6
(230,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14703C color. Also use rgb(20,112,60) instead hex code.

Text Font Color

.myTextColor { color: #14703C; }

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

This text font color is #14703C.


Background Color

.myBgColor { background-color: #14703C; }

<div style="background-color:#14703C">Inner text</div>

This div background color is #14703C.


Border color

.myBorderColor { border: 1px solid #14703C; }

<div style="border:3px solid #14703C">Div</div>

This div border color is #14703C.


Opacity

.myOpacity80 { color: #14703C; opacity: 0.8; }

<p style="color:#14703C;opacity:0.8;">80%</p>

Text with #14703C 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 #14703C;}

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

This text has shadow with #14703C color.

.textShadow {text-shadow: 3px 3px 1px #14703C, 3px 3px 1px red;}

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

This text has shadow with #14703C primary color and red secondary color.


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

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

This text has shadow with #14703C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14703C on black background.


Color preview on white background

This text has color #14703C on white background.



Black color preview on #14703C background

This text has black color on #14703C background.


White color preview on #14703C background

This text has white color on #14703C background.