COLOR #146446

HEX: #146446
RGB: (20,100,70)

Color info

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

RGB color model

#146446 color RGB value is (20,100,70).

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

RGB channels and saturation

R 20 of 255 = 8%
G 100 of 255 = 39%
B 70 of 255 = 27%

20
100
70

R + G + B ~ 25%. #146446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 100 + 70 = 190 (100%)
R 20 of 190 ~ 10.53%
G 100 of 190 ~ 52.63%
B 70 of 190 ~ 36.84%

%10.53
%52.63
%36.84

CMYK color model

#146446 color CMYK value is (80,0,30,61).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 60.78%
CMYK:
(80,0,30,61)
C80M0Y30K61 
(80%,0%,30%,61%)
(0.80/0.00/0.30/0.61)	

CMYK percentages

%80
%0
%30
%60.78

Codes

Color #146446 in popluar color models

146446
RGB2010070
HSL158°66.67%23.53%
HSB/HSV158°80.00%39.22%
CMYK80.00%0.00%30.00%
60.78%

Color #146446 in popluar number systems.

HEX146446
Decimal2010070
Binary1010011001001000110
Octal24144106

Shades and tints

Shades of #146446

#146446
(20,100,70)
#135B40
(19,91,64)
#12523A
(18,82,58)
#114934
(17,73,52)
#10402E
(16,64,46)
#0F3728
(15,55,40)
#0E2E22
(14,46,34)
#0D251C
(13,37,28)
#0C1C16
(12,28,22)
#0B1310
(11,19,16)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #146446

#146446
(20,100,70)
#297256
(41,114,86)
#3E8066
(62,128,102)
#538E76
(83,142,118)
#689C86
(104,156,134)
#7DAA96
(125,170,150)
#92B8A6
(146,184,166)
#A7C6B6
(167,198,182)
#BCD4C6
(188,212,198)
#D1E2D6
(209,226,214)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #146446; }

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

This text font color is #146446.


Background Color

.myBgColor { background-color: #146446; }

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

This div background color is #146446.


Border color

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

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

This div border color is #146446.


Opacity

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

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

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

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

This text has shadow with #146446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146446 on black background.


Color preview on white background

This text has color #146446 on white background.



Black color preview on #146446 background

This text has black color on #146446 background.


White color preview on #146446 background

This text has white color on #146446 background.