COLOR #4F8C78

HEX: #4F8C78
RGB: (79,140,120)

Color info

#4F8C78 contains mainly green and blue colors. Web safe color of #4F8C78 is #669966 (or #696).

RGB color model

#4F8C78 color RGB value is (79,140,120).

  • red value is 79;
  • green value is 140;
  • blue value is 120.
RGB:
(79,140,120)
(31%,55%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 140 of 255 = 55%
B 120 of 255 = 47%

79
140
120

R + G + B ~ 44%. #4F8C78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 140 + 120 = 339 (100%)
R 79 of 339 ~ 23.3%
G 140 of 339 ~ 41.3%
B 120 of 339 ~ 35.4%

%23.3
%41.3
%35.4

CMYK color model

#4F8C78 color CMYK value is (44,0,14,45).

  • cyan value is 43.57%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 45.10%
CMYK:
(44,0,14,45)
C44M0Y14K45 
(44%,0%,14%,45%)
(0.44/0.00/0.14/0.45)	

CMYK percentages

%43.57
%0
%14.29
%45.1

Codes

Color #4F8C78 in popluar color models

4F8C78
RGB79140120
HSL160°27.85%42.94%
HSB/HSV160°43.57%54.90%
CMYK43.57%0.00%14.29%
45.10%

Color #4F8C78 in popluar number systems.

HEX4F8C78
Decimal79140120
Binary1001111100011001111000
Octal117214170

Shades and tints

Shades of #4F8C78

#4F8C78
(79,140,120)
#48806E
(72,128,110)
#417464
(65,116,100)
#3A685A
(58,104,90)
#335C50
(51,92,80)
#2C5046
(44,80,70)
#25443C
(37,68,60)
#1E3832
(30,56,50)
#172C28
(23,44,40)
#10201E
(16,32,30)
#091414
(9,20,20)
#000000
(0,0,0)

Tints of #4F8C78

#4F8C78
(79,140,120)
#5F9684
(95,150,132)
#6FA090
(111,160,144)
#7FAA9C
(127,170,156)
#8FB4A8
(143,180,168)
#9FBEB4
(159,190,180)
#AFC8C0
(175,200,192)
#BFD2CC
(191,210,204)
#CFDCD8
(207,220,216)
#DFE6E4
(223,230,228)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8C78 color. Also use rgb(79,140,120) instead hex code.

Text Font Color

.myTextColor { color: #4F8C78; }

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

This text font color is #4F8C78.


Background Color

.myBgColor { background-color: #4F8C78; }

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

This div background color is #4F8C78.


Border color

.myBorderColor { border: 1px solid #4F8C78; }

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

This div border color is #4F8C78.


Opacity

.myOpacity80 { color: #4F8C78; opacity: 0.8; }

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

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

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

This text has shadow with #4F8C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8C78 on black background.


Color preview on white background

This text has color #4F8C78 on white background.



Black color preview on #4F8C78 background

This text has black color on #4F8C78 background.


White color preview on #4F8C78 background

This text has white color on #4F8C78 background.