COLOR #4F5768

HEX: #4F5768 RGB: (79,87,104)

Color info

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

RGB color model

#4F5768 color RGB value is (79,87,104).

RGB: (79,87,104) (31%, 34%, 41%)

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 104 of 255 = 41%

79
87
104

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

Portions of RGB colors in percentages

R + G + B = 79 + 87 + 104 = 270 (100%)
R 79 of 270 ~ 29.26%
G 87 of 270 ~ 32.22%
B 104 of 270 ~ 38.52'%

%29.26
%32.22
%38.52

CMYK color model

#4F5768 color CMYK value is (24,16,0,59).

  • cyan value is 24.04%
  • magenta value is 16.35%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (24,16,0,59)
C24M16Y0K59 (24%, 16%, 0%, 59%)
(0.24 / 0.16 / 0.00 / 0.59)

CMYK percentages

%24.04
%16.35
%0
%59.22

Codes

Color #4F5768 in popluar color models

4F 57 68
RGB 79 87 104
HSL 221° 13.66% 35.88%
HSB/HSV 221° 24.04% 40.78%
CMYK 24.04% 16.35% 0.00%
59.22%

Color #4F5768 in popluar number systems.

HEX 4F 57 68
Decimal 79 87 104
Binary 1001111 1010111 1101000
Octal 117 127 150

Shades and tints

Shades of #4F5768

#4F5768
(79,87,104)
#48505F
(72,80,95)
#414956
(65,73,86)
#3A424D
(58,66,77)
#333B44
(51,59,68)
#2C343B
(44,52,59)
#252D32
(37,45,50)
#1E2629
(30,38,41)
#171F20
(23,31,32)
#101817
(16,24,23)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #4F5768

#4F5768
(79,87,104)
#5F6675
(95,102,117)
#6F7582
(111,117,130)
#7F848F
(127,132,143)
#8F939C
(143,147,156)
#9FA2A9
(159,162,169)
#AFB1B6
(175,177,182)
#BFC0C3
(191,192,195)
#CFCFD0
(207,207,208)
#DFDEDD
(223,222,221)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5768; }

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

This text font color is #4F5768.

Background Color

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

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

This div background color is #4F5768.

Border color

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

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

This div border color is #4F5768.

Opacity

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

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

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

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

This text has shadow with #4F5768 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5768.

Preview

Color preview on black background

This text has color #4F5768 on black background.


Color preview on white background

This text has color #4F5768 on white background.


Black color preview on #4F5768 background

This text has black color on #4F5768 background.


White color preview on #4F5768 background

This text has white color on #4F5768 background.


Related colors

Complementary color

Complementary color for #hex is #B0A897.


I love getcolorcode.com

Triadic colors

1 #684F57 and #57684F with #4F5768 are triadic colors.

2 #68574F and #574F68 with #4F5768 are triadic colors.