COLOR #56485D

HEX: #56485D
RGB: (86,72,93)

Color info

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

RGB color model

#56485D color RGB value is (86,72,93).

  • red value is 86;
  • green value is 72;
  • blue value is 93.
RGB:
(86,72,93)
(34%,28%,36%)

RGB channels and saturation

R 86 of 255 = 34%
G 72 of 255 = 28%
B 93 of 255 = 36%

86
72
93

R + G + B ~ 33%. #56485D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 72 + 93 = 251 (100%)
R 86 of 251 ~ 34.26%
G 72 of 251 ~ 28.69%
B 93 of 251 ~ 37.05%

%34.26
%28.69
%37.05

CMYK color model

#56485D color CMYK value is (8,23,0,64).

  • cyan value is 7.53%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(8,23,0,64)
C8M23Y0K64 
(8%,23%,0%,64%)
(0.08/0.23/0.00/0.64)	

CMYK percentages

%7.53
%22.58
%0
%63.53

Codes

Color #56485D in popluar color models

56485D
RGB867293
HSL280°12.73%32.35%
HSB/HSV280°22.58%36.47%
CMYK7.53%22.58%0.00%
63.53%

Color #56485D in popluar number systems.

HEX56485D
Decimal867293
Binary101011010010001011101
Octal126110135

Shades and tints

Shades of #56485D

#56485D
(86,72,93)
#4F4255
(79,66,85)
#483C4D
(72,60,77)
#413645
(65,54,69)
#3A303D
(58,48,61)
#332A35
(51,42,53)
#2C242D
(44,36,45)
#251E25
(37,30,37)
#1E181D
(30,24,29)
#171215
(23,18,21)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #56485D

#56485D
(86,72,93)
#65586B
(101,88,107)
#746879
(116,104,121)
#837887
(131,120,135)
#928895
(146,136,149)
#A198A3
(161,152,163)
#B0A8B1
(176,168,177)
#BFB8BF
(191,184,191)
#CEC8CD
(206,200,205)
#DDD8DB
(221,216,219)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56485D color. Also use rgb(86,72,93) instead hex code.

Text Font Color

.myTextColor { color: #56485D; }

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

This text font color is #56485D.


Background Color

.myBgColor { background-color: #56485D; }

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

This div background color is #56485D.


Border color

.myBorderColor { border: 1px solid #56485D; }

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

This div border color is #56485D.


Opacity

.myOpacity80 { color: #56485D; opacity: 0.8; }

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

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

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

This text has shadow with #56485D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56485D on black background.


Color preview on white background

This text has color #56485D on white background.



Black color preview on #56485D background

This text has black color on #56485D background.


White color preview on #56485D background

This text has white color on #56485D background.