COLOR #565464

HEX: #565464
RGB: (86,84,100)

Color info

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

RGB color model

#565464 color RGB value is (86,84,100).

  • red value is 86;
  • green value is 84;
  • blue value is 100.
RGB:
(86,84,100)
(34%,33%,39%)

RGB channels and saturation

R 86 of 255 = 34%
G 84 of 255 = 33%
B 100 of 255 = 39%

86
84
100

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

Portions of RGB colors in percentages

R + G + B =
86 + 84 + 100 = 270 (100%)
R 86 of 270 ~ 31.85%
G 84 of 270 ~ 31.11%
B 100 of 270 ~ 37.04%

%31.85
%31.11
%37.04

CMYK color model

#565464 color CMYK value is (14,16,0,61).

  • cyan value is 14.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(14,16,0,61)
C14M16Y0K61 
(14%,16%,0%,61%)
(0.14/0.16/0.00/0.61)	

CMYK percentages

%14
%16
%0
%60.78

Codes

Color #565464 in popluar color models

565464
RGB8684100
HSL248°8.70%36.08%
HSB/HSV248°16.00%39.22%
CMYK14.00%16.00%0.00%
60.78%

Color #565464 in popluar number systems.

HEX565464
Decimal8684100
Binary101011010101001100100
Octal126124144

Shades and tints

Shades of #565464

#565464
(86,84,100)
#4F4D5B
(79,77,91)
#484652
(72,70,82)
#413F49
(65,63,73)
#3A3840
(58,56,64)
#333137
(51,49,55)
#2C2A2E
(44,42,46)
#252325
(37,35,37)
#1E1C1C
(30,28,28)
#171513
(23,21,19)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #565464

#565464
(86,84,100)
#656372
(101,99,114)
#747280
(116,114,128)
#83818E
(131,129,142)
#92909C
(146,144,156)
#A19FAA
(161,159,170)
#B0AEB8
(176,174,184)
#BFBDC6
(191,189,198)
#CECCD4
(206,204,212)
#DDDBE2
(221,219,226)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565464 color. Also use rgb(86,84,100) instead hex code.

Text Font Color

.myTextColor { color: #565464; }

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

This text font color is #565464.


Background Color

.myBgColor { background-color: #565464; }

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

This div background color is #565464.


Border color

.myBorderColor { border: 1px solid #565464; }

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

This div border color is #565464.


Opacity

.myOpacity80 { color: #565464; opacity: 0.8; }

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

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

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

This text has shadow with #565464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565464 on black background.


Color preview on white background

This text has color #565464 on white background.



Black color preview on #565464 background

This text has black color on #565464 background.


White color preview on #565464 background

This text has white color on #565464 background.