COLOR #142D09

HEX: #142D09 RGB: (20,45,9)

Color info

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

RGB color model

#142D09 color RGB value is (20,45,9).

RGB: (20,45,9) (8%, 18%, 4%)

RGB channels and saturation

R 20 of 255 = 8%
G 45 of 255 = 18%
B 9 of 255 = 4%

20
45
9

R + G + B ~ 10%. #142D09 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 45 + 9 = 74 (100%)
R 20 of 74 ~ 27.03%
G 45 of 74 ~ 60.81%
B 9 of 74 ~ 12.16'%

%27.03
%60.81
%12.16

CMYK color model

#142D09 color CMYK value is (56,0,80,82).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 82.35%

CMYK: (56,0,80,82)
C56M0Y80K82 (56%, 0%, 80%, 82%)
(0.56 / 0.00 / 0.80 / 0.82)

CMYK percentages

%55.56
%0
%80
%82.35

Codes

Color #142D09 in popluar color models

14 2D 09
RGB 20 45 9
HSL 102° 66.67% 10.59%
HSB/HSV 102° 80.00% 17.65%
CMYK 55.56% 0.00% 80.00%
82.35%

Color #142D09 in popluar number systems.

HEX 14 2D 09
Decimal 20 45 9
Binary 10100 101101 1001
Octal 24 55 11

Shades and tints

Shades of #142D09

#142D09
(20,45,9)
#132909
(19,41,9)
#122509
(18,37,9)
#112109
(17,33,9)
#101D09
(16,29,9)
#0F1909
(15,25,9)
#0E1509
(14,21,9)
#0D1109
(13,17,9)
#0C0D09
(12,13,9)
#0B0909
(11,9,9)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #142D09

#142D09
(20,45,9)
#29401F
(41,64,31)
#3E5335
(62,83,53)
#53664B
(83,102,75)
#687961
(104,121,97)
#7D8C77
(125,140,119)
#929F8D
(146,159,141)
#A7B2A3
(167,178,163)
#BCC5B9
(188,197,185)
#D1D8CF
(209,216,207)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142D09 color. Also use rgb(20,45,9) instead hex code.

Text Font Color

.myTextColor { color: #142D09; }

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

This text font color is #142D09.

Background Color

.myBgColor { background-color: #142D09; }

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

This div background color is #142D09.

Border color

.myBorderColor { border: 1px solid #142D09; }

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

This div border color is #142D09.

Opacity

.myOpacity80 { color: #142D09; opacity: 0.8; }

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

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

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

This text has shadow with #142D09 color.


.textShadow {text-shadow: 3px 3px 1px #142D09', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #142D09; -webkit-box-shadow: 1px 1px 3px 2px #142D09; box-shadow:1px 1px 3px 2px #142D09;">
Div content here
</div>

This div box has shadow with color #142D09.

Preview

Color preview on black background

This text has color #142D09 on black background.


Color preview on white background

This text has color #142D09 on white background.


Black color preview on #142D09 background

This text has black color on #142D09 background.


White color preview on #142D09 background

This text has white color on #142D09 background.


Related colors

Complementary color

Complementary color for #hex is #EBD2F6.


I love getcolorcode.com

Triadic colors

1 #09142D and #2D0914 with #142D09 are triadic colors.

2 #092D14 and #2D1409 with #142D09 are triadic colors.