COLOR #4F9479

HEX: #4F9479
RGB: (79,148,121)

Color info

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

RGB color model

#4F9479 color RGB value is (79,148,121).

  • red value is 79;
  • green value is 148;
  • blue value is 121.
RGB:
(79,148,121)
(31%,58%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 148 of 255 = 58%
B 121 of 255 = 47%

79
148
121

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

Portions of RGB colors in percentages

R + G + B =
79 + 148 + 121 = 348 (100%)
R 79 of 348 ~ 22.7%
G 148 of 348 ~ 42.53%
B 121 of 348 ~ 34.77%

%22.7
%42.53
%34.77

CMYK color model

#4F9479 color CMYK value is (47,0,18,42).

  • cyan value is 46.62%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 41.96%
CMYK:
(47,0,18,42)
C47M0Y18K42 
(47%,0%,18%,42%)
(0.47/0.00/0.18/0.42)	

CMYK percentages

%46.62
%0
%18.24
%41.96

Codes

Color #4F9479 in popluar color models

4F9479
RGB79148121
HSL157°30.40%44.51%
HSB/HSV157°46.62%58.04%
CMYK46.62%0.00%18.24%
41.96%

Color #4F9479 in popluar number systems.

HEX4F9479
Decimal79148121
Binary1001111100101001111001
Octal117224171

Shades and tints

Shades of #4F9479

#4F9479
(79,148,121)
#48876E
(72,135,110)
#417A63
(65,122,99)
#3A6D58
(58,109,88)
#33604D
(51,96,77)
#2C5342
(44,83,66)
#254637
(37,70,55)
#1E392C
(30,57,44)
#172C21
(23,44,33)
#101F16
(16,31,22)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #4F9479

#4F9479
(79,148,121)
#5F9D85
(95,157,133)
#6FA691
(111,166,145)
#7FAF9D
(127,175,157)
#8FB8A9
(143,184,169)
#9FC1B5
(159,193,181)
#AFCAC1
(175,202,193)
#BFD3CD
(191,211,205)
#CFDCD9
(207,220,217)
#DFE5E5
(223,229,229)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9479 color. Also use rgb(79,148,121) instead hex code.

Text Font Color

.myTextColor { color: #4F9479; }

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

This text font color is #4F9479.


Background Color

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

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

This div background color is #4F9479.


Border color

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

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

This div border color is #4F9479.


Opacity

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

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

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

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

This text has shadow with #4F9479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9479 on black background.


Color preview on white background

This text has color #4F9479 on white background.



Black color preview on #4F9479 background

This text has black color on #4F9479 background.


White color preview on #4F9479 background

This text has white color on #4F9479 background.