COLOR #4F9E68

HEX: #4F9E68
RGB: (79,158,104)

Color info

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

RGB color model

#4F9E68 color RGB value is (79,158,104).

  • red value is 79;
  • green value is 158;
  • blue value is 104.
RGB:
(79,158,104)
(31%,62%,41%)

RGB channels and saturation

R 79 of 255 = 31%
G 158 of 255 = 62%
B 104 of 255 = 41%

79
158
104

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

Portions of RGB colors in percentages

R + G + B =
79 + 158 + 104 = 341 (100%)
R 79 of 341 ~ 23.17%
G 158 of 341 ~ 46.33%
B 104 of 341 ~ 30.5%

%23.17
%46.33
%30.5

CMYK color model

#4F9E68 color CMYK value is (50,0,34,38).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 34.18%
  • key color value is 38.04%
CMYK:
(50,0,34,38)
C50M0Y34K38 
(50%,0%,34%,38%)
(0.50/0.00/0.34/0.38)	

CMYK percentages

%50
%0
%34.18
%38.04

Codes

Color #4F9E68 in popluar color models

4F9E68
RGB79158104
HSL139°33.33%46.47%
HSB/HSV139°50.00%61.96%
CMYK50.00%0.00%34.18%
38.04%

Color #4F9E68 in popluar number systems.

HEX4F9E68
Decimal79158104
Binary1001111100111101101000
Octal117236150

Shades and tints

Shades of #4F9E68

#4F9E68
(79,158,104)
#48905F
(72,144,95)
#418256
(65,130,86)
#3A744D
(58,116,77)
#336644
(51,102,68)
#2C583B
(44,88,59)
#254A32
(37,74,50)
#1E3C29
(30,60,41)
#172E20
(23,46,32)
#102017
(16,32,23)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #4F9E68

#4F9E68
(79,158,104)
#5FA675
(95,166,117)
#6FAE82
(111,174,130)
#7FB68F
(127,182,143)
#8FBE9C
(143,190,156)
#9FC6A9
(159,198,169)
#AFCEB6
(175,206,182)
#BFD6C3
(191,214,195)
#CFDED0
(207,222,208)
#DFE6DD
(223,230,221)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9E68 color. Also use rgb(79,158,104) instead hex code.

Text Font Color

.myTextColor { color: #4F9E68; }

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

This text font color is #4F9E68.


Background Color

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

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

This div background color is #4F9E68.


Border color

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

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

This div border color is #4F9E68.


Opacity

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

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

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

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

This text has shadow with #4F9E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9E68 on black background.


Color preview on white background

This text has color #4F9E68 on white background.



Black color preview on #4F9E68 background

This text has black color on #4F9E68 background.


White color preview on #4F9E68 background

This text has white color on #4F9E68 background.