COLOR #4F944A

HEX: #4F944A
RGB: (79,148,74)

Color info

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

RGB color model

#4F944A color RGB value is (79,148,74).

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

RGB channels and saturation

R 79 of 255 = 31%
G 148 of 255 = 58%
B 74 of 255 = 29%

79
148
74

R + G + B ~ 39%. #4F944A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 148 + 74 = 301 (100%)
R 79 of 301 ~ 26.25%
G 148 of 301 ~ 49.17%
B 74 of 301 ~ 24.58%

%26.25
%49.17
%24.58

CMYK color model

#4F944A color CMYK value is (47,0,50,42).

  • cyan value is 46.62%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 41.96%
CMYK:
(47,0,50,42)
C47M0Y50K42 
(47%,0%,50%,42%)
(0.47/0.00/0.50/0.42)	

CMYK percentages

%46.62
%0
%50
%41.96

Codes

Color #4F944A in popluar color models

4F944A
RGB7914874
HSL116°33.33%43.53%
HSB/HSV116°50.00%58.04%
CMYK46.62%0.00%50.00%
41.96%

Color #4F944A in popluar number systems.

HEX4F944A
Decimal7914874
Binary1001111100101001001010
Octal117224112

Shades and tints

Shades of #4F944A

#4F944A
(79,148,74)
#488744
(72,135,68)
#417A3E
(65,122,62)
#3A6D38
(58,109,56)
#336032
(51,96,50)
#2C532C
(44,83,44)
#254626
(37,70,38)
#1E3920
(30,57,32)
#172C1A
(23,44,26)
#101F14
(16,31,20)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #4F944A

#4F944A
(79,148,74)
#5F9D5A
(95,157,90)
#6FA66A
(111,166,106)
#7FAF7A
(127,175,122)
#8FB88A
(143,184,138)
#9FC19A
(159,193,154)
#AFCAAA
(175,202,170)
#BFD3BA
(191,211,186)
#CFDCCA
(207,220,202)
#DFE5DA
(223,229,218)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F944A; }

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

This text font color is #4F944A.


Background Color

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

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

This div background color is #4F944A.


Border color

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

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

This div border color is #4F944A.


Opacity

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

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

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

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

This text has shadow with #4F944A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F944A on black background.


Color preview on white background

This text has color #4F944A on white background.



Black color preview on #4F944A background

This text has black color on #4F944A background.


White color preview on #4F944A background

This text has white color on #4F944A background.