COLOR #4F7856

HEX: #4F7856
RGB: (79,120,86)

Color info

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

RGB color model

#4F7856 color RGB value is (79,120,86).

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

RGB channels and saturation

R 79 of 255 = 31%
G 120 of 255 = 47%
B 86 of 255 = 34%

79
120
86

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

Portions of RGB colors in percentages

R + G + B =
79 + 120 + 86 = 285 (100%)
R 79 of 285 ~ 27.72%
G 120 of 285 ~ 42.11%
B 86 of 285 ~ 30.18%

%27.72
%42.11
%30.18

CMYK color model

#4F7856 color CMYK value is (34,0,28,53).

  • cyan value is 34.17%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 52.94%
CMYK:
(34,0,28,53)
C34M0Y28K53 
(34%,0%,28%,53%)
(0.34/0.00/0.28/0.53)	

CMYK percentages

%34.17
%0
%28.33
%52.94

Codes

Color #4F7856 in popluar color models

4F7856
RGB7912086
HSL130°20.60%39.02%
HSB/HSV130°34.17%47.06%
CMYK34.17%0.00%28.33%
52.94%

Color #4F7856 in popluar number systems.

HEX4F7856
Decimal7912086
Binary100111111110001010110
Octal117170126

Shades and tints

Shades of #4F7856

#4F7856
(79,120,86)
#486E4F
(72,110,79)
#416448
(65,100,72)
#3A5A41
(58,90,65)
#33503A
(51,80,58)
#2C4633
(44,70,51)
#253C2C
(37,60,44)
#1E3225
(30,50,37)
#17281E
(23,40,30)
#101E17
(16,30,23)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #4F7856

#4F7856
(79,120,86)
#5F8465
(95,132,101)
#6F9074
(111,144,116)
#7F9C83
(127,156,131)
#8FA892
(143,168,146)
#9FB4A1
(159,180,161)
#AFC0B0
(175,192,176)
#BFCCBF
(191,204,191)
#CFD8CE
(207,216,206)
#DFE4DD
(223,228,221)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7856; }

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

This text font color is #4F7856.


Background Color

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

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

This div background color is #4F7856.


Border color

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

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

This div border color is #4F7856.


Opacity

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

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

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

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

This text has shadow with #4F7856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7856 on black background.


Color preview on white background

This text has color #4F7856 on white background.



Black color preview on #4F7856 background

This text has black color on #4F7856 background.


White color preview on #4F7856 background

This text has white color on #4F7856 background.