COLOR #146347

HEX: #146347
RGB: (20,99,71)

Color info

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

RGB color model

#146347 color RGB value is (20,99,71).

  • red value is 20;
  • green value is 99;
  • blue value is 71.
RGB:
(20,99,71)
(8%,39%,28%)

RGB channels and saturation

R 20 of 255 = 8%
G 99 of 255 = 39%
B 71 of 255 = 28%

20
99
71

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

Portions of RGB colors in percentages

R + G + B =
20 + 99 + 71 = 190 (100%)
R 20 of 190 ~ 10.53%
G 99 of 190 ~ 52.11%
B 71 of 190 ~ 37.37%

%10.53
%52.11
%37.37

CMYK color model

#146347 color CMYK value is (80,0,28,61).

  • cyan value is 79.80%
  • magenta value is 0.00%
  • yellow value is 28.28%
  • key color value is 61.18%
CMYK:
(80,0,28,61)
C80M0Y28K61 
(80%,0%,28%,61%)
(0.80/0.00/0.28/0.61)	

CMYK percentages

%79.8
%0
%28.28
%61.18

Codes

Color #146347 in popluar color models

146347
RGB209971
HSL159°66.39%23.33%
HSB/HSV159°79.80%38.82%
CMYK79.80%0.00%28.28%
61.18%

Color #146347 in popluar number systems.

HEX146347
Decimal209971
Binary1010011000111000111
Octal24143107

Shades and tints

Shades of #146347

#146347
(20,99,71)
#135A41
(19,90,65)
#12513B
(18,81,59)
#114835
(17,72,53)
#103F2F
(16,63,47)
#0F3629
(15,54,41)
#0E2D23
(14,45,35)
#0D241D
(13,36,29)
#0C1B17
(12,27,23)
#0B1211
(11,18,17)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #146347

#146347
(20,99,71)
#297157
(41,113,87)
#3E7F67
(62,127,103)
#538D77
(83,141,119)
#689B87
(104,155,135)
#7DA997
(125,169,151)
#92B7A7
(146,183,167)
#A7C5B7
(167,197,183)
#BCD3C7
(188,211,199)
#D1E1D7
(209,225,215)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146347 color. Also use rgb(20,99,71) instead hex code.

Text Font Color

.myTextColor { color: #146347; }

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

This text font color is #146347.


Background Color

.myBgColor { background-color: #146347; }

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

This div background color is #146347.


Border color

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

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

This div border color is #146347.


Opacity

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

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

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

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

This text has shadow with #146347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146347 on black background.


Color preview on white background

This text has color #146347 on white background.



Black color preview on #146347 background

This text has black color on #146347 background.


White color preview on #146347 background

This text has white color on #146347 background.