COLOR #4F6E61

HEX: #4F6E61
RGB: (79,110,97)

Color info

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

RGB color model

#4F6E61 color RGB value is (79,110,97).

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

RGB channels and saturation

R 79 of 255 = 31%
G 110 of 255 = 43%
B 97 of 255 = 38%

79
110
97

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

Portions of RGB colors in percentages

R + G + B =
79 + 110 + 97 = 286 (100%)
R 79 of 286 ~ 27.62%
G 110 of 286 ~ 38.46%
B 97 of 286 ~ 33.92%

%27.62
%38.46
%33.92

CMYK color model

#4F6E61 color CMYK value is (28,0,12,57).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 56.86%
CMYK:
(28,0,12,57)
C28M0Y12K57 
(28%,0%,12%,57%)
(0.28/0.00/0.12/0.57)	

CMYK percentages

%28.18
%0
%11.82
%56.86

Codes

Color #4F6E61 in popluar color models

4F6E61
RGB7911097
HSL155°16.40%37.06%
HSB/HSV155°28.18%43.14%
CMYK28.18%0.00%11.82%
56.86%

Color #4F6E61 in popluar number systems.

HEX4F6E61
Decimal7911097
Binary100111111011101100001
Octal117156141

Shades and tints

Shades of #4F6E61

#4F6E61
(79,110,97)
#486459
(72,100,89)
#415A51
(65,90,81)
#3A5049
(58,80,73)
#334641
(51,70,65)
#2C3C39
(44,60,57)
#253231
(37,50,49)
#1E2829
(30,40,41)
#171E21
(23,30,33)
#101419
(16,20,25)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #4F6E61

#4F6E61
(79,110,97)
#5F7B6F
(95,123,111)
#6F887D
(111,136,125)
#7F958B
(127,149,139)
#8FA299
(143,162,153)
#9FAFA7
(159,175,167)
#AFBCB5
(175,188,181)
#BFC9C3
(191,201,195)
#CFD6D1
(207,214,209)
#DFE3DF
(223,227,223)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6E61; }

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

This text font color is #4F6E61.


Background Color

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

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

This div background color is #4F6E61.


Border color

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

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

This div border color is #4F6E61.


Opacity

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

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

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

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

This text has shadow with #4F6E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6E61 on black background.


Color preview on white background

This text has color #4F6E61 on white background.



Black color preview on #4F6E61 background

This text has black color on #4F6E61 background.


White color preview on #4F6E61 background

This text has white color on #4F6E61 background.