COLOR #144713

HEX: #144713
RGB: (20,71,19)

Color info

#144713 contains red, green and blue colors in about the same proportion. Web safe color of #144713 is #003300 (or #030).

RGB color model

#144713 color RGB value is (20,71,19).

  • red value is 20;
  • green value is 71;
  • blue value is 19.
RGB:
(20,71,19)
(8%,28%,7%)

RGB channels and saturation

R 20 of 255 = 8%
G 71 of 255 = 28%
B 19 of 255 = 7%

20
71
19

R + G + B ~ 14%. #144713 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 71 + 19 = 110 (100%)
R 20 of 110 ~ 18.18%
G 71 of 110 ~ 64.55%
B 19 of 110 ~ 17.27%

%18.18
%64.55
%17.27

CMYK color model

#144713 color CMYK value is (72,0,73,72).

  • cyan value is 71.83%
  • magenta value is 0.00%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(72,0,73,72)
C72M0Y73K72 
(72%,0%,73%,72%)
(0.72/0.00/0.73/0.72)	

CMYK percentages

%71.83
%0
%73.24
%72.16

Codes

Color #144713 in popluar color models

144713
RGB207119
HSL119°57.78%17.65%
HSB/HSV119°73.24%27.84%
CMYK71.83%0.00%73.24%
72.16%

Color #144713 in popluar number systems.

HEX144713
Decimal207119
Binary10100100011110011
Octal2410723

Shades and tints

Shades of #144713

#144713
(20,71,19)
#134112
(19,65,18)
#123B11
(18,59,17)
#113510
(17,53,16)
#102F0F
(16,47,15)
#0F290E
(15,41,14)
#0E230D
(14,35,13)
#0D1D0C
(13,29,12)
#0C170B
(12,23,11)
#0B110A
(11,17,10)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #144713

#144713
(20,71,19)
#295728
(41,87,40)
#3E673D
(62,103,61)
#537752
(83,119,82)
#688767
(104,135,103)
#7D977C
(125,151,124)
#92A791
(146,167,145)
#A7B7A6
(167,183,166)
#BCC7BB
(188,199,187)
#D1D7D0
(209,215,208)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #144713 color. Also use rgb(20,71,19) instead hex code.

Text Font Color

.myTextColor { color: #144713; }

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

This text font color is #144713.


Background Color

.myBgColor { background-color: #144713; }

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

This div background color is #144713.


Border color

.myBorderColor { border: 1px solid #144713; }

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

This div border color is #144713.


Opacity

.myOpacity80 { color: #144713; opacity: 0.8; }

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

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

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

This text has shadow with #144713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #144713 on black background.


Color preview on white background

This text has color #144713 on white background.



Black color preview on #144713 background

This text has black color on #144713 background.


White color preview on #144713 background

This text has white color on #144713 background.