COLOR #147D48

HEX: #147D48
RGB: (20,125,72)

Color info

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

RGB color model

#147D48 color RGB value is (20,125,72).

  • red value is 20;
  • green value is 125;
  • blue value is 72.
RGB:
(20,125,72)
(8%,49%,28%)

RGB channels and saturation

R 20 of 255 = 8%
G 125 of 255 = 49%
B 72 of 255 = 28%

20
125
72

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

Portions of RGB colors in percentages

R + G + B =
20 + 125 + 72 = 217 (100%)
R 20 of 217 ~ 9.22%
G 125 of 217 ~ 57.6%
B 72 of 217 ~ 33.18%

%57.6
%33.18

CMYK color model

#147D48 color CMYK value is (84,0,42,51).

  • cyan value is 84.00%
  • magenta value is 0.00%
  • yellow value is 42.40%
  • key color value is 50.98%
CMYK:
(84,0,42,51)
C84M0Y42K51 
(84%,0%,42%,51%)
(0.84/0.00/0.42/0.51)	

CMYK percentages

%84
%0
%42.4
%50.98

Codes

Color #147D48 in popluar color models

147D48
RGB2012572
HSL150°72.41%28.43%
HSB/HSV150°84.00%49.02%
CMYK84.00%0.00%42.40%
50.98%

Color #147D48 in popluar number systems.

HEX147D48
Decimal2012572
Binary1010011111011001000
Octal24175110

Shades and tints

Shades of #147D48

#147D48
(20,125,72)
#137242
(19,114,66)
#12673C
(18,103,60)
#115C36
(17,92,54)
#105130
(16,81,48)
#0F462A
(15,70,42)
#0E3B24
(14,59,36)
#0D301E
(13,48,30)
#0C2518
(12,37,24)
#0B1A12
(11,26,18)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #147D48

#147D48
(20,125,72)
#298858
(41,136,88)
#3E9368
(62,147,104)
#539E78
(83,158,120)
#68A988
(104,169,136)
#7DB498
(125,180,152)
#92BFA8
(146,191,168)
#A7CAB8
(167,202,184)
#BCD5C8
(188,213,200)
#D1E0D8
(209,224,216)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #147D48 color. Also use rgb(20,125,72) instead hex code.

Text Font Color

.myTextColor { color: #147D48; }

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

This text font color is #147D48.


Background Color

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

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

This div background color is #147D48.


Border color

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

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

This div border color is #147D48.


Opacity

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

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

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

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

This text has shadow with #147D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #147D48 on black background.


Color preview on white background

This text has color #147D48 on white background.



Black color preview on #147D48 background

This text has black color on #147D48 background.


White color preview on #147D48 background

This text has white color on #147D48 background.