COLOR #14062E

HEX: #14062E
RGB: (20,6,46)

Color info

#14062E contains red, green and blue colors in about the same proportion. Web safe color of #14062E is #000033 (or #003).

RGB color model

#14062E color RGB value is (20,6,46).

  • red value is 20;
  • green value is 6;
  • blue value is 46.
RGB:
(20,6,46)
(8%,2%,18%)

RGB channels and saturation

R 20 of 255 = 8%
G 6 of 255 = 2%
B 46 of 255 = 18%

20
6
46

R + G + B ~ 9%. #14062E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 6 + 46 = 72 (100%)
R 20 of 72 ~ 27.78%
G 6 of 72 ~ 8.33%
B 46 of 72 ~ 63.89%

%27.78
%63.89

CMYK color model

#14062E color CMYK value is (57,87,0,82).

  • cyan value is 56.52%
  • magenta value is 86.96%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(57,87,0,82)
C57M87Y0K82 
(57%,87%,0%,82%)
(0.57/0.87/0.00/0.82)	

CMYK percentages

%56.52
%86.96
%0
%81.96

Codes

Color #14062E in popluar color models

14062E
RGB20646
HSL261°76.92%10.20%
HSB/HSV261°86.96%18.04%
CMYK56.52%86.96%0.00%
81.96%

Color #14062E in popluar number systems.

HEX14062E
Decimal20646
Binary10100110101110
Octal24656

Shades and tints

Shades of #14062E

#14062E
(20,6,46)
#13062A
(19,6,42)
#120626
(18,6,38)
#110622
(17,6,34)
#10061E
(16,6,30)
#0F061A
(15,6,26)
#0E0616
(14,6,22)
#0D0612
(13,6,18)
#0C060E
(12,6,14)
#0B060A
(11,6,10)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #14062E

#14062E
(20,6,46)
#291C41
(41,28,65)
#3E3254
(62,50,84)
#534867
(83,72,103)
#685E7A
(104,94,122)
#7D748D
(125,116,141)
#928AA0
(146,138,160)
#A7A0B3
(167,160,179)
#BCB6C6
(188,182,198)
#D1CCD9
(209,204,217)
#E6E2EC
(230,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14062E; }

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

This text font color is #14062E.


Background Color

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

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

This div background color is #14062E.


Border color

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

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

This div border color is #14062E.


Opacity

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

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

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

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

This text has shadow with #14062E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14062E on black background.


Color preview on white background

This text has color #14062E on white background.



Black color preview on #14062E background

This text has black color on #14062E background.


White color preview on #14062E background

This text has white color on #14062E background.