COLOR #4F9F5F

HEX: #4F9F5F
RGB: (79,159,95)

Color info

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

RGB color model

#4F9F5F color RGB value is (79,159,95).

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

RGB channels and saturation

R 79 of 255 = 31%
G 159 of 255 = 62%
B 95 of 255 = 37%

79
159
95

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

Portions of RGB colors in percentages

R + G + B =
79 + 159 + 95 = 333 (100%)
R 79 of 333 ~ 23.72%
G 159 of 333 ~ 47.75%
B 95 of 333 ~ 28.53%

%23.72
%47.75
%28.53

CMYK color model

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

  • cyan value is 50.31%
  • magenta value is 0.00%
  • yellow value is 40.25%
  • key color value is 37.65%
CMYK:
(50,0,40,38)
C50M0Y40K38 
(50%,0%,40%,38%)
(0.50/0.00/0.40/0.38)	

CMYK percentages

%50.31
%0
%40.25
%37.65

Codes

Color #4F9F5F in popluar color models

4F9F5F
RGB7915995
HSL132°33.61%46.67%
HSB/HSV132°50.31%62.35%
CMYK50.31%0.00%40.25%
37.65%

Color #4F9F5F in popluar number systems.

HEX4F9F5F
Decimal7915995
Binary1001111100111111011111
Octal117237137

Shades and tints

Shades of #4F9F5F

#4F9F5F
(79,159,95)
#489157
(72,145,87)
#41834F
(65,131,79)
#3A7547
(58,117,71)
#33673F
(51,103,63)
#2C5937
(44,89,55)
#254B2F
(37,75,47)
#1E3D27
(30,61,39)
#172F1F
(23,47,31)
#102117
(16,33,23)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #4F9F5F

#4F9F5F
(79,159,95)
#5FA76D
(95,167,109)
#6FAF7B
(111,175,123)
#7FB789
(127,183,137)
#8FBF97
(143,191,151)
#9FC7A5
(159,199,165)
#AFCFB3
(175,207,179)
#BFD7C1
(191,215,193)
#CFDFCF
(207,223,207)
#DFE7DD
(223,231,221)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F9F5F; }

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

This text font color is #4F9F5F.


Background Color

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

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

This div background color is #4F9F5F.


Border color

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

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

This div border color is #4F9F5F.


Opacity

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

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

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

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

This text has shadow with #4F9F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9F5F on black background.


Color preview on white background

This text has color #4F9F5F on white background.



Black color preview on #4F9F5F background

This text has black color on #4F9F5F background.


White color preview on #4F9F5F background

This text has white color on #4F9F5F background.