COLOR #4F6E56

HEX: #4F6E56
RGB: (79,110,86)

Color info

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

RGB color model

#4F6E56 color RGB value is (79,110,86).

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

RGB channels and saturation

R 79 of 255 = 31%
G 110 of 255 = 43%
B 86 of 255 = 34%

79
110
86

R + G + B ~ 36%. #4F6E56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 110 + 86 = 275 (100%)
R 79 of 275 ~ 28.73%
G 110 of 275 ~ 40%
B 86 of 275 ~ 31.27%

%28.73
%40
%31.27

CMYK color model

#4F6E56 color CMYK value is (28,0,22,57).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 21.82%
  • key color value is 56.86%
CMYK:
(28,0,22,57)
C28M0Y22K57 
(28%,0%,22%,57%)
(0.28/0.00/0.22/0.57)	

CMYK percentages

%28.18
%0
%21.82
%56.86

Codes

Color #4F6E56 in popluar color models

4F6E56
RGB7911086
HSL134°16.40%37.06%
HSB/HSV134°28.18%43.14%
CMYK28.18%0.00%21.82%
56.86%

Color #4F6E56 in popluar number systems.

HEX4F6E56
Decimal7911086
Binary100111111011101010110
Octal117156126

Shades and tints

Shades of #4F6E56

#4F6E56
(79,110,86)
#48644F
(72,100,79)
#415A48
(65,90,72)
#3A5041
(58,80,65)
#33463A
(51,70,58)
#2C3C33
(44,60,51)
#25322C
(37,50,44)
#1E2825
(30,40,37)
#171E1E
(23,30,30)
#101417
(16,20,23)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #4F6E56

#4F6E56
(79,110,86)
#5F7B65
(95,123,101)
#6F8874
(111,136,116)
#7F9583
(127,149,131)
#8FA292
(143,162,146)
#9FAFA1
(159,175,161)
#AFBCB0
(175,188,176)
#BFC9BF
(191,201,191)
#CFD6CE
(207,214,206)
#DFE3DD
(223,227,221)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6E56; }

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

This text font color is #4F6E56.


Background Color

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

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

This div background color is #4F6E56.


Border color

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

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

This div border color is #4F6E56.


Opacity

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

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

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

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

This text has shadow with #4F6E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6E56 on black background.


Color preview on white background

This text has color #4F6E56 on white background.



Black color preview on #4F6E56 background

This text has black color on #4F6E56 background.


White color preview on #4F6E56 background

This text has white color on #4F6E56 background.