COLOR #14721C

HEX: #14721C
RGB: (20,114,28)

Color info

#14721C contains mainly green color. Web safe color of #14721C is #006633 (or #063).

RGB color model

#14721C color RGB value is (20,114,28).

  • red value is 20;
  • green value is 114;
  • blue value is 28.
RGB:
(20,114,28)
(8%,45%,11%)

RGB channels and saturation

R 20 of 255 = 8%
G 114 of 255 = 45%
B 28 of 255 = 11%

20
114
28

R + G + B ~ 21%. #14721C is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 114 + 28 = 162 (100%)
R 20 of 162 ~ 12.35%
G 114 of 162 ~ 70.37%
B 28 of 162 ~ 17.28%

%12.35
%70.37
%17.28

CMYK color model

#14721C color CMYK value is (82,0,75,55).

  • cyan value is 82.46%
  • magenta value is 0.00%
  • yellow value is 75.44%
  • key color value is 55.29%
CMYK:
(82,0,75,55)
C82M0Y75K55 
(82%,0%,75%,55%)
(0.82/0.00/0.75/0.55)	

CMYK percentages

%82.46
%0
%75.44
%55.29

Codes

Color #14721C in popluar color models

14721C
RGB2011428
HSL125°70.15%26.27%
HSB/HSV125°82.46%44.71%
CMYK82.46%0.00%75.44%
55.29%

Color #14721C in popluar number systems.

HEX14721C
Decimal2011428
Binary10100111001011100
Octal2416234

Shades and tints

Shades of #14721C

#14721C
(20,114,28)
#13681A
(19,104,26)
#125E18
(18,94,24)
#115416
(17,84,22)
#104A14
(16,74,20)
#0F4012
(15,64,18)
#0E3610
(14,54,16)
#0D2C0E
(13,44,14)
#0C220C
(12,34,12)
#0B180A
(11,24,10)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #14721C

#14721C
(20,114,28)
#297E30
(41,126,48)
#3E8A44
(62,138,68)
#539658
(83,150,88)
#68A26C
(104,162,108)
#7DAE80
(125,174,128)
#92BA94
(146,186,148)
#A7C6A8
(167,198,168)
#BCD2BC
(188,210,188)
#D1DED0
(209,222,208)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14721C color. Also use rgb(20,114,28) instead hex code.

Text Font Color

.myTextColor { color: #14721C; }

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

This text font color is #14721C.


Background Color

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

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

This div background color is #14721C.


Border color

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

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

This div border color is #14721C.


Opacity

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

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

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

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

This text has shadow with #14721C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14721C on black background.


Color preview on white background

This text has color #14721C on white background.



Black color preview on #14721C background

This text has black color on #14721C background.


White color preview on #14721C background

This text has white color on #14721C background.