COLOR #147C46

HEX: #147C46
RGB: (20,124,70)

Color info

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

RGB color model

#147C46 color RGB value is (20,124,70).

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

RGB channels and saturation

R 20 of 255 = 8%
G 124 of 255 = 49%
B 70 of 255 = 27%

20
124
70

R + G + B ~ 28%. #147C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 124 + 70 = 214 (100%)
R 20 of 214 ~ 9.35%
G 124 of 214 ~ 57.94%
B 70 of 214 ~ 32.71%

%57.94
%32.71

CMYK color model

#147C46 color CMYK value is (84,0,44,51).

  • cyan value is 83.87%
  • magenta value is 0.00%
  • yellow value is 43.55%
  • key color value is 51.37%
CMYK:
(84,0,44,51)
C84M0Y44K51 
(84%,0%,44%,51%)
(0.84/0.00/0.44/0.51)	

CMYK percentages

%83.87
%0
%43.55
%51.37

Codes

Color #147C46 in popluar color models

147C46
RGB2012470
HSL149°72.22%28.24%
HSB/HSV149°83.87%48.63%
CMYK83.87%0.00%43.55%
51.37%

Color #147C46 in popluar number systems.

HEX147C46
Decimal2012470
Binary1010011111001000110
Octal24174106

Shades and tints

Shades of #147C46

#147C46
(20,124,70)
#137140
(19,113,64)
#12663A
(18,102,58)
#115B34
(17,91,52)
#10502E
(16,80,46)
#0F4528
(15,69,40)
#0E3A22
(14,58,34)
#0D2F1C
(13,47,28)
#0C2416
(12,36,22)
#0B1910
(11,25,16)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #147C46

#147C46
(20,124,70)
#298756
(41,135,86)
#3E9266
(62,146,102)
#539D76
(83,157,118)
#68A886
(104,168,134)
#7DB396
(125,179,150)
#92BEA6
(146,190,166)
#A7C9B6
(167,201,182)
#BCD4C6
(188,212,198)
#D1DFD6
(209,223,214)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #147C46; }

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

This text font color is #147C46.


Background Color

.myBgColor { background-color: #147C46; }

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

This div background color is #147C46.


Border color

.myBorderColor { border: 1px solid #147C46; }

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

This div border color is #147C46.


Opacity

.myOpacity80 { color: #147C46; opacity: 0.8; }

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

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

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

This text has shadow with #147C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #147C46 on black background.


Color preview on white background

This text has color #147C46 on white background.



Black color preview on #147C46 background

This text has black color on #147C46 background.


White color preview on #147C46 background

This text has white color on #147C46 background.