COLOR #56504F

HEX: #56504F
RGB: (86,80,79)

Color info

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

RGB color model

#56504F color RGB value is (86,80,79).

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

RGB channels and saturation

R 86 of 255 = 34%
G 80 of 255 = 31%
B 79 of 255 = 31%

86
80
79

R + G + B ~ 32%. #56504F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 80 + 79 = 245 (100%)
R 86 of 245 ~ 35.1%
G 80 of 245 ~ 32.65%
B 79 of 245 ~ 32.24%

%35.1
%32.65
%32.24

CMYK color model

#56504F color CMYK value is (0,7,8,66).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 8.14%
  • key color value is 66.27%
CMYK:
(0,7,8,66)
C0M7Y8K66 
(0%,7%,8%,66%)
(0.00/0.07/0.08/0.66)	

CMYK percentages

%0
%6.98
%8.14
%66.27

Codes

Color #56504F in popluar color models

56504F
RGB868079
HSL4.24%32.35%
HSB/HSV8.14%33.73%
CMYK0.00%6.98%8.14%
66.27%

Color #56504F in popluar number systems.

HEX56504F
Decimal868079
Binary101011010100001001111
Octal126120117

Shades and tints

Shades of #56504F

#56504F
(86,80,79)
#4F4948
(79,73,72)
#484241
(72,66,65)
#413B3A
(65,59,58)
#3A3433
(58,52,51)
#332D2C
(51,45,44)
#2C2625
(44,38,37)
#251F1E
(37,31,30)
#1E1817
(30,24,23)
#171110
(23,17,16)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #56504F

#56504F
(86,80,79)
#655F5F
(101,95,95)
#746E6F
(116,110,111)
#837D7F
(131,125,127)
#928C8F
(146,140,143)
#A19B9F
(161,155,159)
#B0AAAF
(176,170,175)
#BFB9BF
(191,185,191)
#CEC8CF
(206,200,207)
#DDD7DF
(221,215,223)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56504F color. Also use rgb(86,80,79) instead hex code.

Text Font Color

.myTextColor { color: #56504F; }

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

This text font color is #56504F.


Background Color

.myBgColor { background-color: #56504F; }

<div style="background-color:#56504F">Inner text</div>

This div background color is #56504F.


Border color

.myBorderColor { border: 1px solid #56504F; }

<div style="border:3px solid #56504F">Div</div>

This div border color is #56504F.


Opacity

.myOpacity80 { color: #56504F; opacity: 0.8; }

<p style="color:#56504F;opacity:0.8;">80%</p>

Text with #56504F 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 #56504F;}

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

This text has shadow with #56504F color.

.textShadow {text-shadow: 3px 3px 1px #56504F, 3px 3px 1px red;}

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

This text has shadow with #56504F primary color and red secondary color.


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

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

This text has shadow with #56504F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56504F on black background.


Color preview on white background

This text has color #56504F on white background.



Black color preview on #56504F background

This text has black color on #56504F background.


White color preview on #56504F background

This text has white color on #56504F background.