COLOR #14685F

HEX: #14685F
RGB: (20,104,95)

Color info

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

RGB color model

#14685F color RGB value is (20,104,95).

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

RGB channels and saturation

R 20 of 255 = 8%
G 104 of 255 = 41%
B 95 of 255 = 37%

20
104
95

R + G + B ~ 29%. #14685F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 104 + 95 = 219 (100%)
R 20 of 219 ~ 9.13%
G 104 of 219 ~ 47.49%
B 95 of 219 ~ 43.38%

%47.49
%43.38

CMYK color model

#14685F color CMYK value is (81,0,9,59).

  • cyan value is 80.77%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 59.22%
CMYK:
(81,0,9,59)
C81M0Y9K59 
(81%,0%,9%,59%)
(0.81/0.00/0.09/0.59)	

CMYK percentages

%80.77
%0
%8.65
%59.22

Codes

Color #14685F in popluar color models

14685F
RGB2010495
HSL174°67.74%24.31%
HSB/HSV174°80.77%40.78%
CMYK80.77%0.00%8.65%
59.22%

Color #14685F in popluar number systems.

HEX14685F
Decimal2010495
Binary1010011010001011111
Octal24150137

Shades and tints

Shades of #14685F

#14685F
(20,104,95)
#135F57
(19,95,87)
#12564F
(18,86,79)
#114D47
(17,77,71)
#10443F
(16,68,63)
#0F3B37
(15,59,55)
#0E322F
(14,50,47)
#0D2927
(13,41,39)
#0C201F
(12,32,31)
#0B1717
(11,23,23)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #14685F

#14685F
(20,104,95)
#29756D
(41,117,109)
#3E827B
(62,130,123)
#538F89
(83,143,137)
#689C97
(104,156,151)
#7DA9A5
(125,169,165)
#92B6B3
(146,182,179)
#A7C3C1
(167,195,193)
#BCD0CF
(188,208,207)
#D1DDDD
(209,221,221)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14685F; }

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

This text font color is #14685F.


Background Color

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

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

This div background color is #14685F.


Border color

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

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

This div border color is #14685F.


Opacity

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

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

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

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

This text has shadow with #14685F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14685F on black background.


Color preview on white background

This text has color #14685F on white background.



Black color preview on #14685F background

This text has black color on #14685F background.


White color preview on #14685F background

This text has white color on #14685F background.