COLOR #144712

HEX: #144712
RGB: (20,71,18)

Color info

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

RGB color model

#144712 color RGB value is (20,71,18).

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

RGB channels and saturation

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

20
71
18

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

Portions of RGB colors in percentages

R + G + B =
20 + 71 + 18 = 109 (100%)
R 20 of 109 ~ 18.35%
G 71 of 109 ~ 65.14%
B 18 of 109 ~ 16.51%

%18.35
%65.14
%16.51

CMYK color model

#144712 color CMYK value is (72,0,75,72).

  • cyan value is 71.83%
  • magenta value is 0.00%
  • yellow value is 74.65%
  • key color value is 72.16%
CMYK:
(72,0,75,72)
C72M0Y75K72 
(72%,0%,75%,72%)
(0.72/0.00/0.75/0.72)	

CMYK percentages

%71.83
%0
%74.65
%72.16

Codes

Color #144712 in popluar color models

144712
RGB207118
HSL118°59.55%17.45%
HSB/HSV118°74.65%27.84%
CMYK71.83%0.00%74.65%
72.16%

Color #144712 in popluar number systems.

HEX144712
Decimal207118
Binary10100100011110010
Octal2410722

Shades and tints

Shades of #144712

#144712
(20,71,18)
#134111
(19,65,17)
#123B10
(18,59,16)
#11350F
(17,53,15)
#102F0E
(16,47,14)
#0F290D
(15,41,13)
#0E230C
(14,35,12)
#0D1D0B
(13,29,11)
#0C170A
(12,23,10)
#0B1109
(11,17,9)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #144712

#144712
(20,71,18)
#295727
(41,87,39)
#3E673C
(62,103,60)
#537751
(83,119,81)
#688766
(104,135,102)
#7D977B
(125,151,123)
#92A790
(146,167,144)
#A7B7A5
(167,183,165)
#BCC7BA
(188,199,186)
#D1D7CF
(209,215,207)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #144712; }

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

This text font color is #144712.


Background Color

.myBgColor { background-color: #144712; }

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

This div background color is #144712.


Border color

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

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

This div border color is #144712.


Opacity

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

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

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

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

This text has shadow with #144712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #144712 on black background.


Color preview on white background

This text has color #144712 on white background.



Black color preview on #144712 background

This text has black color on #144712 background.


White color preview on #144712 background

This text has white color on #144712 background.