COLOR #56366D

HEX: #56366D
RGB: (86,54,109)

Color info

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

RGB color model

#56366D color RGB value is (86,54,109).

  • red value is 86;
  • green value is 54;
  • blue value is 109.
RGB:
(86,54,109)
(34%,21%,43%)

RGB channels and saturation

R 86 of 255 = 34%
G 54 of 255 = 21%
B 109 of 255 = 43%

86
54
109

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

Portions of RGB colors in percentages

R + G + B =
86 + 54 + 109 = 249 (100%)
R 86 of 249 ~ 34.54%
G 54 of 249 ~ 21.69%
B 109 of 249 ~ 43.78%

%34.54
%21.69
%43.78

CMYK color model

#56366D color CMYK value is (21,50,0,57).

  • cyan value is 21.10%
  • magenta value is 50.46%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(21,50,0,57)
C21M50Y0K57 
(21%,50%,0%,57%)
(0.21/0.50/0.00/0.57)	

CMYK percentages

%21.1
%50.46
%0
%57.25

Codes

Color #56366D in popluar color models

56366D
RGB8654109
HSL275°33.74%31.96%
HSB/HSV275°50.46%42.75%
CMYK21.10%50.46%0.00%
57.25%

Color #56366D in popluar number systems.

HEX56366D
Decimal8654109
Binary10101101101101101101
Octal12666155

Shades and tints

Shades of #56366D

#56366D
(86,54,109)
#4F3264
(79,50,100)
#482E5B
(72,46,91)
#412A52
(65,42,82)
#3A2649
(58,38,73)
#332240
(51,34,64)
#2C1E37
(44,30,55)
#251A2E
(37,26,46)
#1E1625
(30,22,37)
#17121C
(23,18,28)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #56366D

#56366D
(86,54,109)
#65487A
(101,72,122)
#745A87
(116,90,135)
#836C94
(131,108,148)
#927EA1
(146,126,161)
#A190AE
(161,144,174)
#B0A2BB
(176,162,187)
#BFB4C8
(191,180,200)
#CEC6D5
(206,198,213)
#DDD8E2
(221,216,226)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56366D color. Also use rgb(86,54,109) instead hex code.

Text Font Color

.myTextColor { color: #56366D; }

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

This text font color is #56366D.


Background Color

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

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

This div background color is #56366D.


Border color

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

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

This div border color is #56366D.


Opacity

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

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

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

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

This text has shadow with #56366D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56366D on black background.


Color preview on white background

This text has color #56366D on white background.



Black color preview on #56366D background

This text has black color on #56366D background.


White color preview on #56366D background

This text has white color on #56366D background.