COLOR #4F4E66

HEX: #4F4E66
RGB: (79,78,102)

Color info

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

RGB color model

#4F4E66 color RGB value is (79,78,102).

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

RGB channels and saturation

R 79 of 255 = 31%
G 78 of 255 = 31%
B 102 of 255 = 40%

79
78
102

R + G + B ~ 34%. #4F4E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 78 + 102 = 259 (100%)
R 79 of 259 ~ 30.5%
G 78 of 259 ~ 30.12%
B 102 of 259 ~ 39.38%

%30.5
%30.12
%39.38

CMYK color model

#4F4E66 color CMYK value is (23,24,0,60).

  • cyan value is 22.55%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(23,24,0,60)
C23M24Y0K60 
(23%,24%,0%,60%)
(0.23/0.24/0.00/0.60)	

CMYK percentages

%22.55
%23.53
%0
%60

Codes

Color #4F4E66 in popluar color models

4F4E66
RGB7978102
HSL243°13.33%35.29%
HSB/HSV243°23.53%40.00%
CMYK22.55%23.53%0.00%
60.00%

Color #4F4E66 in popluar number systems.

HEX4F4E66
Decimal7978102
Binary100111110011101100110
Octal117116146

Shades and tints

Shades of #4F4E66

#4F4E66
(79,78,102)
#48475D
(72,71,93)
#414054
(65,64,84)
#3A394B
(58,57,75)
#333242
(51,50,66)
#2C2B39
(44,43,57)
#252430
(37,36,48)
#1E1D27
(30,29,39)
#17161E
(23,22,30)
#100F15
(16,15,21)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #4F4E66

#4F4E66
(79,78,102)
#5F5E73
(95,94,115)
#6F6E80
(111,110,128)
#7F7E8D
(127,126,141)
#8F8E9A
(143,142,154)
#9F9EA7
(159,158,167)
#AFAEB4
(175,174,180)
#BFBEC1
(191,190,193)
#CFCECE
(207,206,206)
#DFDEDB
(223,222,219)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4E66; }

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

This text font color is #4F4E66.


Background Color

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

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

This div background color is #4F4E66.


Border color

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

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

This div border color is #4F4E66.


Opacity

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

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

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

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

This text has shadow with #4F4E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4E66 on black background.


Color preview on white background

This text has color #4F4E66 on white background.



Black color preview on #4F4E66 background

This text has black color on #4F4E66 background.


White color preview on #4F4E66 background

This text has white color on #4F4E66 background.