COLOR #4FAD47

HEX: #4FAD47
RGB: (79,173,71)

Color info

#4FAD47 contains mainly green color. Web safe color of #4FAD47 is #669933 (or #693).

RGB color model

#4FAD47 color RGB value is (79,173,71).

  • red value is 79;
  • green value is 173;
  • blue value is 71.
RGB:
(79,173,71)
(31%,68%,28%)

RGB channels and saturation

R 79 of 255 = 31%
G 173 of 255 = 68%
B 71 of 255 = 28%

79
173
71

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

Portions of RGB colors in percentages

R + G + B =
79 + 173 + 71 = 323 (100%)
R 79 of 323 ~ 24.46%
G 173 of 323 ~ 53.56%
B 71 of 323 ~ 21.98%

%24.46
%53.56
%21.98

CMYK color model

#4FAD47 color CMYK value is (54,0,59,32).

  • cyan value is 54.34%
  • magenta value is 0.00%
  • yellow value is 58.96%
  • key color value is 32.16%
CMYK:
(54,0,59,32)
C54M0Y59K32 
(54%,0%,59%,32%)
(0.54/0.00/0.59/0.32)	

CMYK percentages

%54.34
%0
%58.96
%32.16

Codes

Color #4FAD47 in popluar color models

4FAD47
RGB7917371
HSL115°41.80%47.84%
HSB/HSV115°58.96%67.84%
CMYK54.34%0.00%58.96%
32.16%

Color #4FAD47 in popluar number systems.

HEX4FAD47
Decimal7917371
Binary1001111101011011000111
Octal117255107

Shades and tints

Shades of #4FAD47

#4FAD47
(79,173,71)
#489E41
(72,158,65)
#418F3B
(65,143,59)
#3A8035
(58,128,53)
#33712F
(51,113,47)
#2C6229
(44,98,41)
#255323
(37,83,35)
#1E441D
(30,68,29)
#173517
(23,53,23)
#102611
(16,38,17)
#09170B
(9,23,11)
#000000
(0,0,0)

Tints of #4FAD47

#4FAD47
(79,173,71)
#5FB457
(95,180,87)
#6FBB67
(111,187,103)
#7FC277
(127,194,119)
#8FC987
(143,201,135)
#9FD097
(159,208,151)
#AFD7A7
(175,215,167)
#BFDEB7
(191,222,183)
#CFE5C7
(207,229,199)
#DFECD7
(223,236,215)
#EFF3E7
(239,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FAD47 color. Also use rgb(79,173,71) instead hex code.

Text Font Color

.myTextColor { color: #4FAD47; }

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

This text font color is #4FAD47.


Background Color

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

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

This div background color is #4FAD47.


Border color

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

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

This div border color is #4FAD47.


Opacity

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

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

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

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

This text has shadow with #4FAD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FAD47 on black background.


Color preview on white background

This text has color #4FAD47 on white background.



Black color preview on #4FAD47 background

This text has black color on #4FAD47 background.


White color preview on #4FAD47 background

This text has white color on #4FAD47 background.