COLOR #146431

HEX: #146431
RGB: (20,100,49)

Color info

#146431 contains mainly green and blue colors. Web safe color of #146431 is #006633 (or #063).

RGB color model

#146431 color RGB value is (20,100,49).

  • red value is 20;
  • green value is 100;
  • blue value is 49.
RGB:
(20,100,49)
(8%,39%,19%)

RGB channels and saturation

R 20 of 255 = 8%
G 100 of 255 = 39%
B 49 of 255 = 19%

20
100
49

R + G + B ~ 22%. #146431 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 100 + 49 = 169 (100%)
R 20 of 169 ~ 11.83%
G 100 of 169 ~ 59.17%
B 49 of 169 ~ 28.99%

%11.83
%59.17
%28.99

CMYK color model

#146431 color CMYK value is (80,0,51,61).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 51.00%
  • key color value is 60.78%
CMYK:
(80,0,51,61)
C80M0Y51K61 
(80%,0%,51%,61%)
(0.80/0.00/0.51/0.61)	

CMYK percentages

%80
%0
%51
%60.78

Codes

Color #146431 in popluar color models

146431
RGB2010049
HSL142°66.67%23.53%
HSB/HSV142°80.00%39.22%
CMYK80.00%0.00%51.00%
60.78%

Color #146431 in popluar number systems.

HEX146431
Decimal2010049
Binary101001100100110001
Octal2414461

Shades and tints

Shades of #146431

#146431
(20,100,49)
#135B2D
(19,91,45)
#125229
(18,82,41)
#114925
(17,73,37)
#104021
(16,64,33)
#0F371D
(15,55,29)
#0E2E19
(14,46,25)
#0D2515
(13,37,21)
#0C1C11
(12,28,17)
#0B130D
(11,19,13)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #146431

#146431
(20,100,49)
#297243
(41,114,67)
#3E8055
(62,128,85)
#538E67
(83,142,103)
#689C79
(104,156,121)
#7DAA8B
(125,170,139)
#92B89D
(146,184,157)
#A7C6AF
(167,198,175)
#BCD4C1
(188,212,193)
#D1E2D3
(209,226,211)
#E6F0E5
(230,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146431 color. Also use rgb(20,100,49) instead hex code.

Text Font Color

.myTextColor { color: #146431; }

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

This text font color is #146431.


Background Color

.myBgColor { background-color: #146431; }

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

This div background color is #146431.


Border color

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

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

This div border color is #146431.


Opacity

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

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

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

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

This text has shadow with #146431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146431 on black background.


Color preview on white background

This text has color #146431 on white background.



Black color preview on #146431 background

This text has black color on #146431 background.


White color preview on #146431 background

This text has white color on #146431 background.