COLOR #146370

HEX: #146370
RGB: (20,99,112)

Color info

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

RGB color model

#146370 color RGB value is (20,99,112).

  • red value is 20;
  • green value is 99;
  • blue value is 112.
RGB:
(20,99,112)
(8%,39%,44%)

RGB channels and saturation

R 20 of 255 = 8%
G 99 of 255 = 39%
B 112 of 255 = 44%

20
99
112

R + G + B ~ 30%. #146370 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 99 + 112 = 231 (100%)
R 20 of 231 ~ 8.66%
G 99 of 231 ~ 42.86%
B 112 of 231 ~ 48.48%

%42.86
%48.48

CMYK color model

#146370 color CMYK value is (82,12,0,56).

  • cyan value is 82.14%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(82,12,0,56)
C82M12Y0K56 
(82%,12%,0%,56%)
(0.82/0.12/0.00/0.56)	

CMYK percentages

%82.14
%11.61
%0
%56.08

Codes

Color #146370 in popluar color models

146370
RGB2099112
HSL188°69.70%25.88%
HSB/HSV188°82.14%43.92%
CMYK82.14%11.61%0.00%
56.08%

Color #146370 in popluar number systems.

HEX146370
Decimal2099112
Binary1010011000111110000
Octal24143160

Shades and tints

Shades of #146370

#146370
(20,99,112)
#135A66
(19,90,102)
#12515C
(18,81,92)
#114852
(17,72,82)
#103F48
(16,63,72)
#0F363E
(15,54,62)
#0E2D34
(14,45,52)
#0D242A
(13,36,42)
#0C1B20
(12,27,32)
#0B1216
(11,18,22)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #146370

#146370
(20,99,112)
#29717D
(41,113,125)
#3E7F8A
(62,127,138)
#538D97
(83,141,151)
#689BA4
(104,155,164)
#7DA9B1
(125,169,177)
#92B7BE
(146,183,190)
#A7C5CB
(167,197,203)
#BCD3D8
(188,211,216)
#D1E1E5
(209,225,229)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146370 color. Also use rgb(20,99,112) instead hex code.

Text Font Color

.myTextColor { color: #146370; }

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

This text font color is #146370.


Background Color

.myBgColor { background-color: #146370; }

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

This div background color is #146370.


Border color

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

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

This div border color is #146370.


Opacity

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

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

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

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

This text has shadow with #146370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146370 on black background.


Color preview on white background

This text has color #146370 on white background.



Black color preview on #146370 background

This text has black color on #146370 background.


White color preview on #146370 background

This text has white color on #146370 background.