COLOR #146A78

HEX: #146A78
RGB: (20,106,120)

Color info

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

RGB color model

#146A78 color RGB value is (20,106,120).

  • red value is 20;
  • green value is 106;
  • blue value is 120.
RGB:
(20,106,120)
(8%,42%,47%)

RGB channels and saturation

R 20 of 255 = 8%
G 106 of 255 = 42%
B 120 of 255 = 47%

20
106
120

R + G + B ~ 32%. #146A78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 106 + 120 = 246 (100%)
R 20 of 246 ~ 8.13%
G 106 of 246 ~ 43.09%
B 120 of 246 ~ 48.78%

%43.09
%48.78

CMYK color model

#146A78 color CMYK value is (83,12,0,53).

  • cyan value is 83.33%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(83,12,0,53)
C83M12Y0K53 
(83%,12%,0%,53%)
(0.83/0.12/0.00/0.53)	

CMYK percentages

%83.33
%11.67
%0
%52.94

Codes

Color #146A78 in popluar color models

146A78
RGB20106120
HSL188°71.43%27.45%
HSB/HSV188°83.33%47.06%
CMYK83.33%11.67%0.00%
52.94%

Color #146A78 in popluar number systems.

HEX146A78
Decimal20106120
Binary1010011010101111000
Octal24152170

Shades and tints

Shades of #146A78

#146A78
(20,106,120)
#13616E
(19,97,110)
#125864
(18,88,100)
#114F5A
(17,79,90)
#104650
(16,70,80)
#0F3D46
(15,61,70)
#0E343C
(14,52,60)
#0D2B32
(13,43,50)
#0C2228
(12,34,40)
#0B191E
(11,25,30)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #146A78

#146A78
(20,106,120)
#297784
(41,119,132)
#3E8490
(62,132,144)
#53919C
(83,145,156)
#689EA8
(104,158,168)
#7DABB4
(125,171,180)
#92B8C0
(146,184,192)
#A7C5CC
(167,197,204)
#BCD2D8
(188,210,216)
#D1DFE4
(209,223,228)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146A78 color. Also use rgb(20,106,120) instead hex code.

Text Font Color

.myTextColor { color: #146A78; }

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

This text font color is #146A78.


Background Color

.myBgColor { background-color: #146A78; }

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

This div background color is #146A78.


Border color

.myBorderColor { border: 1px solid #146A78; }

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

This div border color is #146A78.


Opacity

.myOpacity80 { color: #146A78; opacity: 0.8; }

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

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

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

This text has shadow with #146A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146A78 on black background.


Color preview on white background

This text has color #146A78 on white background.



Black color preview on #146A78 background

This text has black color on #146A78 background.


White color preview on #146A78 background

This text has white color on #146A78 background.