COLOR #56466B

HEX: #56466B
RGB: (86,70,107)

Color info

#56466B contains red, green and blue colors in about the same proportion. Web safe color of #56466B is #663366 (or #636).

RGB color model

#56466B color RGB value is (86,70,107).

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

RGB channels and saturation

R 86 of 255 = 34%
G 70 of 255 = 27%
B 107 of 255 = 42%

86
70
107

R + G + B ~ 34%. #56466B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 70 + 107 = 263 (100%)
R 86 of 263 ~ 32.7%
G 70 of 263 ~ 26.62%
B 107 of 263 ~ 40.68%

%32.7
%26.62
%40.68

CMYK color model

#56466B color CMYK value is (20,35,0,58).

  • cyan value is 19.63%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(20,35,0,58)
C20M35Y0K58 
(20%,35%,0%,58%)
(0.20/0.35/0.00/0.58)	

CMYK percentages

%19.63
%34.58
%0
%58.04

Codes

Color #56466B in popluar color models

56466B
RGB8670107
HSL266°20.90%34.71%
HSB/HSV266°34.58%41.96%
CMYK19.63%34.58%0.00%
58.04%

Color #56466B in popluar number systems.

HEX56466B
Decimal8670107
Binary101011010001101101011
Octal126106153

Shades and tints

Shades of #56466B

#56466B
(86,70,107)
#4F4062
(79,64,98)
#483A59
(72,58,89)
#413450
(65,52,80)
#3A2E47
(58,46,71)
#33283E
(51,40,62)
#2C2235
(44,34,53)
#251C2C
(37,28,44)
#1E1623
(30,22,35)
#17101A
(23,16,26)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #56466B

#56466B
(86,70,107)
#655678
(101,86,120)
#746685
(116,102,133)
#837692
(131,118,146)
#92869F
(146,134,159)
#A196AC
(161,150,172)
#B0A6B9
(176,166,185)
#BFB6C6
(191,182,198)
#CEC6D3
(206,198,211)
#DDD6E0
(221,214,224)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56466B; }

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

This text font color is #56466B.


Background Color

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

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

This div background color is #56466B.


Border color

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

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

This div border color is #56466B.


Opacity

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

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

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

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

This text has shadow with #56466B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56466B on black background.


Color preview on white background

This text has color #56466B on white background.



Black color preview on #56466B background

This text has black color on #56466B background.


White color preview on #56466B background

This text has white color on #56466B background.