COLOR #14613E

HEX: #14613E
RGB: (20,97,62)

Color info

#14613E contains mainly green and blue colors. Web safe color of #14613E is #006633 (or #063).

RGB color model

#14613E color RGB value is (20,97,62).

  • red value is 20;
  • green value is 97;
  • blue value is 62.
RGB:
(20,97,62)
(8%,38%,24%)

RGB channels and saturation

R 20 of 255 = 8%
G 97 of 255 = 38%
B 62 of 255 = 24%

20
97
62

R + G + B ~ 23%. #14613E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 97 + 62 = 179 (100%)
R 20 of 179 ~ 11.17%
G 97 of 179 ~ 54.19%
B 62 of 179 ~ 34.64%

%11.17
%54.19
%34.64

CMYK color model

#14613E color CMYK value is (79,0,36,62).

  • cyan value is 79.38%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 61.96%
CMYK:
(79,0,36,62)
C79M0Y36K62 
(79%,0%,36%,62%)
(0.79/0.00/0.36/0.62)	

CMYK percentages

%79.38
%0
%36.08
%61.96

Codes

Color #14613E in popluar color models

14613E
RGB209762
HSL153°65.81%22.94%
HSB/HSV153°79.38%38.04%
CMYK79.38%0.00%36.08%
61.96%

Color #14613E in popluar number systems.

HEX14613E
Decimal209762
Binary101001100001111110
Octal2414176

Shades and tints

Shades of #14613E

#14613E
(20,97,62)
#135939
(19,89,57)
#125134
(18,81,52)
#11492F
(17,73,47)
#10412A
(16,65,42)
#0F3925
(15,57,37)
#0E3120
(14,49,32)
#0D291B
(13,41,27)
#0C2116
(12,33,22)
#0B1911
(11,25,17)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #14613E

#14613E
(20,97,62)
#296F4F
(41,111,79)
#3E7D60
(62,125,96)
#538B71
(83,139,113)
#689982
(104,153,130)
#7DA793
(125,167,147)
#92B5A4
(146,181,164)
#A7C3B5
(167,195,181)
#BCD1C6
(188,209,198)
#D1DFD7
(209,223,215)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14613E color. Also use rgb(20,97,62) instead hex code.

Text Font Color

.myTextColor { color: #14613E; }

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

This text font color is #14613E.


Background Color

.myBgColor { background-color: #14613E; }

<div style="background-color:#14613E">Inner text</div>

This div background color is #14613E.


Border color

.myBorderColor { border: 1px solid #14613E; }

<div style="border:3px solid #14613E">Div</div>

This div border color is #14613E.


Opacity

.myOpacity80 { color: #14613E; opacity: 0.8; }

<p style="color:#14613E;opacity:0.8;">80%</p>

Text with #14613E 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 #14613E;}

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

This text has shadow with #14613E color.

.textShadow {text-shadow: 3px 3px 1px #14613E, 3px 3px 1px red;}

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

This text has shadow with #14613E primary color and red secondary color.


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

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

This text has shadow with #14613E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14613E on black background.


Color preview on white background

This text has color #14613E on white background.



Black color preview on #14613E background

This text has black color on #14613E background.


White color preview on #14613E background

This text has white color on #14613E background.