COLOR #145A72

HEX: #145A72
RGB: (20,90,114)

Color info

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

RGB color model

#145A72 color RGB value is (20,90,114).

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

RGB channels and saturation

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

20
90
114

R + G + B ~ 29%. #145A72 is quite dark color.

Portions of RGB colors in percentages

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

%40.18
%50.89

CMYK color model

#145A72 color CMYK value is (82,21,0,55).

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

CMYK percentages

%82.46
%21.05
%0
%55.29

Codes

Color #145A72 in popluar color models

145A72
RGB2090114
HSL195°70.15%26.27%
HSB/HSV195°82.46%44.71%
CMYK82.46%21.05%0.00%
55.29%

Color #145A72 in popluar number systems.

HEX145A72
Decimal2090114
Binary1010010110101110010
Octal24132162

Shades and tints

Shades of #145A72

#145A72
(20,90,114)
#135268
(19,82,104)
#124A5E
(18,74,94)
#114254
(17,66,84)
#103A4A
(16,58,74)
#0F3240
(15,50,64)
#0E2A36
(14,42,54)
#0D222C
(13,34,44)
#0C1A22
(12,26,34)
#0B1218
(11,18,24)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #145A72

#145A72
(20,90,114)
#29697E
(41,105,126)
#3E788A
(62,120,138)
#538796
(83,135,150)
#6896A2
(104,150,162)
#7DA5AE
(125,165,174)
#92B4BA
(146,180,186)
#A7C3C6
(167,195,198)
#BCD2D2
(188,210,210)
#D1E1DE
(209,225,222)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #145A72; }

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

This text font color is #145A72.


Background Color

.myBgColor { background-color: #145A72; }

<div style="background-color:#145A72">Inner text</div>

This div background color is #145A72.


Border color

.myBorderColor { border: 1px solid #145A72; }

<div style="border:3px solid #145A72">Div</div>

This div border color is #145A72.


Opacity

.myOpacity80 { color: #145A72; opacity: 0.8; }

<p style="color:#145A72;opacity:0.8;">80%</p>

Text with #145A72 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 #145A72;}

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

This text has shadow with #145A72 color.

.textShadow {text-shadow: 3px 3px 1px #145A72, 3px 3px 1px red;}

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

This text has shadow with #145A72 primary color and red secondary color.


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

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

This text has shadow with #145A72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #145A72 on black background.


Color preview on white background

This text has color #145A72 on white background.



Black color preview on #145A72 background

This text has black color on #145A72 background.


White color preview on #145A72 background

This text has white color on #145A72 background.