COLOR #4F7C4D

HEX: #4F7C4D
RGB: (79,124,77)

Color info

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

RGB color model

#4F7C4D color RGB value is (79,124,77).

  • red value is 79;
  • green value is 124;
  • blue value is 77.
RGB:
(79,124,77)
(31%,49%,30%)

RGB channels and saturation

R 79 of 255 = 31%
G 124 of 255 = 49%
B 77 of 255 = 30%

79
124
77

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

Portions of RGB colors in percentages

R + G + B =
79 + 124 + 77 = 280 (100%)
R 79 of 280 ~ 28.21%
G 124 of 280 ~ 44.29%
B 77 of 280 ~ 27.5%

%28.21
%44.29
%27.5

CMYK color model

#4F7C4D color CMYK value is (36,0,38,51).

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 37.90%
  • key color value is 51.37%
CMYK:
(36,0,38,51)
C36M0Y38K51 
(36%,0%,38%,51%)
(0.36/0.00/0.38/0.51)	

CMYK percentages

%36.29
%0
%37.9
%51.37

Codes

Color #4F7C4D in popluar color models

4F7C4D
RGB7912477
HSL117°23.38%39.41%
HSB/HSV117°37.90%48.63%
CMYK36.29%0.00%37.90%
51.37%

Color #4F7C4D in popluar number systems.

HEX4F7C4D
Decimal7912477
Binary100111111111001001101
Octal117174115

Shades and tints

Shades of #4F7C4D

#4F7C4D
(79,124,77)
#487146
(72,113,70)
#41663F
(65,102,63)
#3A5B38
(58,91,56)
#335031
(51,80,49)
#2C452A
(44,69,42)
#253A23
(37,58,35)
#1E2F1C
(30,47,28)
#172415
(23,36,21)
#10190E
(16,25,14)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #4F7C4D

#4F7C4D
(79,124,77)
#5F875D
(95,135,93)
#6F926D
(111,146,109)
#7F9D7D
(127,157,125)
#8FA88D
(143,168,141)
#9FB39D
(159,179,157)
#AFBEAD
(175,190,173)
#BFC9BD
(191,201,189)
#CFD4CD
(207,212,205)
#DFDFDD
(223,223,221)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7C4D color. Also use rgb(79,124,77) instead hex code.

Text Font Color

.myTextColor { color: #4F7C4D; }

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

This text font color is #4F7C4D.


Background Color

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

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

This div background color is #4F7C4D.


Border color

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

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

This div border color is #4F7C4D.


Opacity

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

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

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

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

This text has shadow with #4F7C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7C4D on black background.


Color preview on white background

This text has color #4F7C4D on white background.



Black color preview on #4F7C4D background

This text has black color on #4F7C4D background.


White color preview on #4F7C4D background

This text has white color on #4F7C4D background.