COLOR #14585F

HEX: #14585F
RGB: (20,88,95)

Color info

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

RGB color model

#14585F color RGB value is (20,88,95).

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

RGB channels and saturation

R 20 of 255 = 8%
G 88 of 255 = 35%
B 95 of 255 = 37%

20
88
95

R + G + B ~ 27%. #14585F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 88 + 95 = 203 (100%)
R 20 of 203 ~ 9.85%
G 88 of 203 ~ 43.35%
B 95 of 203 ~ 46.8%

%9.85
%43.35
%46.8

CMYK color model

#14585F color CMYK value is (79,7,0,63).

  • cyan value is 78.95%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(79,7,0,63)
C79M7Y0K63 
(79%,7%,0%,63%)
(0.79/0.07/0.00/0.63)	

CMYK percentages

%78.95
%7.37
%0
%62.75

Codes

Color #14585F in popluar color models

14585F
RGB208895
HSL186°65.22%22.55%
HSB/HSV186°78.95%37.25%
CMYK78.95%7.37%0.00%
62.75%

Color #14585F in popluar number systems.

HEX14585F
Decimal208895
Binary1010010110001011111
Octal24130137

Shades and tints

Shades of #14585F

#14585F
(20,88,95)
#135057
(19,80,87)
#12484F
(18,72,79)
#114047
(17,64,71)
#10383F
(16,56,63)
#0F3037
(15,48,55)
#0E282F
(14,40,47)
#0D2027
(13,32,39)
#0C181F
(12,24,31)
#0B1017
(11,16,23)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #14585F

#14585F
(20,88,95)
#29676D
(41,103,109)
#3E767B
(62,118,123)
#538589
(83,133,137)
#689497
(104,148,151)
#7DA3A5
(125,163,165)
#92B2B3
(146,178,179)
#A7C1C1
(167,193,193)
#BCD0CF
(188,208,207)
#D1DFDD
(209,223,221)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14585F color. Also use rgb(20,88,95) instead hex code.

Text Font Color

.myTextColor { color: #14585F; }

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

This text font color is #14585F.


Background Color

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

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

This div background color is #14585F.


Border color

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

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

This div border color is #14585F.


Opacity

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

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

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

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

This text has shadow with #14585F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14585F on black background.


Color preview on white background

This text has color #14585F on white background.



Black color preview on #14585F background

This text has black color on #14585F background.


White color preview on #14585F background

This text has white color on #14585F background.