COLOR #14183E

HEX: #14183E
RGB: (20,24,62)

Color info

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

RGB color model

#14183E color RGB value is (20,24,62).

  • red value is 20;
  • green value is 24;
  • blue value is 62.
RGB:
(20,24,62)
(8%,9%,24%)

RGB channels and saturation

R 20 of 255 = 8%
G 24 of 255 = 9%
B 62 of 255 = 24%

20
24
62

R + G + B ~ 14%. #14183E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 24 + 62 = 106 (100%)
R 20 of 106 ~ 18.87%
G 24 of 106 ~ 22.64%
B 62 of 106 ~ 58.49%

%18.87
%22.64
%58.49

CMYK color model

#14183E color CMYK value is (68,61,0,76).

  • cyan value is 67.74%
  • magenta value is 61.29%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(68,61,0,76)
C68M61Y0K76 
(68%,61%,0%,76%)
(0.68/0.61/0.00/0.76)	

CMYK percentages

%67.74
%61.29
%0
%75.69

Codes

Color #14183E in popluar color models

14183E
RGB202462
HSL234°51.22%16.08%
HSB/HSV234°67.74%24.31%
CMYK67.74%61.29%0.00%
75.69%

Color #14183E in popluar number systems.

HEX14183E
Decimal202462
Binary1010011000111110
Octal243076

Shades and tints

Shades of #14183E

#14183E
(20,24,62)
#131639
(19,22,57)
#121434
(18,20,52)
#11122F
(17,18,47)
#10102A
(16,16,42)
#0F0E25
(15,14,37)
#0E0C20
(14,12,32)
#0D0A1B
(13,10,27)
#0C0816
(12,8,22)
#0B0611
(11,6,17)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #14183E

#14183E
(20,24,62)
#292D4F
(41,45,79)
#3E4260
(62,66,96)
#535771
(83,87,113)
#686C82
(104,108,130)
#7D8193
(125,129,147)
#9296A4
(146,150,164)
#A7ABB5
(167,171,181)
#BCC0C6
(188,192,198)
#D1D5D7
(209,213,215)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14183E color. Also use rgb(20,24,62) instead hex code.

Text Font Color

.myTextColor { color: #14183E; }

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

This text font color is #14183E.


Background Color

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

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

This div background color is #14183E.


Border color

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

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

This div border color is #14183E.


Opacity

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

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

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

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

This text has shadow with #14183E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14183E on black background.


Color preview on white background

This text has color #14183E on white background.



Black color preview on #14183E background

This text has black color on #14183E background.


White color preview on #14183E background

This text has white color on #14183E background.