COLOR #146862

HEX: #146862
RGB: (20,104,98)

Color info

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

RGB color model

#146862 color RGB value is (20,104,98).

  • red value is 20;
  • green value is 104;
  • blue value is 98.
RGB:
(20,104,98)
(8%,41%,38%)

RGB channels and saturation

R 20 of 255 = 8%
G 104 of 255 = 41%
B 98 of 255 = 38%

20
104
98

R + G + B ~ 29%. #146862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 104 + 98 = 222 (100%)
R 20 of 222 ~ 9.01%
G 104 of 222 ~ 46.85%
B 98 of 222 ~ 44.14%

%46.85
%44.14

CMYK color model

#146862 color CMYK value is (81,0,6,59).

  • cyan value is 80.77%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 59.22%
CMYK:
(81,0,6,59)
C81M0Y6K59 
(81%,0%,6%,59%)
(0.81/0.00/0.06/0.59)	

CMYK percentages

%80.77
%0
%5.77
%59.22

Codes

Color #146862 in popluar color models

146862
RGB2010498
HSL176°67.74%24.31%
HSB/HSV176°80.77%40.78%
CMYK80.77%0.00%5.77%
59.22%

Color #146862 in popluar number systems.

HEX146862
Decimal2010498
Binary1010011010001100010
Octal24150142

Shades and tints

Shades of #146862

#146862
(20,104,98)
#135F5A
(19,95,90)
#125652
(18,86,82)
#114D4A
(17,77,74)
#104442
(16,68,66)
#0F3B3A
(15,59,58)
#0E3232
(14,50,50)
#0D292A
(13,41,42)
#0C2022
(12,32,34)
#0B171A
(11,23,26)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #146862

#146862
(20,104,98)
#297570
(41,117,112)
#3E827E
(62,130,126)
#538F8C
(83,143,140)
#689C9A
(104,156,154)
#7DA9A8
(125,169,168)
#92B6B6
(146,182,182)
#A7C3C4
(167,195,196)
#BCD0D2
(188,208,210)
#D1DDE0
(209,221,224)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146862 color. Also use rgb(20,104,98) instead hex code.

Text Font Color

.myTextColor { color: #146862; }

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

This text font color is #146862.


Background Color

.myBgColor { background-color: #146862; }

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

This div background color is #146862.


Border color

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

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

This div border color is #146862.


Opacity

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

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

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

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

This text has shadow with #146862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146862 on black background.


Color preview on white background

This text has color #146862 on white background.



Black color preview on #146862 background

This text has black color on #146862 background.


White color preview on #146862 background

This text has white color on #146862 background.