COLOR #4F985F

HEX: #4F985F
RGB: (79,152,95)

Color info

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

RGB color model

#4F985F color RGB value is (79,152,95).

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

RGB channels and saturation

R 79 of 255 = 31%
G 152 of 255 = 60%
B 95 of 255 = 37%

79
152
95

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

Portions of RGB colors in percentages

R + G + B =
79 + 152 + 95 = 326 (100%)
R 79 of 326 ~ 24.23%
G 152 of 326 ~ 46.63%
B 95 of 326 ~ 29.14%

%24.23
%46.63
%29.14

CMYK color model

#4F985F color CMYK value is (48,0,38,40).

  • cyan value is 48.03%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 40.39%
CMYK:
(48,0,38,40)
C48M0Y38K40 
(48%,0%,38%,40%)
(0.48/0.00/0.38/0.40)	

CMYK percentages

%48.03
%0
%37.5
%40.39

Codes

Color #4F985F in popluar color models

4F985F
RGB7915295
HSL133°31.60%45.29%
HSB/HSV133°48.03%59.61%
CMYK48.03%0.00%37.50%
40.39%

Color #4F985F in popluar number systems.

HEX4F985F
Decimal7915295
Binary1001111100110001011111
Octal117230137

Shades and tints

Shades of #4F985F

#4F985F
(79,152,95)
#488B57
(72,139,87)
#417E4F
(65,126,79)
#3A7147
(58,113,71)
#33643F
(51,100,63)
#2C5737
(44,87,55)
#254A2F
(37,74,47)
#1E3D27
(30,61,39)
#17301F
(23,48,31)
#102317
(16,35,23)
#09160F
(9,22,15)
#000000
(0,0,0)

Tints of #4F985F

#4F985F
(79,152,95)
#5FA16D
(95,161,109)
#6FAA7B
(111,170,123)
#7FB389
(127,179,137)
#8FBC97
(143,188,151)
#9FC5A5
(159,197,165)
#AFCEB3
(175,206,179)
#BFD7C1
(191,215,193)
#CFE0CF
(207,224,207)
#DFE9DD
(223,233,221)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F985F; }

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

This text font color is #4F985F.


Background Color

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

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

This div background color is #4F985F.


Border color

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

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

This div border color is #4F985F.


Opacity

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

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

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

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

This text has shadow with #4F985F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F985F on black background.


Color preview on white background

This text has color #4F985F on white background.



Black color preview on #4F985F background

This text has black color on #4F985F background.


White color preview on #4F985F background

This text has white color on #4F985F background.