COLOR #4F8056

HEX: #4F8056
RGB: (79,128,86)

Color info

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

RGB color model

#4F8056 color RGB value is (79,128,86).

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

RGB channels and saturation

R 79 of 255 = 31%
G 128 of 255 = 50%
B 86 of 255 = 34%

79
128
86

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

Portions of RGB colors in percentages

R + G + B =
79 + 128 + 86 = 293 (100%)
R 79 of 293 ~ 26.96%
G 128 of 293 ~ 43.69%
B 86 of 293 ~ 29.35%

%26.96
%43.69
%29.35

CMYK color model

#4F8056 color CMYK value is (38,0,33,50).

  • cyan value is 38.28%
  • magenta value is 0.00%
  • yellow value is 32.81%
  • key color value is 49.80%
CMYK:
(38,0,33,50)
C38M0Y33K50 
(38%,0%,33%,50%)
(0.38/0.00/0.33/0.50)	

CMYK percentages

%38.28
%0
%32.81
%49.8

Codes

Color #4F8056 in popluar color models

4F8056
RGB7912886
HSL129°23.67%40.59%
HSB/HSV129°38.28%50.20%
CMYK38.28%0.00%32.81%
49.80%

Color #4F8056 in popluar number systems.

HEX4F8056
Decimal7912886
Binary1001111100000001010110
Octal117200126

Shades and tints

Shades of #4F8056

#4F8056
(79,128,86)
#48754F
(72,117,79)
#416A48
(65,106,72)
#3A5F41
(58,95,65)
#33543A
(51,84,58)
#2C4933
(44,73,51)
#253E2C
(37,62,44)
#1E3325
(30,51,37)
#17281E
(23,40,30)
#101D17
(16,29,23)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #4F8056

#4F8056
(79,128,86)
#5F8B65
(95,139,101)
#6F9674
(111,150,116)
#7FA183
(127,161,131)
#8FAC92
(143,172,146)
#9FB7A1
(159,183,161)
#AFC2B0
(175,194,176)
#BFCDBF
(191,205,191)
#CFD8CE
(207,216,206)
#DFE3DD
(223,227,221)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8056; }

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

This text font color is #4F8056.


Background Color

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

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

This div background color is #4F8056.


Border color

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

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

This div border color is #4F8056.


Opacity

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

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

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

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

This text has shadow with #4F8056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8056 on black background.


Color preview on white background

This text has color #4F8056 on white background.



Black color preview on #4F8056 background

This text has black color on #4F8056 background.


White color preview on #4F8056 background

This text has white color on #4F8056 background.