COLOR #146B21

HEX: #146B21
RGB: (20,107,33)

Color info

#146B21 contains mainly green color. Web safe color of #146B21 is #006633 (or #063).

RGB color model

#146B21 color RGB value is (20,107,33).

  • red value is 20;
  • green value is 107;
  • blue value is 33.
RGB:
(20,107,33)
(8%,42%,13%)

RGB channels and saturation

R 20 of 255 = 8%
G 107 of 255 = 42%
B 33 of 255 = 13%

20
107
33

R + G + B ~ 21%. #146B21 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 107 + 33 = 160 (100%)
R 20 of 160 ~ 12.5%
G 107 of 160 ~ 66.88%
B 33 of 160 ~ 20.63%

%12.5
%66.88
%20.63

CMYK color model

#146B21 color CMYK value is (81,0,69,58).

  • cyan value is 81.31%
  • magenta value is 0.00%
  • yellow value is 69.16%
  • key color value is 58.04%
CMYK:
(81,0,69,58)
C81M0Y69K58 
(81%,0%,69%,58%)
(0.81/0.00/0.69/0.58)	

CMYK percentages

%81.31
%0
%69.16
%58.04

Codes

Color #146B21 in popluar color models

146B21
RGB2010733
HSL129°68.50%24.90%
HSB/HSV129°81.31%41.96%
CMYK81.31%0.00%69.16%
58.04%

Color #146B21 in popluar number systems.

HEX146B21
Decimal2010733
Binary101001101011100001
Octal2415341

Shades and tints

Shades of #146B21

#146B21
(20,107,33)
#13621E
(19,98,30)
#12591B
(18,89,27)
#115018
(17,80,24)
#104715
(16,71,21)
#0F3E12
(15,62,18)
#0E350F
(14,53,15)
#0D2C0C
(13,44,12)
#0C2309
(12,35,9)
#0B1A06
(11,26,6)
#0A1103
(10,17,3)
#000000
(0,0,0)

Tints of #146B21

#146B21
(20,107,33)
#297835
(41,120,53)
#3E8549
(62,133,73)
#53925D
(83,146,93)
#689F71
(104,159,113)
#7DAC85
(125,172,133)
#92B999
(146,185,153)
#A7C6AD
(167,198,173)
#BCD3C1
(188,211,193)
#D1E0D5
(209,224,213)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #146B21; }

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

This text font color is #146B21.


Background Color

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

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

This div background color is #146B21.


Border color

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

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

This div border color is #146B21.


Opacity

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

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

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

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

This text has shadow with #146B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146B21 on black background.


Color preview on white background

This text has color #146B21 on white background.



Black color preview on #146B21 background

This text has black color on #146B21 background.


White color preview on #146B21 background

This text has white color on #146B21 background.