COLOR #4F6964

HEX: #4F6964 RGB: (79,105,100)

Color info

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

RGB color model

#4F6964 color RGB value is (79,105,100).

RGB: (79,105,100) (31%, 41%, 39%)

RGB channels and saturation

R 79 of 255 = 31%
G 105 of 255 = 41%
B 100 of 255 = 39%

79
105
100

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

Portions of RGB colors in percentages

R + G + B = 79 + 105 + 100 = 284 (100%)
R 79 of 284 ~ 27.82%
G 105 of 284 ~ 36.97%
B 100 of 284 ~ 35.21'%

%27.82
%36.97
%35.21

CMYK color model

#4F6964 color CMYK value is (25,0,5,59).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 58.82%

CMYK: (25,0,5,59)
C25M0Y5K59 (25%, 0%, 5%, 59%)
(0.25 / 0.00 / 0.05 / 0.59)

CMYK percentages

%24.76
%0
%4.76
%58.82

Codes

Color #4F6964 in popluar color models

4F 69 64
RGB 79 105 100
HSL 168° 14.13% 36.08%
HSB/HSV 168° 24.76% 41.18%
CMYK 24.76% 0.00% 4.76%
58.82%

Color #4F6964 in popluar number systems.

HEX 4F 69 64
Decimal 79 105 100
Binary 1001111 1101001 1100100
Octal 117 151 144

Shades and tints

Shades of #4F6964

#4F6964
(79,105,100)
#48605B
(72,96,91)
#415752
(65,87,82)
#3A4E49
(58,78,73)
#334540
(51,69,64)
#2C3C37
(44,60,55)
#25332E
(37,51,46)
#1E2A25
(30,42,37)
#17211C
(23,33,28)
#101813
(16,24,19)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #4F6964

#4F6964
(79,105,100)
#5F7672
(95,118,114)
#6F8380
(111,131,128)
#7F908E
(127,144,142)
#8F9D9C
(143,157,156)
#9FAAAA
(159,170,170)
#AFB7B8
(175,183,184)
#BFC4C6
(191,196,198)
#CFD1D4
(207,209,212)
#DFDEE2
(223,222,226)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6964 color. Also use rgb(79,105,100) instead hex code.

Text Font Color

.myTextColor { color: #4F6964; }

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

This text font color is #4F6964.

Background Color

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

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

This div background color is #4F6964.

Border color

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

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

This div border color is #4F6964.

Opacity

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

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

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

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

This text has shadow with #4F6964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6964.

Preview

Color preview on black background

This text has color #4F6964 on black background.


Color preview on white background

This text has color #4F6964 on white background.


Black color preview on #4F6964 background

This text has black color on #4F6964 background.


White color preview on #4F6964 background

This text has white color on #4F6964 background.


Related colors

Complementary color

Complementary color for #hex is #B0969B.


I love getcolorcode.com

Triadic colors

1 #644F69 and #69644F with #4F6964 are triadic colors.

2 #64694F and #694F64 with #4F6964 are triadic colors.