COLOR #146B4E

HEX: #146B4E RGB: (20,107,78)

Color info

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

RGB color model

#146B4E color RGB value is (20,107,78).

RGB: (20,107,78) (8%, 42%, 31%)

RGB channels and saturation

R 20 of 255 = 8%
G 107 of 255 = 42%
B 78 of 255 = 31%

20
107
78

R + G + B ~ 27%. #146B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 107 + 78 = 205 (100%)
R 20 of 205 ~ 9.76%
G 107 of 205 ~ 52.2%
B 78 of 205 ~ 38.05'%

%9.76
%52.2
%38.05

CMYK color model

#146B4E color CMYK value is (81,0,27,58).

  • cyan value is 81.31%
  • magenta value is 0.00%
  • yellow value is 27.10%
  • key color value is 58.04%
CMYK: (81,0,27,58) C81M0Y27K58 (81%,0%,27%,58%) (0.81/0.00/0.27/0.58) 

CMYK percentages

%81.31
%0
%27.1
%58.04

Codes

Color #146B4E in popluar color models

14 6B 4E
RGB 20 107 78
HSL 160° 68.50% 24.90%
HSB/HSV 160° 81.31% 41.96%
CMYK 81.31% 0.00% 27.10%
58.04%

Color #146B4E in popluar number systems.

HEX 14 6B 4E
Decimal 20 107 78
Binary 10100 1101011 1001110
Octal 24 153 116

Shades and tints

Shades of #146B4E

#146B4E
(20,107,78)
#136247
(19,98,71)
#125940
(18,89,64)
#115039
(17,80,57)
#104732
(16,71,50)
#0F3E2B
(15,62,43)
#0E3524
(14,53,36)
#0D2C1D
(13,44,29)
#0C2316
(12,35,22)
#0B1A0F
(11,26,15)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #146B4E

#146B4E
(20,107,78)
#29785E
(41,120,94)
#3E856E
(62,133,110)
#53927E
(83,146,126)
#689F8E
(104,159,142)
#7DAC9E
(125,172,158)
#92B9AE
(146,185,174)
#A7C6BE
(167,198,190)
#BCD3CE
(188,211,206)
#D1E0DE
(209,224,222)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146B4E color. Also use rgb(20,107,78) instead hex code.

Text Font Color

.myTextColor { color: #146B4E; }

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

This text font color is #146B4E.

Background Color

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

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

This div background color is #146B4E.

Border color

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

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

This div border color is #146B4E.

Opacity

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

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

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

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

This text has shadow with #146B4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #146B4E.

Preview

Color preview on black background

This text has color #146B4E on black background.


Color preview on white background

This text has color #146B4E on white background.


Black color preview on #146B4E background

This text has black color on #146B4E background.


White color preview on #146B4E background

This text has white color on #146B4E background.


Related colors

Complementary color

Complementary color for #hex is #EB94B1.


I love getcolorcode.com

Triadic colors

1 #4E146B and #6B4E14 with #146B4E are triadic colors.

2 #4E6B14 and #6B144E with #146B4E are triadic colors.