COLOR #146972

HEX: #146972
RGB: (20,105,114)

Color info

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

RGB color model

#146972 color RGB value is (20,105,114).

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

RGB channels and saturation

R 20 of 255 = 8%
G 105 of 255 = 41%
B 114 of 255 = 45%

20
105
114

R + G + B ~ 31%. #146972 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 105 + 114 = 239 (100%)
R 20 of 239 ~ 8.37%
G 105 of 239 ~ 43.93%
B 114 of 239 ~ 47.7%

%43.93
%47.7

CMYK color model

#146972 color CMYK value is (82,8,0,55).

  • cyan value is 82.46%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(82,8,0,55)
C82M8Y0K55 
(82%,8%,0%,55%)
(0.82/0.08/0.00/0.55)	

CMYK percentages

%82.46
%7.89
%0
%55.29

Codes

Color #146972 in popluar color models

146972
RGB20105114
HSL186°70.15%26.27%
HSB/HSV186°82.46%44.71%
CMYK82.46%7.89%0.00%
55.29%

Color #146972 in popluar number systems.

HEX146972
Decimal20105114
Binary1010011010011110010
Octal24151162

Shades and tints

Shades of #146972

#146972
(20,105,114)
#136068
(19,96,104)
#12575E
(18,87,94)
#114E54
(17,78,84)
#10454A
(16,69,74)
#0F3C40
(15,60,64)
#0E3336
(14,51,54)
#0D2A2C
(13,42,44)
#0C2122
(12,33,34)
#0B1818
(11,24,24)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #146972

#146972
(20,105,114)
#29767E
(41,118,126)
#3E838A
(62,131,138)
#539096
(83,144,150)
#689DA2
(104,157,162)
#7DAAAE
(125,170,174)
#92B7BA
(146,183,186)
#A7C4C6
(167,196,198)
#BCD1D2
(188,209,210)
#D1DEDE
(209,222,222)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #146972; }

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

This text font color is #146972.


Background Color

.myBgColor { background-color: #146972; }

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

This div background color is #146972.


Border color

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

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

This div border color is #146972.


Opacity

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

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

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

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

This text has shadow with #146972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146972 on black background.


Color preview on white background

This text has color #146972 on white background.



Black color preview on #146972 background

This text has black color on #146972 background.


White color preview on #146972 background

This text has white color on #146972 background.