COLOR #145466

HEX: #145466
RGB: (20,84,102)

Color info

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

RGB color model

#145466 color RGB value is (20,84,102).

  • red value is 20;
  • green value is 84;
  • blue value is 102.
RGB:
(20,84,102)
(8%,33%,40%)

RGB channels and saturation

R 20 of 255 = 8%
G 84 of 255 = 33%
B 102 of 255 = 40%

20
84
102

R + G + B ~ 27%. #145466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 84 + 102 = 206 (100%)
R 20 of 206 ~ 9.71%
G 84 of 206 ~ 40.78%
B 102 of 206 ~ 49.51%

%9.71
%40.78
%49.51

CMYK color model

#145466 color CMYK value is (80,18,0,60).

  • cyan value is 80.39%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(80,18,0,60)
C80M18Y0K60 
(80%,18%,0%,60%)
(0.80/0.18/0.00/0.60)	

CMYK percentages

%80.39
%17.65
%0
%60

Codes

Color #145466 in popluar color models

145466
RGB2084102
HSL193°67.21%23.92%
HSB/HSV193°80.39%40.00%
CMYK80.39%17.65%0.00%
60.00%

Color #145466 in popluar number systems.

HEX145466
Decimal2084102
Binary1010010101001100110
Octal24124146

Shades and tints

Shades of #145466

#145466
(20,84,102)
#134D5D
(19,77,93)
#124654
(18,70,84)
#113F4B
(17,63,75)
#103842
(16,56,66)
#0F3139
(15,49,57)
#0E2A30
(14,42,48)
#0D2327
(13,35,39)
#0C1C1E
(12,28,30)
#0B1515
(11,21,21)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #145466

#145466
(20,84,102)
#296373
(41,99,115)
#3E7280
(62,114,128)
#53818D
(83,129,141)
#68909A
(104,144,154)
#7D9FA7
(125,159,167)
#92AEB4
(146,174,180)
#A7BDC1
(167,189,193)
#BCCCCE
(188,204,206)
#D1DBDB
(209,219,219)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #145466 color. Also use rgb(20,84,102) instead hex code.

Text Font Color

.myTextColor { color: #145466; }

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

This text font color is #145466.


Background Color

.myBgColor { background-color: #145466; }

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

This div background color is #145466.


Border color

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

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

This div border color is #145466.


Opacity

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

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

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

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

This text has shadow with #145466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #145466 on black background.


Color preview on white background

This text has color #145466 on white background.



Black color preview on #145466 background

This text has black color on #145466 background.


White color preview on #145466 background

This text has white color on #145466 background.