COLOR #4F5767

HEX: #4F5767
RGB: (79,87,103)

Color info

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

RGB color model

#4F5767 color RGB value is (79,87,103).

  • red value is 79;
  • green value is 87;
  • blue value is 103.
RGB:
(79,87,103)
(31%,34%,40%)

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 103 of 255 = 40%

79
87
103

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

Portions of RGB colors in percentages

R + G + B =
79 + 87 + 103 = 269 (100%)
R 79 of 269 ~ 29.37%
G 87 of 269 ~ 32.34%
B 103 of 269 ~ 38.29%

%29.37
%32.34
%38.29

CMYK color model

#4F5767 color CMYK value is (23,16,0,60).

  • cyan value is 23.30%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(23,16,0,60)
C23M16Y0K60 
(23%,16%,0%,60%)
(0.23/0.16/0.00/0.60)	

CMYK percentages

%23.3
%15.53
%0
%59.61

Codes

Color #4F5767 in popluar color models

4F5767
RGB7987103
HSL220°13.19%35.69%
HSB/HSV220°23.30%40.39%
CMYK23.30%15.53%0.00%
59.61%

Color #4F5767 in popluar number systems.

HEX4F5767
Decimal7987103
Binary100111110101111100111
Octal117127147

Shades and tints

Shades of #4F5767

#4F5767
(79,87,103)
#48505E
(72,80,94)
#414955
(65,73,85)
#3A424C
(58,66,76)
#333B43
(51,59,67)
#2C343A
(44,52,58)
#252D31
(37,45,49)
#1E2628
(30,38,40)
#171F1F
(23,31,31)
#101816
(16,24,22)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #4F5767

#4F5767
(79,87,103)
#5F6674
(95,102,116)
#6F7581
(111,117,129)
#7F848E
(127,132,142)
#8F939B
(143,147,155)
#9FA2A8
(159,162,168)
#AFB1B5
(175,177,181)
#BFC0C2
(191,192,194)
#CFCFCF
(207,207,207)
#DFDEDC
(223,222,220)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5767; }

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

This text font color is #4F5767.


Background Color

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

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

This div background color is #4F5767.


Border color

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

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

This div border color is #4F5767.


Opacity

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

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

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

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

This text has shadow with #4F5767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5767 on black background.


Color preview on white background

This text has color #4F5767 on white background.



Black color preview on #4F5767 background

This text has black color on #4F5767 background.


White color preview on #4F5767 background

This text has white color on #4F5767 background.