COLOR #4F5A66

HEX: #4F5A66
RGB: (79,90,102)

Color info

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

RGB color model

#4F5A66 color RGB value is (79,90,102).

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

RGB channels and saturation

R 79 of 255 = 31%
G 90 of 255 = 35%
B 102 of 255 = 40%

79
90
102

R + G + B ~ 35%. #4F5A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 90 + 102 = 271 (100%)
R 79 of 271 ~ 29.15%
G 90 of 271 ~ 33.21%
B 102 of 271 ~ 37.64%

%29.15
%33.21
%37.64

CMYK color model

#4F5A66 color CMYK value is (23,12,0,60).

  • cyan value is 22.55%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(23,12,0,60)
C23M12Y0K60 
(23%,12%,0%,60%)
(0.23/0.12/0.00/0.60)	

CMYK percentages

%22.55
%11.76
%0
%60

Codes

Color #4F5A66 in popluar color models

4F5A66
RGB7990102
HSL211°12.71%35.49%
HSB/HSV211°22.55%40.00%
CMYK22.55%11.76%0.00%
60.00%

Color #4F5A66 in popluar number systems.

HEX4F5A66
Decimal7990102
Binary100111110110101100110
Octal117132146

Shades and tints

Shades of #4F5A66

#4F5A66
(79,90,102)
#48525D
(72,82,93)
#414A54
(65,74,84)
#3A424B
(58,66,75)
#333A42
(51,58,66)
#2C3239
(44,50,57)
#252A30
(37,42,48)
#1E2227
(30,34,39)
#171A1E
(23,26,30)
#101215
(16,18,21)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #4F5A66

#4F5A66
(79,90,102)
#5F6973
(95,105,115)
#6F7880
(111,120,128)
#7F878D
(127,135,141)
#8F969A
(143,150,154)
#9FA5A7
(159,165,167)
#AFB4B4
(175,180,180)
#BFC3C1
(191,195,193)
#CFD2CE
(207,210,206)
#DFE1DB
(223,225,219)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5A66; }

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

This text font color is #4F5A66.


Background Color

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

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

This div background color is #4F5A66.


Border color

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

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

This div border color is #4F5A66.


Opacity

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

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

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

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

This text has shadow with #4F5A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5A66 on black background.


Color preview on white background

This text has color #4F5A66 on white background.



Black color preview on #4F5A66 background

This text has black color on #4F5A66 background.


White color preview on #4F5A66 background

This text has white color on #4F5A66 background.