COLOR #145059

HEX: #145059
RGB: (20,80,89)

Color info

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

RGB color model

#145059 color RGB value is (20,80,89).

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

RGB channels and saturation

R 20 of 255 = 8%
G 80 of 255 = 31%
B 89 of 255 = 35%

20
80
89

R + G + B ~ 25%. #145059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 80 + 89 = 189 (100%)
R 20 of 189 ~ 10.58%
G 80 of 189 ~ 42.33%
B 89 of 189 ~ 47.09%

%10.58
%42.33
%47.09

CMYK color model

#145059 color CMYK value is (78,10,0,65).

  • cyan value is 77.53%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(78,10,0,65)
C78M10Y0K65 
(78%,10%,0%,65%)
(0.78/0.10/0.00/0.65)	

CMYK percentages

%77.53
%10.11
%0
%65.1

Codes

Color #145059 in popluar color models

145059
RGB208089
HSL188°63.30%21.37%
HSB/HSV188°77.53%34.90%
CMYK77.53%10.11%0.00%
65.10%

Color #145059 in popluar number systems.

HEX145059
Decimal208089
Binary1010010100001011001
Octal24120131

Shades and tints

Shades of #145059

#145059
(20,80,89)
#134951
(19,73,81)
#124249
(18,66,73)
#113B41
(17,59,65)
#103439
(16,52,57)
#0F2D31
(15,45,49)
#0E2629
(14,38,41)
#0D1F21
(13,31,33)
#0C1819
(12,24,25)
#0B1111
(11,17,17)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #145059

#145059
(20,80,89)
#295F68
(41,95,104)
#3E6E77
(62,110,119)
#537D86
(83,125,134)
#688C95
(104,140,149)
#7D9BA4
(125,155,164)
#92AAB3
(146,170,179)
#A7B9C2
(167,185,194)
#BCC8D1
(188,200,209)
#D1D7E0
(209,215,224)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #145059; }

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

This text font color is #145059.


Background Color

.myBgColor { background-color: #145059; }

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

This div background color is #145059.


Border color

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

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

This div border color is #145059.


Opacity

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

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

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

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

This text has shadow with #145059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #145059 on black background.


Color preview on white background

This text has color #145059 on white background.



Black color preview on #145059 background

This text has black color on #145059 background.


White color preview on #145059 background

This text has white color on #145059 background.