COLOR #14401D

HEX: #14401D
RGB: (20,64,29)

Color info

#14401D contains red, green and blue colors in about the same proportion. Web safe color of #14401D is #003333 (or #033).

RGB color model

#14401D color RGB value is (20,64,29).

  • red value is 20;
  • green value is 64;
  • blue value is 29.
RGB:
(20,64,29)
(8%,25%,11%)

RGB channels and saturation

R 20 of 255 = 8%
G 64 of 255 = 25%
B 29 of 255 = 11%

20
64
29

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

Portions of RGB colors in percentages

R + G + B =
20 + 64 + 29 = 113 (100%)
R 20 of 113 ~ 17.7%
G 64 of 113 ~ 56.64%
B 29 of 113 ~ 25.66%

%17.7
%56.64
%25.66

CMYK color model

#14401D color CMYK value is (69,0,55,75).

  • cyan value is 68.75%
  • magenta value is 0.00%
  • yellow value is 54.69%
  • key color value is 74.90%
CMYK:
(69,0,55,75)
C69M0Y55K75 
(69%,0%,55%,75%)
(0.69/0.00/0.55/0.75)	

CMYK percentages

%68.75
%0
%54.69
%74.9

Codes

Color #14401D in popluar color models

14401D
RGB206429
HSL132°52.38%16.47%
HSB/HSV132°68.75%25.10%
CMYK68.75%0.00%54.69%
74.90%

Color #14401D in popluar number systems.

HEX14401D
Decimal206429
Binary10100100000011101
Octal2410035

Shades and tints

Shades of #14401D

#14401D
(20,64,29)
#133B1B
(19,59,27)
#123619
(18,54,25)
#113117
(17,49,23)
#102C15
(16,44,21)
#0F2713
(15,39,19)
#0E2211
(14,34,17)
#0D1D0F
(13,29,15)
#0C180D
(12,24,13)
#0B130B
(11,19,11)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #14401D

#14401D
(20,64,29)
#295131
(41,81,49)
#3E6245
(62,98,69)
#537359
(83,115,89)
#68846D
(104,132,109)
#7D9581
(125,149,129)
#92A695
(146,166,149)
#A7B7A9
(167,183,169)
#BCC8BD
(188,200,189)
#D1D9D1
(209,217,209)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14401D color. Also use rgb(20,64,29) instead hex code.

Text Font Color

.myTextColor { color: #14401D; }

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

This text font color is #14401D.


Background Color

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

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

This div background color is #14401D.


Border color

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

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

This div border color is #14401D.


Opacity

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

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

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

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

This text has shadow with #14401D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14401D on black background.


Color preview on white background

This text has color #14401D on white background.



Black color preview on #14401D background

This text has black color on #14401D background.


White color preview on #14401D background

This text has white color on #14401D background.