COLOR #143F09

HEX: #143F09
RGB: (20,63,9)

Color info

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

RGB color model

#143F09 color RGB value is (20,63,9).

  • red value is 20;
  • green value is 63;
  • blue value is 9.
RGB:
(20,63,9)
(8%,25%,4%)

RGB channels and saturation

R 20 of 255 = 8%
G 63 of 255 = 25%
B 9 of 255 = 4%

20
63
9

R + G + B ~ 12%. #143F09 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 63 + 9 = 92 (100%)
R 20 of 92 ~ 21.74%
G 63 of 92 ~ 68.48%
B 9 of 92 ~ 9.78%

%21.74
%68.48
%9.78

CMYK color model

#143F09 color CMYK value is (68,0,86,75).

  • cyan value is 68.25%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 75.29%
CMYK:
(68,0,86,75)
C68M0Y86K75 
(68%,0%,86%,75%)
(0.68/0.00/0.86/0.75)	

CMYK percentages

%68.25
%0
%85.71
%75.29

Codes

Color #143F09 in popluar color models

143F09
RGB20639
HSL108°75.00%14.12%
HSB/HSV108°85.71%24.71%
CMYK68.25%0.00%85.71%
75.29%

Color #143F09 in popluar number systems.

HEX143F09
Decimal20639
Binary101001111111001
Octal247711

Shades and tints

Shades of #143F09

#143F09
(20,63,9)
#133A09
(19,58,9)
#123509
(18,53,9)
#113009
(17,48,9)
#102B09
(16,43,9)
#0F2609
(15,38,9)
#0E2109
(14,33,9)
#0D1C09
(13,28,9)
#0C1709
(12,23,9)
#0B1209
(11,18,9)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #143F09

#143F09
(20,63,9)
#29501F
(41,80,31)
#3E6135
(62,97,53)
#53724B
(83,114,75)
#688361
(104,131,97)
#7D9477
(125,148,119)
#92A58D
(146,165,141)
#A7B6A3
(167,182,163)
#BCC7B9
(188,199,185)
#D1D8CF
(209,216,207)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143F09 color. Also use rgb(20,63,9) instead hex code.

Text Font Color

.myTextColor { color: #143F09; }

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

This text font color is #143F09.


Background Color

.myBgColor { background-color: #143F09; }

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

This div background color is #143F09.


Border color

.myBorderColor { border: 1px solid #143F09; }

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

This div border color is #143F09.


Opacity

.myOpacity80 { color: #143F09; opacity: 0.8; }

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

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

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

This text has shadow with #143F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143F09 on black background.


Color preview on white background

This text has color #143F09 on white background.



Black color preview on #143F09 background

This text has black color on #143F09 background.


White color preview on #143F09 background

This text has white color on #143F09 background.