COLOR #56316B

HEX: #56316B
RGB: (86,49,107)

Color info

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

RGB color model

#56316B color RGB value is (86,49,107).

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

RGB channels and saturation

R 86 of 255 = 34%
G 49 of 255 = 19%
B 107 of 255 = 42%

86
49
107

R + G + B ~ 32%. #56316B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 49 + 107 = 242 (100%)
R 86 of 242 ~ 35.54%
G 49 of 242 ~ 20.25%
B 107 of 242 ~ 44.21%

%35.54
%20.25
%44.21

CMYK color model

#56316B color CMYK value is (20,54,0,58).

  • cyan value is 19.63%
  • magenta value is 54.21%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(20,54,0,58)
C20M54Y0K58 
(20%,54%,0%,58%)
(0.20/0.54/0.00/0.58)	

CMYK percentages

%19.63
%54.21
%0
%58.04

Codes

Color #56316B in popluar color models

56316B
RGB8649107
HSL278°37.18%30.59%
HSB/HSV278°54.21%41.96%
CMYK19.63%54.21%0.00%
58.04%

Color #56316B in popluar number systems.

HEX56316B
Decimal8649107
Binary10101101100011101011
Octal12661153

Shades and tints

Shades of #56316B

#56316B
(86,49,107)
#4F2D62
(79,45,98)
#482959
(72,41,89)
#412550
(65,37,80)
#3A2147
(58,33,71)
#331D3E
(51,29,62)
#2C1935
(44,25,53)
#25152C
(37,21,44)
#1E1123
(30,17,35)
#170D1A
(23,13,26)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #56316B

#56316B
(86,49,107)
#654378
(101,67,120)
#745585
(116,85,133)
#836792
(131,103,146)
#92799F
(146,121,159)
#A18BAC
(161,139,172)
#B09DB9
(176,157,185)
#BFAFC6
(191,175,198)
#CEC1D3
(206,193,211)
#DDD3E0
(221,211,224)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56316B; }

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

This text font color is #56316B.


Background Color

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

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

This div background color is #56316B.


Border color

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

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

This div border color is #56316B.


Opacity

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

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

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

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

This text has shadow with #56316B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56316B on black background.


Color preview on white background

This text has color #56316B on white background.



Black color preview on #56316B background

This text has black color on #56316B background.


White color preview on #56316B background

This text has white color on #56316B background.