COLOR #147C79

HEX: #147C79
RGB: (20,124,121)

Color info

#147C79 contains mainly green and blue colors. Web safe color of #147C79 is #006666 (or #066).

RGB color model

#147C79 color RGB value is (20,124,121).

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

RGB channels and saturation

R 20 of 255 = 8%
G 124 of 255 = 49%
B 121 of 255 = 47%

20
124
121

R + G + B ~ 35%. #147C79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 124 + 121 = 265 (100%)
R 20 of 265 ~ 7.55%
G 124 of 265 ~ 46.79%
B 121 of 265 ~ 45.66%

%46.79
%45.66

CMYK color model

#147C79 color CMYK value is (84,0,2,51).

  • cyan value is 83.87%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • key color value is 51.37%
CMYK:
(84,0,2,51)
C84M0Y2K51 
(84%,0%,2%,51%)
(0.84/0.00/0.02/0.51)	

CMYK percentages

%83.87
%0
%2.42
%51.37

Codes

Color #147C79 in popluar color models

147C79
RGB20124121
HSL178°72.22%28.24%
HSB/HSV178°83.87%48.63%
CMYK83.87%0.00%2.42%
51.37%

Color #147C79 in popluar number systems.

HEX147C79
Decimal20124121
Binary1010011111001111001
Octal24174171

Shades and tints

Shades of #147C79

#147C79
(20,124,121)
#13716E
(19,113,110)
#126663
(18,102,99)
#115B58
(17,91,88)
#10504D
(16,80,77)
#0F4542
(15,69,66)
#0E3A37
(14,58,55)
#0D2F2C
(13,47,44)
#0C2421
(12,36,33)
#0B1916
(11,25,22)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #147C79

#147C79
(20,124,121)
#298785
(41,135,133)
#3E9291
(62,146,145)
#539D9D
(83,157,157)
#68A8A9
(104,168,169)
#7DB3B5
(125,179,181)
#92BEC1
(146,190,193)
#A7C9CD
(167,201,205)
#BCD4D9
(188,212,217)
#D1DFE5
(209,223,229)
#E6EAF1
(230,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #147C79; }

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

This text font color is #147C79.


Background Color

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

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

This div background color is #147C79.


Border color

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

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

This div border color is #147C79.


Opacity

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

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

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

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

This text has shadow with #147C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #147C79 on black background.


Color preview on white background

This text has color #147C79 on white background.



Black color preview on #147C79 background

This text has black color on #147C79 background.


White color preview on #147C79 background

This text has white color on #147C79 background.