COLOR #14384F

HEX: #14384F
RGB: (20,56,79)

Color info

#14384F contains red, green and blue colors in about the same proportion. Web safe color of #14384F is #003366 (or #036).

RGB color model

#14384F color RGB value is (20,56,79).

  • red value is 20;
  • green value is 56;
  • blue value is 79.
RGB:
(20,56,79)
(8%,22%,31%)

RGB channels and saturation

R 20 of 255 = 8%
G 56 of 255 = 22%
B 79 of 255 = 31%

20
56
79

R + G + B ~ 20%. #14384F is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 56 + 79 = 155 (100%)
R 20 of 155 ~ 12.9%
G 56 of 155 ~ 36.13%
B 79 of 155 ~ 50.97%

%12.9
%36.13
%50.97

CMYK color model

#14384F color CMYK value is (75,29,0,69).

  • cyan value is 74.68%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(75,29,0,69)
C75M29Y0K69 
(75%,29%,0%,69%)
(0.75/0.29/0.00/0.69)	

CMYK percentages

%74.68
%29.11
%0
%69.02

Codes

Color #14384F in popluar color models

14384F
RGB205679
HSL203°59.60%19.41%
HSB/HSV203°74.68%30.98%
CMYK74.68%29.11%0.00%
69.02%

Color #14384F in popluar number systems.

HEX14384F
Decimal205679
Binary101001110001001111
Octal2470117

Shades and tints

Shades of #14384F

#14384F
(20,56,79)
#133348
(19,51,72)
#122E41
(18,46,65)
#11293A
(17,41,58)
#102433
(16,36,51)
#0F1F2C
(15,31,44)
#0E1A25
(14,26,37)
#0D151E
(13,21,30)
#0C1017
(12,16,23)
#0B0B10
(11,11,16)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #14384F

#14384F
(20,56,79)
#294A5F
(41,74,95)
#3E5C6F
(62,92,111)
#536E7F
(83,110,127)
#68808F
(104,128,143)
#7D929F
(125,146,159)
#92A4AF
(146,164,175)
#A7B6BF
(167,182,191)
#BCC8CF
(188,200,207)
#D1DADF
(209,218,223)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14384F color. Also use rgb(20,56,79) instead hex code.

Text Font Color

.myTextColor { color: #14384F; }

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

This text font color is #14384F.


Background Color

.myBgColor { background-color: #14384F; }

<div style="background-color:#14384F">Inner text</div>

This div background color is #14384F.


Border color

.myBorderColor { border: 1px solid #14384F; }

<div style="border:3px solid #14384F">Div</div>

This div border color is #14384F.


Opacity

.myOpacity80 { color: #14384F; opacity: 0.8; }

<p style="color:#14384F;opacity:0.8;">80%</p>

Text with #14384F 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 #14384F;}

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

This text has shadow with #14384F color.

.textShadow {text-shadow: 3px 3px 1px #14384F, 3px 3px 1px red;}

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

This text has shadow with #14384F primary color and red secondary color.


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

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

This text has shadow with #14384F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14384F on black background.


Color preview on white background

This text has color #14384F on white background.



Black color preview on #14384F background

This text has black color on #14384F background.


White color preview on #14384F background

This text has white color on #14384F background.