COLOR #4F6966

HEX: #4F6966
RGB: (79,105,102)

Color info

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

RGB color model

#4F6966 color RGB value is (79,105,102).

  • red value is 79;
  • green value is 105;
  • blue value is 102.
RGB:
(79,105,102)
(31%,41%,40%)

RGB channels and saturation

R 79 of 255 = 31%
G 105 of 255 = 41%
B 102 of 255 = 40%

79
105
102

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

Portions of RGB colors in percentages

R + G + B =
79 + 105 + 102 = 286 (100%)
R 79 of 286 ~ 27.62%
G 105 of 286 ~ 36.71%
B 102 of 286 ~ 35.66%

%27.62
%36.71
%35.66

CMYK color model

#4F6966 color CMYK value is (25,0,3,59).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 58.82%
CMYK:
(25,0,3,59)
C25M0Y3K59 
(25%,0%,3%,59%)
(0.25/0.00/0.03/0.59)	

CMYK percentages

%24.76
%0
%2.86
%58.82

Codes

Color #4F6966 in popluar color models

4F6966
RGB79105102
HSL173°14.13%36.08%
HSB/HSV173°24.76%41.18%
CMYK24.76%0.00%2.86%
58.82%

Color #4F6966 in popluar number systems.

HEX4F6966
Decimal79105102
Binary100111111010011100110
Octal117151146

Shades and tints

Shades of #4F6966

#4F6966
(79,105,102)
#48605D
(72,96,93)
#415754
(65,87,84)
#3A4E4B
(58,78,75)
#334542
(51,69,66)
#2C3C39
(44,60,57)
#253330
(37,51,48)
#1E2A27
(30,42,39)
#17211E
(23,33,30)
#101815
(16,24,21)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #4F6966

#4F6966
(79,105,102)
#5F7673
(95,118,115)
#6F8380
(111,131,128)
#7F908D
(127,144,141)
#8F9D9A
(143,157,154)
#9FAAA7
(159,170,167)
#AFB7B4
(175,183,180)
#BFC4C1
(191,196,193)
#CFD1CE
(207,209,206)
#DFDEDB
(223,222,219)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6966; }

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

This text font color is #4F6966.


Background Color

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

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

This div background color is #4F6966.


Border color

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

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

This div border color is #4F6966.


Opacity

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

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

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

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

This text has shadow with #4F6966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6966 on black background.


Color preview on white background

This text has color #4F6966 on white background.



Black color preview on #4F6966 background

This text has black color on #4F6966 background.


White color preview on #4F6966 background

This text has white color on #4F6966 background.