COLOR #14421B

HEX: #14421B
RGB: (20,66,27)

Color info

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

RGB color model

#14421B color RGB value is (20,66,27).

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

RGB channels and saturation

R 20 of 255 = 8%
G 66 of 255 = 26%
B 27 of 255 = 11%

20
66
27

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

Portions of RGB colors in percentages

R + G + B =
20 + 66 + 27 = 113 (100%)
R 20 of 113 ~ 17.7%
G 66 of 113 ~ 58.41%
B 27 of 113 ~ 23.89%

%17.7
%58.41
%23.89

CMYK color model

#14421B color CMYK value is (70,0,59,74).

  • cyan value is 69.70%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 74.12%
CMYK:
(70,0,59,74)
C70M0Y59K74 
(70%,0%,59%,74%)
(0.70/0.00/0.59/0.74)	

CMYK percentages

%69.7
%0
%59.09
%74.12

Codes

Color #14421B in popluar color models

14421B
RGB206627
HSL129°53.49%16.86%
HSB/HSV129°69.70%25.88%
CMYK69.70%0.00%59.09%
74.12%

Color #14421B in popluar number systems.

HEX14421B
Decimal206627
Binary10100100001011011
Octal2410233

Shades and tints

Shades of #14421B

#14421B
(20,66,27)
#133C19
(19,60,25)
#123617
(18,54,23)
#113015
(17,48,21)
#102A13
(16,42,19)
#0F2411
(15,36,17)
#0E1E0F
(14,30,15)
#0D180D
(13,24,13)
#0C120B
(12,18,11)
#0B0C09
(11,12,9)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #14421B

#14421B
(20,66,27)
#29532F
(41,83,47)
#3E6443
(62,100,67)
#537557
(83,117,87)
#68866B
(104,134,107)
#7D977F
(125,151,127)
#92A893
(146,168,147)
#A7B9A7
(167,185,167)
#BCCABB
(188,202,187)
#D1DBCF
(209,219,207)
#E6ECE3
(230,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14421B color. Also use rgb(20,66,27) instead hex code.

Text Font Color

.myTextColor { color: #14421B; }

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

This text font color is #14421B.


Background Color

.myBgColor { background-color: #14421B; }

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

This div background color is #14421B.


Border color

.myBorderColor { border: 1px solid #14421B; }

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

This div border color is #14421B.


Opacity

.myOpacity80 { color: #14421B; opacity: 0.8; }

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

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

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

This text has shadow with #14421B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14421B on black background.


Color preview on white background

This text has color #14421B on white background.



Black color preview on #14421B background

This text has black color on #14421B background.


White color preview on #14421B background

This text has white color on #14421B background.