COLOR #146D55

HEX: #146D55
RGB: (20,109,85)

Color info

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

RGB color model

#146D55 color RGB value is (20,109,85).

  • red value is 20;
  • green value is 109;
  • blue value is 85.
RGB:
(20,109,85)
(8%,43%,33%)

RGB channels and saturation

R 20 of 255 = 8%
G 109 of 255 = 43%
B 85 of 255 = 33%

20
109
85

R + G + B ~ 28%. #146D55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 109 + 85 = 214 (100%)
R 20 of 214 ~ 9.35%
G 109 of 214 ~ 50.93%
B 85 of 214 ~ 39.72%

%50.93
%39.72

CMYK color model

#146D55 color CMYK value is (82,0,22,57).

  • cyan value is 81.65%
  • magenta value is 0.00%
  • yellow value is 22.02%
  • key color value is 57.25%
CMYK:
(82,0,22,57)
C82M0Y22K57 
(82%,0%,22%,57%)
(0.82/0.00/0.22/0.57)	

CMYK percentages

%81.65
%0
%22.02
%57.25

Codes

Color #146D55 in popluar color models

146D55
RGB2010985
HSL164°68.99%25.29%
HSB/HSV164°81.65%42.75%
CMYK81.65%0.00%22.02%
57.25%

Color #146D55 in popluar number systems.

HEX146D55
Decimal2010985
Binary1010011011011010101
Octal24155125

Shades and tints

Shades of #146D55

#146D55
(20,109,85)
#13644E
(19,100,78)
#125B47
(18,91,71)
#115240
(17,82,64)
#104939
(16,73,57)
#0F4032
(15,64,50)
#0E372B
(14,55,43)
#0D2E24
(13,46,36)
#0C251D
(12,37,29)
#0B1C16
(11,28,22)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #146D55

#146D55
(20,109,85)
#297A64
(41,122,100)
#3E8773
(62,135,115)
#539482
(83,148,130)
#68A191
(104,161,145)
#7DAEA0
(125,174,160)
#92BBAF
(146,187,175)
#A7C8BE
(167,200,190)
#BCD5CD
(188,213,205)
#D1E2DC
(209,226,220)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146D55 color. Also use rgb(20,109,85) instead hex code.

Text Font Color

.myTextColor { color: #146D55; }

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

This text font color is #146D55.


Background Color

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

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

This div background color is #146D55.


Border color

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

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

This div border color is #146D55.


Opacity

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

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

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

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

This text has shadow with #146D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146D55 on black background.


Color preview on white background

This text has color #146D55 on white background.



Black color preview on #146D55 background

This text has black color on #146D55 background.


White color preview on #146D55 background

This text has white color on #146D55 background.