COLOR #4F7944

HEX: #4F7944
RGB: (79,121,68)

Color info

#4F7944 contains red, green and blue colors in about the same proportion. Web safe color of #4F7944 is #666633 (or #663).

RGB color model

#4F7944 color RGB value is (79,121,68).

  • red value is 79;
  • green value is 121;
  • blue value is 68.
RGB:
(79,121,68)
(31%,47%,27%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 68 of 255 = 27%

79
121
68

R + G + B ~ 35%. #4F7944 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 121 + 68 = 268 (100%)
R 79 of 268 ~ 29.48%
G 121 of 268 ~ 45.15%
B 68 of 268 ~ 25.37%

%29.48
%45.15
%25.37

CMYK color model

#4F7944 color CMYK value is (35,0,44,53).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 43.80%
  • key color value is 52.55%
CMYK:
(35,0,44,53)
C35M0Y44K53 
(35%,0%,44%,53%)
(0.35/0.00/0.44/0.53)	

CMYK percentages

%34.71
%0
%43.8
%52.55

Codes

Color #4F7944 in popluar color models

4F7944
RGB7912168
HSL108°28.04%37.06%
HSB/HSV108°43.80%47.45%
CMYK34.71%0.00%43.80%
52.55%

Color #4F7944 in popluar number systems.

HEX4F7944
Decimal7912168
Binary100111111110011000100
Octal117171104

Shades and tints

Shades of #4F7944

#4F7944
(79,121,68)
#486E3E
(72,110,62)
#416338
(65,99,56)
#3A5832
(58,88,50)
#334D2C
(51,77,44)
#2C4226
(44,66,38)
#253720
(37,55,32)
#1E2C1A
(30,44,26)
#172114
(23,33,20)
#10160E
(16,22,14)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #4F7944

#4F7944
(79,121,68)
#5F8555
(95,133,85)
#6F9166
(111,145,102)
#7F9D77
(127,157,119)
#8FA988
(143,169,136)
#9FB599
(159,181,153)
#AFC1AA
(175,193,170)
#BFCDBB
(191,205,187)
#CFD9CC
(207,217,204)
#DFE5DD
(223,229,221)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7944 color. Also use rgb(79,121,68) instead hex code.

Text Font Color

.myTextColor { color: #4F7944; }

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

This text font color is #4F7944.


Background Color

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

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

This div background color is #4F7944.


Border color

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

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

This div border color is #4F7944.


Opacity

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

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

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

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

This text has shadow with #4F7944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7944 on black background.


Color preview on white background

This text has color #4F7944 on white background.



Black color preview on #4F7944 background

This text has black color on #4F7944 background.


White color preview on #4F7944 background

This text has white color on #4F7944 background.