COLOR #4F7C56

HEX: #4F7C56
RGB: (79,124,86)

Color info

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

RGB color model

#4F7C56 color RGB value is (79,124,86).

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

RGB channels and saturation

R 79 of 255 = 31%
G 124 of 255 = 49%
B 86 of 255 = 34%

79
124
86

R + G + B ~ 38%. #4F7C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 124 + 86 = 289 (100%)
R 79 of 289 ~ 27.34%
G 124 of 289 ~ 42.91%
B 86 of 289 ~ 29.76%

%27.34
%42.91
%29.76

CMYK color model

#4F7C56 color CMYK value is (36,0,31,51).

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 51.37%
CMYK:
(36,0,31,51)
C36M0Y31K51 
(36%,0%,31%,51%)
(0.36/0.00/0.31/0.51)	

CMYK percentages

%36.29
%0
%30.65
%51.37

Codes

Color #4F7C56 in popluar color models

4F7C56
RGB7912486
HSL129°22.17%39.80%
HSB/HSV129°36.29%48.63%
CMYK36.29%0.00%30.65%
51.37%

Color #4F7C56 in popluar number systems.

HEX4F7C56
Decimal7912486
Binary100111111111001010110
Octal117174126

Shades and tints

Shades of #4F7C56

#4F7C56
(79,124,86)
#48714F
(72,113,79)
#416648
(65,102,72)
#3A5B41
(58,91,65)
#33503A
(51,80,58)
#2C4533
(44,69,51)
#253A2C
(37,58,44)
#1E2F25
(30,47,37)
#17241E
(23,36,30)
#101917
(16,25,23)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #4F7C56

#4F7C56
(79,124,86)
#5F8765
(95,135,101)
#6F9274
(111,146,116)
#7F9D83
(127,157,131)
#8FA892
(143,168,146)
#9FB3A1
(159,179,161)
#AFBEB0
(175,190,176)
#BFC9BF
(191,201,191)
#CFD4CE
(207,212,206)
#DFDFDD
(223,223,221)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7C56; }

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

This text font color is #4F7C56.


Background Color

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

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

This div background color is #4F7C56.


Border color

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

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

This div border color is #4F7C56.


Opacity

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

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

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

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

This text has shadow with #4F7C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7C56 on black background.


Color preview on white background

This text has color #4F7C56 on white background.



Black color preview on #4F7C56 background

This text has black color on #4F7C56 background.


White color preview on #4F7C56 background

This text has white color on #4F7C56 background.