COLOR #4F7954

HEX: #4F7954
RGB: (79,121,84)

Color info

#4F7954 contains red, green and blue colors in about the same proportion. Web safe color of #4F7954 is #666666 (or #666).

RGB color model

#4F7954 color RGB value is (79,121,84).

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

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 84 of 255 = 33%

79
121
84

R + G + B ~ 37%. #4F7954 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 121 + 84 = 284 (100%)
R 79 of 284 ~ 27.82%
G 121 of 284 ~ 42.61%
B 84 of 284 ~ 29.58%

%27.82
%42.61
%29.58

CMYK color model

#4F7954 color CMYK value is (35,0,31,53).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 30.58%
  • key color value is 52.55%
CMYK:
(35,0,31,53)
C35M0Y31K53 
(35%,0%,31%,53%)
(0.35/0.00/0.31/0.53)	

CMYK percentages

%34.71
%0
%30.58
%52.55

Codes

Color #4F7954 in popluar color models

4F7954
RGB7912184
HSL127°21.00%39.22%
HSB/HSV127°34.71%47.45%
CMYK34.71%0.00%30.58%
52.55%

Color #4F7954 in popluar number systems.

HEX4F7954
Decimal7912184
Binary100111111110011010100
Octal117171124

Shades and tints

Shades of #4F7954

#4F7954
(79,121,84)
#486E4D
(72,110,77)
#416346
(65,99,70)
#3A583F
(58,88,63)
#334D38
(51,77,56)
#2C4231
(44,66,49)
#25372A
(37,55,42)
#1E2C23
(30,44,35)
#17211C
(23,33,28)
#101615
(16,22,21)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #4F7954

#4F7954
(79,121,84)
#5F8563
(95,133,99)
#6F9172
(111,145,114)
#7F9D81
(127,157,129)
#8FA990
(143,169,144)
#9FB59F
(159,181,159)
#AFC1AE
(175,193,174)
#BFCDBD
(191,205,189)
#CFD9CC
(207,217,204)
#DFE5DB
(223,229,219)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7954; }

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

This text font color is #4F7954.


Background Color

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

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

This div background color is #4F7954.


Border color

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

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

This div border color is #4F7954.


Opacity

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

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

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

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

This text has shadow with #4F7954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7954 on black background.


Color preview on white background

This text has color #4F7954 on white background.



Black color preview on #4F7954 background

This text has black color on #4F7954 background.


White color preview on #4F7954 background

This text has white color on #4F7954 background.