COLOR #14771D

HEX: #14771D
RGB: (20,119,29)

Color info

#14771D contains mainly green color. Web safe color of #14771D is #006633 (or #063).

RGB color model

#14771D color RGB value is (20,119,29).

  • red value is 20;
  • green value is 119;
  • blue value is 29.
RGB:
(20,119,29)
(8%,47%,11%)

RGB channels and saturation

R 20 of 255 = 8%
G 119 of 255 = 47%
B 29 of 255 = 11%

20
119
29

R + G + B ~ 22%. #14771D is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 119 + 29 = 168 (100%)
R 20 of 168 ~ 11.9%
G 119 of 168 ~ 70.83%
B 29 of 168 ~ 17.26%

%11.9
%70.83
%17.26

CMYK color model

#14771D color CMYK value is (83,0,76,53).

  • cyan value is 83.19%
  • magenta value is 0.00%
  • yellow value is 75.63%
  • key color value is 53.33%
CMYK:
(83,0,76,53)
C83M0Y76K53 
(83%,0%,76%,53%)
(0.83/0.00/0.76/0.53)	

CMYK percentages

%83.19
%0
%75.63
%53.33

Codes

Color #14771D in popluar color models

14771D
RGB2011929
HSL125°71.22%27.25%
HSB/HSV125°83.19%46.67%
CMYK83.19%0.00%75.63%
53.33%

Color #14771D in popluar number systems.

HEX14771D
Decimal2011929
Binary10100111011111101
Octal2416735

Shades and tints

Shades of #14771D

#14771D
(20,119,29)
#136D1B
(19,109,27)
#126319
(18,99,25)
#115917
(17,89,23)
#104F15
(16,79,21)
#0F4513
(15,69,19)
#0E3B11
(14,59,17)
#0D310F
(13,49,15)
#0C270D
(12,39,13)
#0B1D0B
(11,29,11)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #14771D

#14771D
(20,119,29)
#298331
(41,131,49)
#3E8F45
(62,143,69)
#539B59
(83,155,89)
#68A76D
(104,167,109)
#7DB381
(125,179,129)
#92BF95
(146,191,149)
#A7CBA9
(167,203,169)
#BCD7BD
(188,215,189)
#D1E3D1
(209,227,209)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14771D color. Also use rgb(20,119,29) instead hex code.

Text Font Color

.myTextColor { color: #14771D; }

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

This text font color is #14771D.


Background Color

.myBgColor { background-color: #14771D; }

<div style="background-color:#14771D">Inner text</div>

This div background color is #14771D.


Border color

.myBorderColor { border: 1px solid #14771D; }

<div style="border:3px solid #14771D">Div</div>

This div border color is #14771D.


Opacity

.myOpacity80 { color: #14771D; opacity: 0.8; }

<p style="color:#14771D;opacity:0.8;">80%</p>

Text with #14771D 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 #14771D;}

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

This text has shadow with #14771D color.

.textShadow {text-shadow: 3px 3px 1px #14771D, 3px 3px 1px red;}

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

This text has shadow with #14771D primary color and red secondary color.


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

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

This text has shadow with #14771D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14771D on black background.


Color preview on white background

This text has color #14771D on white background.



Black color preview on #14771D background

This text has black color on #14771D background.


White color preview on #14771D background

This text has white color on #14771D background.