COLOR #14736F

HEX: #14736F
RGB: (20,115,111)

Color info

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

RGB color model

#14736F color RGB value is (20,115,111).

  • red value is 20;
  • green value is 115;
  • blue value is 111.
RGB:
(20,115,111)
(8%,45%,44%)

RGB channels and saturation

R 20 of 255 = 8%
G 115 of 255 = 45%
B 111 of 255 = 44%

20
115
111

R + G + B ~ 32%. #14736F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 115 + 111 = 246 (100%)
R 20 of 246 ~ 8.13%
G 115 of 246 ~ 46.75%
B 111 of 246 ~ 45.12%

%46.75
%45.12

CMYK color model

#14736F color CMYK value is (83,0,3,55).

  • cyan value is 82.61%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK:
(83,0,3,55)
C83M0Y3K55 
(83%,0%,3%,55%)
(0.83/0.00/0.03/0.55)	

CMYK percentages

%82.61
%0
%3.48
%54.9

Codes

Color #14736F in popluar color models

14736F
RGB20115111
HSL177°70.37%26.47%
HSB/HSV177°82.61%45.10%
CMYK82.61%0.00%3.48%
54.90%

Color #14736F in popluar number systems.

HEX14736F
Decimal20115111
Binary1010011100111101111
Octal24163157

Shades and tints

Shades of #14736F

#14736F
(20,115,111)
#136965
(19,105,101)
#125F5B
(18,95,91)
#115551
(17,85,81)
#104B47
(16,75,71)
#0F413D
(15,65,61)
#0E3733
(14,55,51)
#0D2D29
(13,45,41)
#0C231F
(12,35,31)
#0B1915
(11,25,21)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #14736F

#14736F
(20,115,111)
#297F7C
(41,127,124)
#3E8B89
(62,139,137)
#539796
(83,151,150)
#68A3A3
(104,163,163)
#7DAFB0
(125,175,176)
#92BBBD
(146,187,189)
#A7C7CA
(167,199,202)
#BCD3D7
(188,211,215)
#D1DFE4
(209,223,228)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14736F color. Also use rgb(20,115,111) instead hex code.

Text Font Color

.myTextColor { color: #14736F; }

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

This text font color is #14736F.


Background Color

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

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

This div background color is #14736F.


Border color

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

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

This div border color is #14736F.


Opacity

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

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

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

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

This text has shadow with #14736F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14736F on black background.


Color preview on white background

This text has color #14736F on white background.



Black color preview on #14736F background

This text has black color on #14736F background.


White color preview on #14736F background

This text has white color on #14736F background.