COLOR #14595E

HEX: #14595E
RGB: (20,89,94)

Color info

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

RGB color model

#14595E color RGB value is (20,89,94).

  • red value is 20;
  • green value is 89;
  • blue value is 94.
RGB:
(20,89,94)
(8%,35%,37%)

RGB channels and saturation

R 20 of 255 = 8%
G 89 of 255 = 35%
B 94 of 255 = 37%

20
89
94

R + G + B ~ 27%. #14595E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 89 + 94 = 203 (100%)
R 20 of 203 ~ 9.85%
G 89 of 203 ~ 43.84%
B 94 of 203 ~ 46.31%

%9.85
%43.84
%46.31

CMYK color model

#14595E color CMYK value is (79,5,0,63).

  • cyan value is 78.72%
  • magenta value is 5.32%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(79,5,0,63)
C79M5Y0K63 
(79%,5%,0%,63%)
(0.79/0.05/0.00/0.63)	

CMYK percentages

%78.72
%5.32
%0
%63.14

Codes

Color #14595E in popluar color models

14595E
RGB208994
HSL184°64.91%22.35%
HSB/HSV184°78.72%36.86%
CMYK78.72%5.32%0.00%
63.14%

Color #14595E in popluar number systems.

HEX14595E
Decimal208994
Binary1010010110011011110
Octal24131136

Shades and tints

Shades of #14595E

#14595E
(20,89,94)
#135156
(19,81,86)
#12494E
(18,73,78)
#114146
(17,65,70)
#10393E
(16,57,62)
#0F3136
(15,49,54)
#0E292E
(14,41,46)
#0D2126
(13,33,38)
#0C191E
(12,25,30)
#0B1116
(11,17,22)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #14595E

#14595E
(20,89,94)
#29686C
(41,104,108)
#3E777A
(62,119,122)
#538688
(83,134,136)
#689596
(104,149,150)
#7DA4A4
(125,164,164)
#92B3B2
(146,179,178)
#A7C2C0
(167,194,192)
#BCD1CE
(188,209,206)
#D1E0DC
(209,224,220)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14595E color. Also use rgb(20,89,94) instead hex code.

Text Font Color

.myTextColor { color: #14595E; }

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

This text font color is #14595E.


Background Color

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

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

This div background color is #14595E.


Border color

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

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

This div border color is #14595E.


Opacity

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

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

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

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

This text has shadow with #14595E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14595E on black background.


Color preview on white background

This text has color #14595E on white background.



Black color preview on #14595E background

This text has black color on #14595E background.


White color preview on #14595E background

This text has white color on #14595E background.