COLOR #56465E

HEX: #56465E
RGB: (86,70,94)

Color info

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

RGB color model

#56465E color RGB value is (86,70,94).

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

RGB channels and saturation

R 86 of 255 = 34%
G 70 of 255 = 27%
B 94 of 255 = 37%

86
70
94

R + G + B ~ 33%. #56465E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 70 + 94 = 250 (100%)
R 86 of 250 ~ 34.4%
G 70 of 250 ~ 28%
B 94 of 250 ~ 37.6%

%34.4
%28
%37.6

CMYK color model

#56465E color CMYK value is (9,26,0,63).

  • cyan value is 8.51%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(9,26,0,63)
C9M26Y0K63 
(9%,26%,0%,63%)
(0.09/0.26/0.00/0.63)	

CMYK percentages

%8.51
%25.53
%0
%63.14

Codes

Color #56465E in popluar color models

56465E
RGB867094
HSL280°14.63%32.16%
HSB/HSV280°25.53%36.86%
CMYK8.51%25.53%0.00%
63.14%

Color #56465E in popluar number systems.

HEX56465E
Decimal867094
Binary101011010001101011110
Octal126106136

Shades and tints

Shades of #56465E

#56465E
(86,70,94)
#4F4056
(79,64,86)
#483A4E
(72,58,78)
#413446
(65,52,70)
#3A2E3E
(58,46,62)
#332836
(51,40,54)
#2C222E
(44,34,46)
#251C26
(37,28,38)
#1E161E
(30,22,30)
#171016
(23,16,22)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #56465E

#56465E
(86,70,94)
#65566C
(101,86,108)
#74667A
(116,102,122)
#837688
(131,118,136)
#928696
(146,134,150)
#A196A4
(161,150,164)
#B0A6B2
(176,166,178)
#BFB6C0
(191,182,192)
#CEC6CE
(206,198,206)
#DDD6DC
(221,214,220)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56465E color. Also use rgb(86,70,94) instead hex code.

Text Font Color

.myTextColor { color: #56465E; }

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

This text font color is #56465E.


Background Color

.myBgColor { background-color: #56465E; }

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

This div background color is #56465E.


Border color

.myBorderColor { border: 1px solid #56465E; }

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

This div border color is #56465E.


Opacity

.myOpacity80 { color: #56465E; opacity: 0.8; }

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

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

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

This text has shadow with #56465E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56465E on black background.


Color preview on white background

This text has color #56465E on white background.



Black color preview on #56465E background

This text has black color on #56465E background.


White color preview on #56465E background

This text has white color on #56465E background.