COLOR #14314C

HEX: #14314C
RGB: (20,49,76)

Color info

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

RGB color model

#14314C color RGB value is (20,49,76).

  • red value is 20;
  • green value is 49;
  • blue value is 76.
RGB:
(20,49,76)
(8%,19%,30%)

RGB channels and saturation

R 20 of 255 = 8%
G 49 of 255 = 19%
B 76 of 255 = 30%

20
49
76

R + G + B ~ 19%. #14314C is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 49 + 76 = 145 (100%)
R 20 of 145 ~ 13.79%
G 49 of 145 ~ 33.79%
B 76 of 145 ~ 52.41%

%13.79
%33.79
%52.41

CMYK color model

#14314C color CMYK value is (74,36,0,70).

  • cyan value is 73.68%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(74,36,0,70)
C74M36Y0K70 
(74%,36%,0%,70%)
(0.74/0.36/0.00/0.70)	

CMYK percentages

%73.68
%35.53
%0
%70.2

Codes

Color #14314C in popluar color models

14314C
RGB204976
HSL209°58.33%18.82%
HSB/HSV209°73.68%29.80%
CMYK73.68%35.53%0.00%
70.20%

Color #14314C in popluar number systems.

HEX14314C
Decimal204976
Binary101001100011001100
Octal2461114

Shades and tints

Shades of #14314C

#14314C
(20,49,76)
#132D46
(19,45,70)
#122940
(18,41,64)
#11253A
(17,37,58)
#102134
(16,33,52)
#0F1D2E
(15,29,46)
#0E1928
(14,25,40)
#0D1522
(13,21,34)
#0C111C
(12,17,28)
#0B0D16
(11,13,22)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #14314C

#14314C
(20,49,76)
#29435C
(41,67,92)
#3E556C
(62,85,108)
#53677C
(83,103,124)
#68798C
(104,121,140)
#7D8B9C
(125,139,156)
#929DAC
(146,157,172)
#A7AFBC
(167,175,188)
#BCC1CC
(188,193,204)
#D1D3DC
(209,211,220)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14314C color. Also use rgb(20,49,76) instead hex code.

Text Font Color

.myTextColor { color: #14314C; }

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

This text font color is #14314C.


Background Color

.myBgColor { background-color: #14314C; }

<div style="background-color:#14314C">Inner text</div>

This div background color is #14314C.


Border color

.myBorderColor { border: 1px solid #14314C; }

<div style="border:3px solid #14314C">Div</div>

This div border color is #14314C.


Opacity

.myOpacity80 { color: #14314C; opacity: 0.8; }

<p style="color:#14314C;opacity:0.8;">80%</p>

Text with #14314C 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 #14314C;}

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

This text has shadow with #14314C color.

.textShadow {text-shadow: 3px 3px 1px #14314C, 3px 3px 1px red;}

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

This text has shadow with #14314C primary color and red secondary color.


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

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

This text has shadow with #14314C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14314C on black background.


Color preview on white background

This text has color #14314C on white background.



Black color preview on #14314C background

This text has black color on #14314C background.


White color preview on #14314C background

This text has white color on #14314C background.