COLOR #4F6E65

HEX: #4F6E65 RGB: (79,110,101)

Color info

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

RGB color model

#4F6E65 color RGB value is (79,110,101).

RGB: (79,110,101) (31%, 43%, 40%)

RGB channels and saturation

R 79 of 255 = 31%
G 110 of 255 = 43%
B 101 of 255 = 40%

79
110
101

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

Portions of RGB colors in percentages

R + G + B = 79 + 110 + 101 = 290 (100%)
R 79 of 290 ~ 27.24%
G 110 of 290 ~ 37.93%
B 101 of 290 ~ 34.83'%

%27.24
%37.93
%34.83

CMYK color model

#4F6E65 color CMYK value is (28,0,8,57).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 56.86%

CMYK: (28,0,8,57)
C28M0Y8K57 (28%, 0%, 8%, 57%)
(0.28 / 0.00 / 0.08 / 0.57)

CMYK percentages

%28.18
%0
%8.18
%56.86

Codes

Color #4F6E65 in popluar color models

4F 6E 65
RGB 79 110 101
HSL 163° 16.40% 37.06%
HSB/HSV 163° 28.18% 43.14%
CMYK 28.18% 0.00% 8.18%
56.86%

Color #4F6E65 in popluar number systems.

HEX 4F 6E 65
Decimal 79 110 101
Binary 1001111 1101110 1100101
Octal 117 156 145

Shades and tints

Shades of #4F6E65

#4F6E65
(79,110,101)
#48645C
(72,100,92)
#415A53
(65,90,83)
#3A504A
(58,80,74)
#334641
(51,70,65)
#2C3C38
(44,60,56)
#25322F
(37,50,47)
#1E2826
(30,40,38)
#171E1D
(23,30,29)
#101414
(16,20,20)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #4F6E65

#4F6E65
(79,110,101)
#5F7B73
(95,123,115)
#6F8881
(111,136,129)
#7F958F
(127,149,143)
#8FA29D
(143,162,157)
#9FAFAB
(159,175,171)
#AFBCB9
(175,188,185)
#BFC9C7
(191,201,199)
#CFD6D5
(207,214,213)
#DFE3E3
(223,227,227)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6E65; }

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

This text font color is #4F6E65.

Background Color

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

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

This div background color is #4F6E65.

Border color

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

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

This div border color is #4F6E65.

Opacity

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

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

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

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

This text has shadow with #4F6E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6E65.

Preview

Color preview on black background

This text has color #4F6E65 on black background.


Color preview on white background

This text has color #4F6E65 on white background.


Black color preview on #4F6E65 background

This text has black color on #4F6E65 background.


White color preview on #4F6E65 background

This text has white color on #4F6E65 background.


Related colors

Complementary color

Complementary color for #hex is #B0919A.


I love getcolorcode.com

Triadic colors

1 #654F6E and #6E654F with #4F6E65 are triadic colors.

2 #656E4F and #6E4F65 with #4F6E65 are triadic colors.