COLOR #56647A

HEX: #56647A
RGB: (86,100,122)

Color info

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

RGB color model

#56647A color RGB value is (86,100,122).

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

RGB channels and saturation

R 86 of 255 = 34%
G 100 of 255 = 39%
B 122 of 255 = 48%

86
100
122

R + G + B ~ 40%. #56647A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 100 + 122 = 308 (100%)
R 86 of 308 ~ 27.92%
G 100 of 308 ~ 32.47%
B 122 of 308 ~ 39.61%

%27.92
%32.47
%39.61

CMYK color model

#56647A color CMYK value is (30,18,0,52).

  • cyan value is 29.51%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(30,18,0,52)
C30M18Y0K52 
(30%,18%,0%,52%)
(0.30/0.18/0.00/0.52)	

CMYK percentages

%29.51
%18.03
%0
%52.16

Codes

Color #56647A in popluar color models

56647A
RGB86100122
HSL217°17.31%40.78%
HSB/HSV217°29.51%47.84%
CMYK29.51%18.03%0.00%
52.16%

Color #56647A in popluar number systems.

HEX56647A
Decimal86100122
Binary101011011001001111010
Octal126144172

Shades and tints

Shades of #56647A

#56647A
(86,100,122)
#4F5B6F
(79,91,111)
#485264
(72,82,100)
#414959
(65,73,89)
#3A404E
(58,64,78)
#333743
(51,55,67)
#2C2E38
(44,46,56)
#25252D
(37,37,45)
#1E1C22
(30,28,34)
#171317
(23,19,23)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #56647A

#56647A
(86,100,122)
#657286
(101,114,134)
#748092
(116,128,146)
#838E9E
(131,142,158)
#929CAA
(146,156,170)
#A1AAB6
(161,170,182)
#B0B8C2
(176,184,194)
#BFC6CE
(191,198,206)
#CED4DA
(206,212,218)
#DDE2E6
(221,226,230)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56647A; }

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

This text font color is #56647A.


Background Color

.myBgColor { background-color: #56647A; }

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

This div background color is #56647A.


Border color

.myBorderColor { border: 1px solid #56647A; }

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

This div border color is #56647A.


Opacity

.myOpacity80 { color: #56647A; opacity: 0.8; }

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

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

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

This text has shadow with #56647A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56647A on black background.


Color preview on white background

This text has color #56647A on white background.



Black color preview on #56647A background

This text has black color on #56647A background.


White color preview on #56647A background

This text has white color on #56647A background.