COLOR #56646B

HEX: #56646B
RGB: (86,100,107)

Color info

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

RGB color model

#56646B color RGB value is (86,100,107).

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

RGB channels and saturation

R 86 of 255 = 34%
G 100 of 255 = 39%
B 107 of 255 = 42%

86
100
107

R + G + B ~ 38%. #56646B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 100 + 107 = 293 (100%)
R 86 of 293 ~ 29.35%
G 100 of 293 ~ 34.13%
B 107 of 293 ~ 36.52%

%29.35
%34.13
%36.52

CMYK color model

#56646B color CMYK value is (20,7,0,58).

  • cyan value is 19.63%
  • magenta value is 6.54%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(20,7,0,58)
C20M7Y0K58 
(20%,7%,0%,58%)
(0.20/0.07/0.00/0.58)	

CMYK percentages

%19.63
%6.54
%0
%58.04

Codes

Color #56646B in popluar color models

56646B
RGB86100107
HSL200°10.88%37.84%
HSB/HSV200°19.63%41.96%
CMYK19.63%6.54%0.00%
58.04%

Color #56646B in popluar number systems.

HEX56646B
Decimal86100107
Binary101011011001001101011
Octal126144153

Shades and tints

Shades of #56646B

#56646B
(86,100,107)
#4F5B62
(79,91,98)
#485259
(72,82,89)
#414950
(65,73,80)
#3A4047
(58,64,71)
#33373E
(51,55,62)
#2C2E35
(44,46,53)
#25252C
(37,37,44)
#1E1C23
(30,28,35)
#17131A
(23,19,26)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #56646B

#56646B
(86,100,107)
#657278
(101,114,120)
#748085
(116,128,133)
#838E92
(131,142,146)
#929C9F
(146,156,159)
#A1AAAC
(161,170,172)
#B0B8B9
(176,184,185)
#BFC6C6
(191,198,198)
#CED4D3
(206,212,211)
#DDE2E0
(221,226,224)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56646B; }

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

This text font color is #56646B.


Background Color

.myBgColor { background-color: #56646B; }

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

This div background color is #56646B.


Border color

.myBorderColor { border: 1px solid #56646B; }

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

This div border color is #56646B.


Opacity

.myOpacity80 { color: #56646B; opacity: 0.8; }

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

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

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

This text has shadow with #56646B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56646B on black background.


Color preview on white background

This text has color #56646B on white background.



Black color preview on #56646B background

This text has black color on #56646B background.


White color preview on #56646B background

This text has white color on #56646B background.