COLOR #4F9F62

HEX: #4F9F62
RGB: (79,159,98)

Color info

#4F9F62 contains mainly green color. Web safe color of #4F9F62 is #669966 (or #696).

RGB color model

#4F9F62 color RGB value is (79,159,98).

  • red value is 79;
  • green value is 159;
  • blue value is 98.
RGB:
(79,159,98)
(31%,62%,38%)

RGB channels and saturation

R 79 of 255 = 31%
G 159 of 255 = 62%
B 98 of 255 = 38%

79
159
98

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

Portions of RGB colors in percentages

R + G + B =
79 + 159 + 98 = 336 (100%)
R 79 of 336 ~ 23.51%
G 159 of 336 ~ 47.32%
B 98 of 336 ~ 29.17%

%23.51
%47.32
%29.17

CMYK color model

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

  • cyan value is 50.31%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 37.65%
CMYK:
(50,0,38,38)
C50M0Y38K38 
(50%,0%,38%,38%)
(0.50/0.00/0.38/0.38)	

CMYK percentages

%50.31
%0
%38.36
%37.65

Codes

Color #4F9F62 in popluar color models

4F9F62
RGB7915998
HSL134°33.61%46.67%
HSB/HSV134°50.31%62.35%
CMYK50.31%0.00%38.36%
37.65%

Color #4F9F62 in popluar number systems.

HEX4F9F62
Decimal7915998
Binary1001111100111111100010
Octal117237142

Shades and tints

Shades of #4F9F62

#4F9F62
(79,159,98)
#48915A
(72,145,90)
#418352
(65,131,82)
#3A754A
(58,117,74)
#336742
(51,103,66)
#2C593A
(44,89,58)
#254B32
(37,75,50)
#1E3D2A
(30,61,42)
#172F22
(23,47,34)
#10211A
(16,33,26)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #4F9F62

#4F9F62
(79,159,98)
#5FA770
(95,167,112)
#6FAF7E
(111,175,126)
#7FB78C
(127,183,140)
#8FBF9A
(143,191,154)
#9FC7A8
(159,199,168)
#AFCFB6
(175,207,182)
#BFD7C4
(191,215,196)
#CFDFD2
(207,223,210)
#DFE7E0
(223,231,224)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9F62 color. Also use rgb(79,159,98) instead hex code.

Text Font Color

.myTextColor { color: #4F9F62; }

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

This text font color is #4F9F62.


Background Color

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

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

This div background color is #4F9F62.


Border color

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

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

This div border color is #4F9F62.


Opacity

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

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

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

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

This text has shadow with #4F9F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9F62 on black background.


Color preview on white background

This text has color #4F9F62 on white background.



Black color preview on #4F9F62 background

This text has black color on #4F9F62 background.


White color preview on #4F9F62 background

This text has white color on #4F9F62 background.