COLOR #146978

HEX: #146978
RGB: (20,105,120)

Color info

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

RGB color model

#146978 color RGB value is (20,105,120).

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

RGB channels and saturation

R 20 of 255 = 8%
G 105 of 255 = 41%
B 120 of 255 = 47%

20
105
120

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

Portions of RGB colors in percentages

R + G + B =
20 + 105 + 120 = 245 (100%)
R 20 of 245 ~ 8.16%
G 105 of 245 ~ 42.86%
B 120 of 245 ~ 48.98%

%42.86
%48.98

CMYK color model

#146978 color CMYK value is (83,13,0,53).

  • cyan value is 83.33%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(83,13,0,53)
C83M13Y0K53 
(83%,13%,0%,53%)
(0.83/0.13/0.00/0.53)	

CMYK percentages

%83.33
%12.5
%0
%52.94

Codes

Color #146978 in popluar color models

146978
RGB20105120
HSL189°71.43%27.45%
HSB/HSV189°83.33%47.06%
CMYK83.33%12.50%0.00%
52.94%

Color #146978 in popluar number systems.

HEX146978
Decimal20105120
Binary1010011010011111000
Octal24151170

Shades and tints

Shades of #146978

#146978
(20,105,120)
#13606E
(19,96,110)
#125764
(18,87,100)
#114E5A
(17,78,90)
#104550
(16,69,80)
#0F3C46
(15,60,70)
#0E333C
(14,51,60)
#0D2A32
(13,42,50)
#0C2128
(12,33,40)
#0B181E
(11,24,30)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #146978

#146978
(20,105,120)
#297684
(41,118,132)
#3E8390
(62,131,144)
#53909C
(83,144,156)
#689DA8
(104,157,168)
#7DAAB4
(125,170,180)
#92B7C0
(146,183,192)
#A7C4CC
(167,196,204)
#BCD1D8
(188,209,216)
#D1DEE4
(209,222,228)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #146978; }

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

This text font color is #146978.


Background Color

.myBgColor { background-color: #146978; }

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

This div background color is #146978.


Border color

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

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

This div border color is #146978.


Opacity

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

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

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

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

This text has shadow with #146978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146978 on black background.


Color preview on white background

This text has color #146978 on white background.



Black color preview on #146978 background

This text has black color on #146978 background.


White color preview on #146978 background

This text has white color on #146978 background.