COLOR #14424A

HEX: #14424A
RGB: (20,66,74)

Color info

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

RGB color model

#14424A color RGB value is (20,66,74).

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

RGB channels and saturation

R 20 of 255 = 8%
G 66 of 255 = 26%
B 74 of 255 = 29%

20
66
74

R + G + B ~ 21%. #14424A is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 66 + 74 = 160 (100%)
R 20 of 160 ~ 12.5%
G 66 of 160 ~ 41.25%
B 74 of 160 ~ 46.25%

%12.5
%41.25
%46.25

CMYK color model

#14424A color CMYK value is (73,11,0,71).

  • cyan value is 72.97%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK: (73,11,0,71) C73M11Y0K71 (73%,11%,0%,71%) (0.73/0.11/0.00/0.71)

CMYK percentages

%72.97
%10.81
%0
%70.98

Codes

Color #14424A in popluar color models

14424A
RGB206674
HSL189°57.45%18.43%
HSB/HSV189°72.97%29.02%
CMYK72.97%10.81%0.00%
70.98%

Color #14424A in popluar number systems.

HEX14424A
Decimal206674
Binary1010010000101001010
Octal24102112

Shades and tints

Shades of #14424A

#14424A
(20,66,74)
#133C44
(19,60,68)
#12363E
(18,54,62)
#113038
(17,48,56)
#102A32
(16,42,50)
#0F242C
(15,36,44)
#0E1E26
(14,30,38)
#0D1820
(13,24,32)
#0C121A
(12,18,26)
#0B0C14
(11,12,20)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #14424A

#14424A
(20,66,74)
#29535A
(41,83,90)
#3E646A
(62,100,106)
#53757A
(83,117,122)
#68868A
(104,134,138)
#7D979A
(125,151,154)
#92A8AA
(146,168,170)
#A7B9BA
(167,185,186)
#BCCACA
(188,202,202)
#D1DBDA
(209,219,218)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14424A color. Also use rgb(20,66,74) instead hex code.

Text Font Color

.myTextColor { color: #14424A; }

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

This text font color is #14424A.


Background Color

.myBgColor { background-color: #14424A; }

<div style="background-color:#14424A">Inner text</div>

This div background color is #14424A.


Border color

.myBorderColor { border: 1px solid #14424A; }

<div style="border:3px solid #14424A">Div</div>

This div border color is #14424A.


Opacity

.myOpacity80 { color: #14424A; opacity: 0.8; }

<p style="color:#14424A;opacity:0.8;">80%</p>

Text with #14424A 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 #14424A;}

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

This text has shadow with #14424A color.

.textShadow {text-shadow: 3px 3px 1px #14424A, 3px 3px 1px red;}

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

This text has shadow with #14424A primary color and red secondary color.


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

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

This text has shadow with #14424A and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #14424A; -webkit-box-shadow:	1px 1px 3px 2px #14424A; box-shadow:	1px 1px 3px 2px #14424A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #14424A; -webkit-box-shadow: 1px 1px 3px 2px #14424A; box-shadow:1px 1px 3px 2px #14424A;">
Div content here</div>
This div box has shadow with color #14424A.

Preview

Color preview on black background

This text has color #14424A on black background.


Color preview on white background

This text has color #14424A on white background.



Black color preview on #14424A background

This text has black color on #14424A background.


White color preview on #14424A background

This text has white color on #14424A background.