COLOR #144719

HEX: #144719
RGB: (20,71,25)

Color info

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

RGB color model

#144719 color RGB value is (20,71,25).

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

RGB channels and saturation

R 20 of 255 = 8%
G 71 of 255 = 28%
B 25 of 255 = 10%

20
71
25

R + G + B ~ 15%. #144719 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 71 + 25 = 116 (100%)
R 20 of 116 ~ 17.24%
G 71 of 116 ~ 61.21%
B 25 of 116 ~ 21.55%

%17.24
%61.21
%21.55

CMYK color model

#144719 color CMYK value is (72,0,65,72).

  • cyan value is 71.83%
  • magenta value is 0.00%
  • yellow value is 64.79%
  • key color value is 72.16%
CMYK:
(72,0,65,72)
C72M0Y65K72 
(72%,0%,65%,72%)
(0.72/0.00/0.65/0.72)	

CMYK percentages

%71.83
%0
%64.79
%72.16

Codes

Color #144719 in popluar color models

144719
RGB207125
HSL126°56.04%17.84%
HSB/HSV126°71.83%27.84%
CMYK71.83%0.00%64.79%
72.16%

Color #144719 in popluar number systems.

HEX144719
Decimal207125
Binary10100100011111001
Octal2410731

Shades and tints

Shades of #144719

#144719
(20,71,25)
#134117
(19,65,23)
#123B15
(18,59,21)
#113513
(17,53,19)
#102F11
(16,47,17)
#0F290F
(15,41,15)
#0E230D
(14,35,13)
#0D1D0B
(13,29,11)
#0C1709
(12,23,9)
#0B1107
(11,17,7)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #144719

#144719
(20,71,25)
#29572D
(41,87,45)
#3E6741
(62,103,65)
#537755
(83,119,85)
#688769
(104,135,105)
#7D977D
(125,151,125)
#92A791
(146,167,145)
#A7B7A5
(167,183,165)
#BCC7B9
(188,199,185)
#D1D7CD
(209,215,205)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #144719; }

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

This text font color is #144719.


Background Color

.myBgColor { background-color: #144719; }

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

This div background color is #144719.


Border color

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

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

This div border color is #144719.


Opacity

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

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

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

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

This text has shadow with #144719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #144719 on black background.


Color preview on white background

This text has color #144719 on white background.



Black color preview on #144719 background

This text has black color on #144719 background.


White color preview on #144719 background

This text has white color on #144719 background.