COLOR #4F506B

HEX: #4F506B
RGB: (79,80,107)

Color info

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

RGB color model

#4F506B color RGB value is (79,80,107).

  • red value is 79;
  • green value is 80;
  • blue value is 107.
RGB:
(79,80,107)
(31%,31%,42%)

RGB channels and saturation

R 79 of 255 = 31%
G 80 of 255 = 31%
B 107 of 255 = 42%

79
80
107

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

Portions of RGB colors in percentages

R + G + B =
79 + 80 + 107 = 266 (100%)
R 79 of 266 ~ 29.7%
G 80 of 266 ~ 30.08%
B 107 of 266 ~ 40.23%

%29.7
%30.08
%40.23

CMYK color model

#4F506B color CMYK value is (26,25,0,58).

  • cyan value is 26.17%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(26,25,0,58)
C26M25Y0K58 
(26%,25%,0%,58%)
(0.26/0.25/0.00/0.58)	

CMYK percentages

%26.17
%25.23
%0
%58.04

Codes

Color #4F506B in popluar color models

4F506B
RGB7980107
HSL238°15.05%36.47%
HSB/HSV238°26.17%41.96%
CMYK26.17%25.23%0.00%
58.04%

Color #4F506B in popluar number systems.

HEX4F506B
Decimal7980107
Binary100111110100001101011
Octal117120153

Shades and tints

Shades of #4F506B

#4F506B
(79,80,107)
#484962
(72,73,98)
#414259
(65,66,89)
#3A3B50
(58,59,80)
#333447
(51,52,71)
#2C2D3E
(44,45,62)
#252635
(37,38,53)
#1E1F2C
(30,31,44)
#171823
(23,24,35)
#10111A
(16,17,26)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #4F506B

#4F506B
(79,80,107)
#5F5F78
(95,95,120)
#6F6E85
(111,110,133)
#7F7D92
(127,125,146)
#8F8C9F
(143,140,159)
#9F9BAC
(159,155,172)
#AFAAB9
(175,170,185)
#BFB9C6
(191,185,198)
#CFC8D3
(207,200,211)
#DFD7E0
(223,215,224)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F506B; }

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

This text font color is #4F506B.


Background Color

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

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

This div background color is #4F506B.


Border color

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

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

This div border color is #4F506B.


Opacity

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

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

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

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

This text has shadow with #4F506B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F506B on black background.


Color preview on white background

This text has color #4F506B on white background.



Black color preview on #4F506B background

This text has black color on #4F506B background.


White color preview on #4F506B background

This text has white color on #4F506B background.