COLOR #14212E

HEX: #14212E RGB: (20,33,46)

Color info

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

RGB color model

#14212E color RGB value is (20,33,46).

RGB: (20,33,46) (8%, 13%, 18%)

RGB channels and saturation

R 20 of 255 = 8%
G 33 of 255 = 13%
B 46 of 255 = 18%

20
33
46

R + G + B ~ 13%. #14212E is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 33 + 46 = 99 (100%)
R 20 of 99 ~ 20.2%
G 33 of 99 ~ 33.33%
B 46 of 99 ~ 46.46'%

%20.2
%33.33
%46.46

CMYK color model

#14212E color CMYK value is (57,28,0,82).

  • cyan value is 56.52%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (57,28,0,82)
C57M28Y0K82 (57%, 28%, 0%, 82%)
(0.57 / 0.28 / 0.00 / 0.82)

CMYK percentages

%56.52
%28.26
%0
%81.96

Codes

Color #14212E in popluar color models

14 21 2E
RGB 20 33 46
HSL 210° 39.39% 12.94%
HSB/HSV 210° 56.52% 18.04%
CMYK 56.52% 28.26% 0.00%
81.96%

Color #14212E in popluar number systems.

HEX 14 21 2E
Decimal 20 33 46
Binary 10100 100001 101110
Octal 24 41 56

Shades and tints

Shades of #14212E

#14212E
(20,33,46)
#131E2A
(19,30,42)
#121B26
(18,27,38)
#111822
(17,24,34)
#10151E
(16,21,30)
#0F121A
(15,18,26)
#0E0F16
(14,15,22)
#0D0C12
(13,12,18)
#0C090E
(12,9,14)
#0B060A
(11,6,10)
#0A0306
(10,3,6)
#000000
(0,0,0)

Tints of #14212E

#14212E
(20,33,46)
#293541
(41,53,65)
#3E4954
(62,73,84)
#535D67
(83,93,103)
#68717A
(104,113,122)
#7D858D
(125,133,141)
#9299A0
(146,153,160)
#A7ADB3
(167,173,179)
#BCC1C6
(188,193,198)
#D1D5D9
(209,213,217)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14212E color. Also use rgb(20,33,46) instead hex code.

Text Font Color

.myTextColor { color: #14212E; }

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

This text font color is #14212E.

Background Color

.myBgColor { background-color: #14212E; }

<div style="background-color:#14212E">Inner text</div>

This div background color is #14212E.

Border color

.myBorderColor { border: 1px solid #14212E; }

<div style="border:3px solid #14212E">Div</div>

This div border color is #14212E.

Opacity

.myOpacity80 { color: #14212E; opacity: 0.8; }

<p style="color:#14212E;opacity:0.8;">80%</p>

Text with #14212E 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 #14212E;}

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

This text has shadow with #14212E color.


.textShadow {text-shadow: 3px 3px 1px #14212E', 3px 3px 1px red;}

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

This text has shadow with #14212E primary color and red secondary color.


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

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

This text has shadow with #14212E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #14212E; -webkit-box-shadow: 1px 1px 3px 2px #14212E; box-shadow:1px 1px 3px 2px #14212E;">
Div content here
</div>

This div box has shadow with color #14212E.

Preview

Color preview on black background

This text has color #14212E on black background.


Color preview on white background

This text has color #14212E on white background.


Black color preview on #14212E background

This text has black color on #14212E background.


White color preview on #14212E background

This text has white color on #14212E background.


Related colors

Complementary color

Complementary color for #hex is #EBDED1.


I love getcolorcode.com

Triadic colors

1 #2E1421 and #212E14 with #14212E are triadic colors.

2 #2E2114 and #21142E with #14212E are triadic colors.