COLOR #4F6568

HEX: #4F6568
RGB: (79,101,104)

Color info

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

RGB color model

#4F6568 color RGB value is (79,101,104).

  • red value is 79;
  • green value is 101;
  • blue value is 104.
RGB:
(79,101,104)
(31%,40%,41%)

RGB channels and saturation

R 79 of 255 = 31%
G 101 of 255 = 40%
B 104 of 255 = 41%

79
101
104

R + G + B ~ 37%. #4F6568 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 101 + 104 = 284 (100%)
R 79 of 284 ~ 27.82%
G 101 of 284 ~ 35.56%
B 104 of 284 ~ 36.62%

%27.82
%35.56
%36.62

CMYK color model

#4F6568 color CMYK value is (24,3,0,59).

  • cyan value is 24.04%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(24,3,0,59)
C24M3Y0K59 
(24%,3%,0%,59%)
(0.24/0.03/0.00/0.59)	

CMYK percentages

%24.04
%2.88
%0
%59.22

Codes

Color #4F6568 in popluar color models

4F6568
RGB79101104
HSL187°13.66%35.88%
HSB/HSV187°24.04%40.78%
CMYK24.04%2.88%0.00%
59.22%

Color #4F6568 in popluar number systems.

HEX4F6568
Decimal79101104
Binary100111111001011101000
Octal117145150

Shades and tints

Shades of #4F6568

#4F6568
(79,101,104)
#485C5F
(72,92,95)
#415356
(65,83,86)
#3A4A4D
(58,74,77)
#334144
(51,65,68)
#2C383B
(44,56,59)
#252F32
(37,47,50)
#1E2629
(30,38,41)
#171D20
(23,29,32)
#101417
(16,20,23)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #4F6568

#4F6568
(79,101,104)
#5F7375
(95,115,117)
#6F8182
(111,129,130)
#7F8F8F
(127,143,143)
#8F9D9C
(143,157,156)
#9FABA9
(159,171,169)
#AFB9B6
(175,185,182)
#BFC7C3
(191,199,195)
#CFD5D0
(207,213,208)
#DFE3DD
(223,227,221)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6568; }

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

This text font color is #4F6568.


Background Color

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

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

This div background color is #4F6568.


Border color

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

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

This div border color is #4F6568.


Opacity

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

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

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

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

This text has shadow with #4F6568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6568 on black background.


Color preview on white background

This text has color #4F6568 on white background.



Black color preview on #4F6568 background

This text has black color on #4F6568 background.


White color preview on #4F6568 background

This text has white color on #4F6568 background.