COLOR #4F4F5B

HEX: #4F4F5B
RGB: (79,79,91)

Color info

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

RGB color model

#4F4F5B color RGB value is (79,79,91).

  • red value is 79;
  • green value is 79;
  • blue value is 91.
RGB:
(79,79,91)
(31%,31%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 79 of 255 = 31%
B 91 of 255 = 36%

79
79
91

R + G + B ~ 33%. #4F4F5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 79 + 91 = 249 (100%)
R 79 of 249 ~ 31.73%
G 79 of 249 ~ 31.73%
B 91 of 249 ~ 36.55%

%31.73
%31.73
%36.55

CMYK color model

#4F4F5B color CMYK value is (13,13,0,64).

  • cyan value is 13.19%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(13,13,0,64)
C13M13Y0K64 
(13%,13%,0%,64%)
(0.13/0.13/0.00/0.64)	

CMYK percentages

%13.19
%13.19
%0
%64.31

Codes

Color #4F4F5B in popluar color models

4F4F5B
RGB797991
HSL240°7.06%33.33%
HSB/HSV240°13.19%35.69%
CMYK13.19%13.19%0.00%
64.31%

Color #4F4F5B in popluar number systems.

HEX4F4F5B
Decimal797991
Binary100111110011111011011
Octal117117133

Shades and tints

Shades of #4F4F5B

#4F4F5B
(79,79,91)
#484853
(72,72,83)
#41414B
(65,65,75)
#3A3A43
(58,58,67)
#33333B
(51,51,59)
#2C2C33
(44,44,51)
#25252B
(37,37,43)
#1E1E23
(30,30,35)
#17171B
(23,23,27)
#101013
(16,16,19)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #4F4F5B

#4F4F5B
(79,79,91)
#5F5F69
(95,95,105)
#6F6F77
(111,111,119)
#7F7F85
(127,127,133)
#8F8F93
(143,143,147)
#9F9FA1
(159,159,161)
#AFAFAF
(175,175,175)
#BFBFBD
(191,191,189)
#CFCFCB
(207,207,203)
#DFDFD9
(223,223,217)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4F5B; }

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

This text font color is #4F4F5B.


Background Color

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

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

This div background color is #4F4F5B.


Border color

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

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

This div border color is #4F4F5B.


Opacity

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

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

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

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

This text has shadow with #4F4F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4F5B on black background.


Color preview on white background

This text has color #4F4F5B on white background.



Black color preview on #4F4F5B background

This text has black color on #4F4F5B background.


White color preview on #4F4F5B background

This text has white color on #4F4F5B background.