COLOR #14565B

HEX: #14565B
RGB: (20,86,91)

Color info

#14565B contains mainly green and blue colors. Web safe color of #14565B is #006666 (or #066).

RGB color model

#14565B color RGB value is (20,86,91).

  • red value is 20;
  • green value is 86;
  • blue value is 91.
RGB:
(20,86,91)
(8%,34%,36%)

RGB channels and saturation

R 20 of 255 = 8%
G 86 of 255 = 34%
B 91 of 255 = 36%

20
86
91

R + G + B ~ 26%. #14565B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 86 + 91 = 197 (100%)
R 20 of 197 ~ 10.15%
G 86 of 197 ~ 43.65%
B 91 of 197 ~ 46.19%

%10.15
%43.65
%46.19

CMYK color model

#14565B color CMYK value is (78,5,0,64).

  • cyan value is 78.02%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(78,5,0,64)
C78M5Y0K64 
(78%,5%,0%,64%)
(0.78/0.05/0.00/0.64)	

CMYK percentages

%78.02
%5.49
%0
%64.31

Codes

Color #14565B in popluar color models

14565B
RGB208691
HSL184°63.96%21.76%
HSB/HSV184°78.02%35.69%
CMYK78.02%5.49%0.00%
64.31%

Color #14565B in popluar number systems.

HEX14565B
Decimal208691
Binary1010010101101011011
Octal24126133

Shades and tints

Shades of #14565B

#14565B
(20,86,91)
#134F53
(19,79,83)
#12484B
(18,72,75)
#114143
(17,65,67)
#103A3B
(16,58,59)
#0F3333
(15,51,51)
#0E2C2B
(14,44,43)
#0D2523
(13,37,35)
#0C1E1B
(12,30,27)
#0B1713
(11,23,19)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #14565B

#14565B
(20,86,91)
#296569
(41,101,105)
#3E7477
(62,116,119)
#538385
(83,131,133)
#689293
(104,146,147)
#7DA1A1
(125,161,161)
#92B0AF
(146,176,175)
#A7BFBD
(167,191,189)
#BCCECB
(188,206,203)
#D1DDD9
(209,221,217)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14565B color. Also use rgb(20,86,91) instead hex code.

Text Font Color

.myTextColor { color: #14565B; }

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

This text font color is #14565B.


Background Color

.myBgColor { background-color: #14565B; }

<div style="background-color:#14565B">Inner text</div>

This div background color is #14565B.


Border color

.myBorderColor { border: 1px solid #14565B; }

<div style="border:3px solid #14565B">Div</div>

This div border color is #14565B.


Opacity

.myOpacity80 { color: #14565B; opacity: 0.8; }

<p style="color:#14565B;opacity:0.8;">80%</p>

Text with #14565B 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 #14565B;}

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

This text has shadow with #14565B color.

.textShadow {text-shadow: 3px 3px 1px #14565B, 3px 3px 1px red;}

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

This text has shadow with #14565B primary color and red secondary color.


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

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

This text has shadow with #14565B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14565B on black background.


Color preview on white background

This text has color #14565B on white background.



Black color preview on #14565B background

This text has black color on #14565B background.


White color preview on #14565B background

This text has white color on #14565B background.