COLOR #14746C

HEX: #14746C
RGB: (20,116,108)

Color info

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

RGB color model

#14746C color RGB value is (20,116,108).

  • red value is 20;
  • green value is 116;
  • blue value is 108.
RGB:
(20,116,108)
(8%,45%,42%)

RGB channels and saturation

R 20 of 255 = 8%
G 116 of 255 = 45%
B 108 of 255 = 42%

20
116
108

R + G + B ~ 32%. #14746C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 116 + 108 = 244 (100%)
R 20 of 244 ~ 8.2%
G 116 of 244 ~ 47.54%
B 108 of 244 ~ 44.26%

%47.54
%44.26

CMYK color model

#14746C color CMYK value is (83,0,7,55).

  • cyan value is 82.76%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 54.51%
CMYK:
(83,0,7,55)
C83M0Y7K55 
(83%,0%,7%,55%)
(0.83/0.00/0.07/0.55)	

CMYK percentages

%82.76
%0
%6.9
%54.51

Codes

Color #14746C in popluar color models

14746C
RGB20116108
HSL175°70.59%26.67%
HSB/HSV175°82.76%45.49%
CMYK82.76%0.00%6.90%
54.51%

Color #14746C in popluar number systems.

HEX14746C
Decimal20116108
Binary1010011101001101100
Octal24164154

Shades and tints

Shades of #14746C

#14746C
(20,116,108)
#136A63
(19,106,99)
#12605A
(18,96,90)
#115651
(17,86,81)
#104C48
(16,76,72)
#0F423F
(15,66,63)
#0E3836
(14,56,54)
#0D2E2D
(13,46,45)
#0C2424
(12,36,36)
#0B1A1B
(11,26,27)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #14746C

#14746C
(20,116,108)
#298079
(41,128,121)
#3E8C86
(62,140,134)
#539893
(83,152,147)
#68A4A0
(104,164,160)
#7DB0AD
(125,176,173)
#92BCBA
(146,188,186)
#A7C8C7
(167,200,199)
#BCD4D4
(188,212,212)
#D1E0E1
(209,224,225)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14746C color. Also use rgb(20,116,108) instead hex code.

Text Font Color

.myTextColor { color: #14746C; }

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

This text font color is #14746C.


Background Color

.myBgColor { background-color: #14746C; }

<div style="background-color:#14746C">Inner text</div>

This div background color is #14746C.


Border color

.myBorderColor { border: 1px solid #14746C; }

<div style="border:3px solid #14746C">Div</div>

This div border color is #14746C.


Opacity

.myOpacity80 { color: #14746C; opacity: 0.8; }

<p style="color:#14746C;opacity:0.8;">80%</p>

Text with #14746C 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 #14746C;}

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

This text has shadow with #14746C color.

.textShadow {text-shadow: 3px 3px 1px #14746C, 3px 3px 1px red;}

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

This text has shadow with #14746C primary color and red secondary color.


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

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

This text has shadow with #14746C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14746C on black background.


Color preview on white background

This text has color #14746C on white background.



Black color preview on #14746C background

This text has black color on #14746C background.


White color preview on #14746C background

This text has white color on #14746C background.