COLOR #14504D

HEX: #14504D
RGB: (20,80,77)

Color info

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

RGB color model

#14504D color RGB value is (20,80,77).

  • red value is 20;
  • green value is 80;
  • blue value is 77.
RGB:
(20,80,77)
(8%,31%,30%)

RGB channels and saturation

R 20 of 255 = 8%
G 80 of 255 = 31%
B 77 of 255 = 30%

20
80
77

R + G + B ~ 23%. #14504D is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 80 + 77 = 177 (100%)
R 20 of 177 ~ 11.3%
G 80 of 177 ~ 45.2%
B 77 of 177 ~ 43.5%

%11.3
%45.2
%43.5

CMYK color model

#14504D color CMYK value is (75,0,4,69).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 68.63%
CMYK:
(75,0,4,69)
C75M0Y4K69 
(75%,0%,4%,69%)
(0.75/0.00/0.04/0.69)	

CMYK percentages

%75
%0
%3.75
%68.63

Codes

Color #14504D in popluar color models

14504D
RGB208077
HSL177°60.00%19.61%
HSB/HSV177°75.00%31.37%
CMYK75.00%0.00%3.75%
68.63%

Color #14504D in popluar number systems.

HEX14504D
Decimal208077
Binary1010010100001001101
Octal24120115

Shades and tints

Shades of #14504D

#14504D
(20,80,77)
#134946
(19,73,70)
#12423F
(18,66,63)
#113B38
(17,59,56)
#103431
(16,52,49)
#0F2D2A
(15,45,42)
#0E2623
(14,38,35)
#0D1F1C
(13,31,28)
#0C1815
(12,24,21)
#0B110E
(11,17,14)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #14504D

#14504D
(20,80,77)
#295F5D
(41,95,93)
#3E6E6D
(62,110,109)
#537D7D
(83,125,125)
#688C8D
(104,140,141)
#7D9B9D
(125,155,157)
#92AAAD
(146,170,173)
#A7B9BD
(167,185,189)
#BCC8CD
(188,200,205)
#D1D7DD
(209,215,221)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14504D color. Also use rgb(20,80,77) instead hex code.

Text Font Color

.myTextColor { color: #14504D; }

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

This text font color is #14504D.


Background Color

.myBgColor { background-color: #14504D; }

<div style="background-color:#14504D">Inner text</div>

This div background color is #14504D.


Border color

.myBorderColor { border: 1px solid #14504D; }

<div style="border:3px solid #14504D">Div</div>

This div border color is #14504D.


Opacity

.myOpacity80 { color: #14504D; opacity: 0.8; }

<p style="color:#14504D;opacity:0.8;">80%</p>

Text with #14504D 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 #14504D;}

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

This text has shadow with #14504D color.

.textShadow {text-shadow: 3px 3px 1px #14504D, 3px 3px 1px red;}

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

This text has shadow with #14504D primary color and red secondary color.


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

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

This text has shadow with #14504D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14504D on black background.


Color preview on white background

This text has color #14504D on white background.



Black color preview on #14504D background

This text has black color on #14504D background.


White color preview on #14504D background

This text has white color on #14504D background.