COLOR #14420D

HEX: #14420D
RGB: (20,66,13)

Color info

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

RGB color model

#14420D color RGB value is (20,66,13).

  • red value is 20;
  • green value is 66;
  • blue value is 13.
RGB:
(20,66,13)
(8%,26%,5%)

RGB channels and saturation

R 20 of 255 = 8%
G 66 of 255 = 26%
B 13 of 255 = 5%

20
66
13

R + G + B ~ 13%. #14420D is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 66 + 13 = 99 (100%)
R 20 of 99 ~ 20.2%
G 66 of 99 ~ 66.67%
B 13 of 99 ~ 13.13%

%20.2
%66.67
%13.13

CMYK color model

#14420D color CMYK value is (70,0,80,74).

  • cyan value is 69.70%
  • magenta value is 0.00%
  • yellow value is 80.30%
  • key color value is 74.12%
CMYK:
(70,0,80,74)
C70M0Y80K74 
(70%,0%,80%,74%)
(0.70/0.00/0.80/0.74)	

CMYK percentages

%69.7
%0
%80.3
%74.12

Codes

Color #14420D in popluar color models

14420D
RGB206613
HSL112°67.09%15.49%
HSB/HSV112°80.30%25.88%
CMYK69.70%0.00%80.30%
74.12%

Color #14420D in popluar number systems.

HEX14420D
Decimal206613
Binary1010010000101101
Octal2410215

Shades and tints

Shades of #14420D

#14420D
(20,66,13)
#133C0C
(19,60,12)
#12360B
(18,54,11)
#11300A
(17,48,10)
#102A09
(16,42,9)
#0F2408
(15,36,8)
#0E1E07
(14,30,7)
#0D1806
(13,24,6)
#0C1205
(12,18,5)
#0B0C04
(11,12,4)
#0A0603
(10,6,3)
#000000
(0,0,0)

Tints of #14420D

#14420D
(20,66,13)
#295323
(41,83,35)
#3E6439
(62,100,57)
#53754F
(83,117,79)
#688665
(104,134,101)
#7D977B
(125,151,123)
#92A891
(146,168,145)
#A7B9A7
(167,185,167)
#BCCABD
(188,202,189)
#D1DBD3
(209,219,211)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14420D color. Also use rgb(20,66,13) instead hex code.

Text Font Color

.myTextColor { color: #14420D; }

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

This text font color is #14420D.


Background Color

.myBgColor { background-color: #14420D; }

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

This div background color is #14420D.


Border color

.myBorderColor { border: 1px solid #14420D; }

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

This div border color is #14420D.


Opacity

.myOpacity80 { color: #14420D; opacity: 0.8; }

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

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

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

This text has shadow with #14420D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14420D on black background.


Color preview on white background

This text has color #14420D on white background.



Black color preview on #14420D background

This text has black color on #14420D background.


White color preview on #14420D background

This text has white color on #14420D background.