COLOR #14595D

HEX: #14595D
RGB: (20,89,93)

Color info

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

RGB color model

#14595D color RGB value is (20,89,93).

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

RGB channels and saturation

R 20 of 255 = 8%
G 89 of 255 = 35%
B 93 of 255 = 36%

20
89
93

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

Portions of RGB colors in percentages

R + G + B =
20 + 89 + 93 = 202 (100%)
R 20 of 202 ~ 9.9%
G 89 of 202 ~ 44.06%
B 93 of 202 ~ 46.04%

%9.9
%44.06
%46.04

CMYK color model

#14595D color CMYK value is (78,4,0,64).

  • cyan value is 78.49%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(78,4,0,64)
C78M4Y0K64 
(78%,4%,0%,64%)
(0.78/0.04/0.00/0.64)	

CMYK percentages

%78.49
%4.3
%0
%63.53

Codes

Color #14595D in popluar color models

14595D
RGB208993
HSL183°64.60%22.16%
HSB/HSV183°78.49%36.47%
CMYK78.49%4.30%0.00%
63.53%

Color #14595D in popluar number systems.

HEX14595D
Decimal208993
Binary1010010110011011101
Octal24131135

Shades and tints

Shades of #14595D

#14595D
(20,89,93)
#135155
(19,81,85)
#12494D
(18,73,77)
#114145
(17,65,69)
#10393D
(16,57,61)
#0F3135
(15,49,53)
#0E292D
(14,41,45)
#0D2125
(13,33,37)
#0C191D
(12,25,29)
#0B1115
(11,17,21)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #14595D

#14595D
(20,89,93)
#29686B
(41,104,107)
#3E7779
(62,119,121)
#538687
(83,134,135)
#689595
(104,149,149)
#7DA4A3
(125,164,163)
#92B3B1
(146,179,177)
#A7C2BF
(167,194,191)
#BCD1CD
(188,209,205)
#D1E0DB
(209,224,219)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14595D; }

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

This text font color is #14595D.


Background Color

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

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

This div background color is #14595D.


Border color

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

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

This div border color is #14595D.


Opacity

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

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

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

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

This text has shadow with #14595D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14595D on black background.


Color preview on white background

This text has color #14595D on white background.



Black color preview on #14595D background

This text has black color on #14595D background.


White color preview on #14595D background

This text has white color on #14595D background.