COLOR #14424D

HEX: #14424D
RGB: (20,66,77)

Color info

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

RGB color model

#14424D color RGB value is (20,66,77).

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

RGB channels and saturation

R 20 of 255 = 8%
G 66 of 255 = 26%
B 77 of 255 = 30%

20
66
77

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

Portions of RGB colors in percentages

R + G + B =
20 + 66 + 77 = 163 (100%)
R 20 of 163 ~ 12.27%
G 66 of 163 ~ 40.49%
B 77 of 163 ~ 47.24%

%12.27
%40.49
%47.24

CMYK color model

#14424D color CMYK value is (74,14,0,70).

  • cyan value is 74.03%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(74,14,0,70)
C74M14Y0K70 
(74%,14%,0%,70%)
(0.74/0.14/0.00/0.70)	

CMYK percentages

%74.03
%14.29
%0
%69.8

Codes

Color #14424D in popluar color models

14424D
RGB206677
HSL192°58.76%19.02%
HSB/HSV192°74.03%30.20%
CMYK74.03%14.29%0.00%
69.80%

Color #14424D in popluar number systems.

HEX14424D
Decimal206677
Binary1010010000101001101
Octal24102115

Shades and tints

Shades of #14424D

#14424D
(20,66,77)
#133C46
(19,60,70)
#12363F
(18,54,63)
#113038
(17,48,56)
#102A31
(16,42,49)
#0F242A
(15,36,42)
#0E1E23
(14,30,35)
#0D181C
(13,24,28)
#0C1215
(12,18,21)
#0B0C0E
(11,12,14)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #14424D

#14424D
(20,66,77)
#29535D
(41,83,93)
#3E646D
(62,100,109)
#53757D
(83,117,125)
#68868D
(104,134,141)
#7D979D
(125,151,157)
#92A8AD
(146,168,173)
#A7B9BD
(167,185,189)
#BCCACD
(188,202,205)
#D1DBDD
(209,219,221)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14424D; }

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

This text font color is #14424D.


Background Color

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

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

This div background color is #14424D.


Border color

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

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

This div border color is #14424D.


Opacity

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

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

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

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

This text has shadow with #14424D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14424D on black background.


Color preview on white background

This text has color #14424D on white background.



Black color preview on #14424D background

This text has black color on #14424D background.


White color preview on #14424D background

This text has white color on #14424D background.