COLOR #4F946F

HEX: #4F946F
RGB: (79,148,111)

Color info

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

RGB color model

#4F946F color RGB value is (79,148,111).

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

RGB channels and saturation

R 79 of 255 = 31%
G 148 of 255 = 58%
B 111 of 255 = 44%

79
148
111

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

Portions of RGB colors in percentages

R + G + B =
79 + 148 + 111 = 338 (100%)
R 79 of 338 ~ 23.37%
G 148 of 338 ~ 43.79%
B 111 of 338 ~ 32.84%

%23.37
%43.79
%32.84

CMYK color model

#4F946F color CMYK value is (47,0,25,42).

  • cyan value is 46.62%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 41.96%
CMYK:
(47,0,25,42)
C47M0Y25K42 
(47%,0%,25%,42%)
(0.47/0.00/0.25/0.42)	

CMYK percentages

%46.62
%0
%25
%41.96

Codes

Color #4F946F in popluar color models

4F946F
RGB79148111
HSL148°30.40%44.51%
HSB/HSV148°46.62%58.04%
CMYK46.62%0.00%25.00%
41.96%

Color #4F946F in popluar number systems.

HEX4F946F
Decimal79148111
Binary1001111100101001101111
Octal117224157

Shades and tints

Shades of #4F946F

#4F946F
(79,148,111)
#488765
(72,135,101)
#417A5B
(65,122,91)
#3A6D51
(58,109,81)
#336047
(51,96,71)
#2C533D
(44,83,61)
#254633
(37,70,51)
#1E3929
(30,57,41)
#172C1F
(23,44,31)
#101F15
(16,31,21)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #4F946F

#4F946F
(79,148,111)
#5F9D7C
(95,157,124)
#6FA689
(111,166,137)
#7FAF96
(127,175,150)
#8FB8A3
(143,184,163)
#9FC1B0
(159,193,176)
#AFCABD
(175,202,189)
#BFD3CA
(191,211,202)
#CFDCD7
(207,220,215)
#DFE5E4
(223,229,228)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F946F; }

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

This text font color is #4F946F.


Background Color

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

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

This div background color is #4F946F.


Border color

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

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

This div border color is #4F946F.


Opacity

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

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

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

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

This text has shadow with #4F946F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F946F on black background.


Color preview on white background

This text has color #4F946F on white background.



Black color preview on #4F946F background

This text has black color on #4F946F background.


White color preview on #4F946F background

This text has white color on #4F946F background.