COLOR #4F978F

HEX: #4F978F
RGB: (79,151,143)

Color info

#4F978F contains mainly green and blue colors. Web safe color of #4F978F is #669999 (or #699).

RGB color model

#4F978F color RGB value is (79,151,143).

  • red value is 79;
  • green value is 151;
  • blue value is 143.
RGB:
(79,151,143)
(31%,59%,56%)

RGB channels and saturation

R 79 of 255 = 31%
G 151 of 255 = 59%
B 143 of 255 = 56%

79
151
143

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

Portions of RGB colors in percentages

R + G + B =
79 + 151 + 143 = 373 (100%)
R 79 of 373 ~ 21.18%
G 151 of 373 ~ 40.48%
B 143 of 373 ~ 38.34%

%21.18
%40.48
%38.34

CMYK color model

#4F978F color CMYK value is (48,0,5,41).

  • cyan value is 47.68%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 40.78%
CMYK:
(48,0,5,41)
C48M0Y5K41 
(48%,0%,5%,41%)
(0.48/0.00/0.05/0.41)	

CMYK percentages

%47.68
%0
%5.3
%40.78

Codes

Color #4F978F in popluar color models

4F978F
RGB79151143
HSL173°31.30%45.10%
HSB/HSV173°47.68%59.22%
CMYK47.68%0.00%5.30%
40.78%

Color #4F978F in popluar number systems.

HEX4F978F
Decimal79151143
Binary10011111001011110001111
Octal117227217

Shades and tints

Shades of #4F978F

#4F978F
(79,151,143)
#488A82
(72,138,130)
#417D75
(65,125,117)
#3A7068
(58,112,104)
#33635B
(51,99,91)
#2C564E
(44,86,78)
#254941
(37,73,65)
#1E3C34
(30,60,52)
#172F27
(23,47,39)
#10221A
(16,34,26)
#09150D
(9,21,13)
#000000
(0,0,0)

Tints of #4F978F

#4F978F
(79,151,143)
#5FA099
(95,160,153)
#6FA9A3
(111,169,163)
#7FB2AD
(127,178,173)
#8FBBB7
(143,187,183)
#9FC4C1
(159,196,193)
#AFCDCB
(175,205,203)
#BFD6D5
(191,214,213)
#CFDFDF
(207,223,223)
#DFE8E9
(223,232,233)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F978F color. Also use rgb(79,151,143) instead hex code.

Text Font Color

.myTextColor { color: #4F978F; }

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

This text font color is #4F978F.


Background Color

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

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

This div background color is #4F978F.


Border color

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

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

This div border color is #4F978F.


Opacity

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

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

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

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

This text has shadow with #4F978F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F978F on black background.


Color preview on white background

This text has color #4F978F on white background.



Black color preview on #4F978F background

This text has black color on #4F978F background.


White color preview on #4F978F background

This text has white color on #4F978F background.