COLOR #14725A

HEX: #14725A
RGB: (20,114,90)

Color info

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

RGB color model

#14725A color RGB value is (20,114,90).

  • red value is 20;
  • green value is 114;
  • blue value is 90.
RGB:
(20,114,90)
(8%,45%,35%)

RGB channels and saturation

R 20 of 255 = 8%
G 114 of 255 = 45%
B 90 of 255 = 35%

20
114
90

R + G + B ~ 29%. #14725A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 114 + 90 = 224 (100%)
R 20 of 224 ~ 8.93%
G 114 of 224 ~ 50.89%
B 90 of 224 ~ 40.18%

%50.89
%40.18

CMYK color model

#14725A color CMYK value is (82,0,21,55).

  • cyan value is 82.46%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 55.29%
CMYK:
(82,0,21,55)
C82M0Y21K55 
(82%,0%,21%,55%)
(0.82/0.00/0.21/0.55)	

CMYK percentages

%82.46
%0
%21.05
%55.29

Codes

Color #14725A in popluar color models

14725A
RGB2011490
HSL165°70.15%26.27%
HSB/HSV165°82.46%44.71%
CMYK82.46%0.00%21.05%
55.29%

Color #14725A in popluar number systems.

HEX14725A
Decimal2011490
Binary1010011100101011010
Octal24162132

Shades and tints

Shades of #14725A

#14725A
(20,114,90)
#136852
(19,104,82)
#125E4A
(18,94,74)
#115442
(17,84,66)
#104A3A
(16,74,58)
#0F4032
(15,64,50)
#0E362A
(14,54,42)
#0D2C22
(13,44,34)
#0C221A
(12,34,26)
#0B1812
(11,24,18)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #14725A

#14725A
(20,114,90)
#297E69
(41,126,105)
#3E8A78
(62,138,120)
#539687
(83,150,135)
#68A296
(104,162,150)
#7DAEA5
(125,174,165)
#92BAB4
(146,186,180)
#A7C6C3
(167,198,195)
#BCD2D2
(188,210,210)
#D1DEE1
(209,222,225)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14725A color. Also use rgb(20,114,90) instead hex code.

Text Font Color

.myTextColor { color: #14725A; }

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

This text font color is #14725A.


Background Color

.myBgColor { background-color: #14725A; }

<div style="background-color:#14725A">Inner text</div>

This div background color is #14725A.


Border color

.myBorderColor { border: 1px solid #14725A; }

<div style="border:3px solid #14725A">Div</div>

This div border color is #14725A.


Opacity

.myOpacity80 { color: #14725A; opacity: 0.8; }

<p style="color:#14725A;opacity:0.8;">80%</p>

Text with #14725A 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 #14725A;}

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

This text has shadow with #14725A color.

.textShadow {text-shadow: 3px 3px 1px #14725A, 3px 3px 1px red;}

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

This text has shadow with #14725A primary color and red secondary color.


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

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

This text has shadow with #14725A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14725A on black background.


Color preview on white background

This text has color #14725A on white background.



Black color preview on #14725A background

This text has black color on #14725A background.


White color preview on #14725A background

This text has white color on #14725A background.