COLOR #145063

HEX: #145063
RGB: (20,80,99)

Color info

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

RGB color model

#145063 color RGB value is (20,80,99).

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

RGB channels and saturation

R 20 of 255 = 8%
G 80 of 255 = 31%
B 99 of 255 = 39%

20
80
99

R + G + B ~ 26%. #145063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 80 + 99 = 199 (100%)
R 20 of 199 ~ 10.05%
G 80 of 199 ~ 40.2%
B 99 of 199 ~ 49.75%

%10.05
%40.2
%49.75

CMYK color model

#145063 color CMYK value is (80,19,0,61).

  • cyan value is 79.80%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(80,19,0,61)
C80M19Y0K61 
(80%,19%,0%,61%)
(0.80/0.19/0.00/0.61)	

CMYK percentages

%79.8
%19.19
%0
%61.18

Codes

Color #145063 in popluar color models

145063
RGB208099
HSL194°66.39%23.33%
HSB/HSV194°79.80%38.82%
CMYK79.80%19.19%0.00%
61.18%

Color #145063 in popluar number systems.

HEX145063
Decimal208099
Binary1010010100001100011
Octal24120143

Shades and tints

Shades of #145063

#145063
(20,80,99)
#13495A
(19,73,90)
#124251
(18,66,81)
#113B48
(17,59,72)
#10343F
(16,52,63)
#0F2D36
(15,45,54)
#0E262D
(14,38,45)
#0D1F24
(13,31,36)
#0C181B
(12,24,27)
#0B1112
(11,17,18)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #145063

#145063
(20,80,99)
#295F71
(41,95,113)
#3E6E7F
(62,110,127)
#537D8D
(83,125,141)
#688C9B
(104,140,155)
#7D9BA9
(125,155,169)
#92AAB7
(146,170,183)
#A7B9C5
(167,185,197)
#BCC8D3
(188,200,211)
#D1D7E1
(209,215,225)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #145063; }

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

This text font color is #145063.


Background Color

.myBgColor { background-color: #145063; }

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

This div background color is #145063.


Border color

.myBorderColor { border: 1px solid #145063; }

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

This div border color is #145063.


Opacity

.myOpacity80 { color: #145063; opacity: 0.8; }

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

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

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

This text has shadow with #145063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #145063 on black background.


Color preview on white background

This text has color #145063 on white background.



Black color preview on #145063 background

This text has black color on #145063 background.


White color preview on #145063 background

This text has white color on #145063 background.