COLOR #563F65

HEX: #563F65 RGB: (86,63,101)

Color info

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

RGB color model

#563F65 color RGB value is (86,63,101).

RGB: (86,63,101) (34%, 25%, 40%)

RGB channels and saturation

R 86 of 255 = 34%
G 63 of 255 = 25%
B 101 of 255 = 40%

86
63
101

R + G + B ~ 33%. #563F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 63 + 101 = 250 (100%)
R 86 of 250 ~ 34.4%
G 63 of 250 ~ 25.2%
B 101 of 250 ~ 40.4'%

%34.4
%25.2
%40.4

CMYK color model

#563F65 color CMYK value is (15,38,0,60).

  • cyan value is 14.85%
  • magenta value is 37.62%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (15,38,0,60)
C15M38Y0K60 (15%, 38%, 0%, 60%)
(0.15 / 0.38 / 0.00 / 0.60)

CMYK percentages

%14.85
%37.62
%0
%60.39

Codes

Color #563F65 in popluar color models

56 3F 65
RGB 86 63 101
HSL 276° 23.17% 32.16%
HSB/HSV 276° 37.62% 39.61%
CMYK 14.85% 37.62% 0.00%
60.39%

Color #563F65 in popluar number systems.

HEX 56 3F 65
Decimal 86 63 101
Binary 1010110 111111 1100101
Octal 126 77 145

Shades and tints

Shades of #563F65

#563F65
(86,63,101)
#4F3A5C
(79,58,92)
#483553
(72,53,83)
#41304A
(65,48,74)
#3A2B41
(58,43,65)
#332638
(51,38,56)
#2C212F
(44,33,47)
#251C26
(37,28,38)
#1E171D
(30,23,29)
#171214
(23,18,20)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #563F65

#563F65
(86,63,101)
#655073
(101,80,115)
#746181
(116,97,129)
#83728F
(131,114,143)
#92839D
(146,131,157)
#A194AB
(161,148,171)
#B0A5B9
(176,165,185)
#BFB6C7
(191,182,199)
#CEC7D5
(206,199,213)
#DDD8E3
(221,216,227)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563F65 color. Also use rgb(86,63,101) instead hex code.

Text Font Color

.myTextColor { color: #563F65; }

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

This text font color is #563F65.

Background Color

.myBgColor { background-color: #563F65; }

<div style="background-color:#563F65">Inner text</div>

This div background color is #563F65.

Border color

.myBorderColor { border: 1px solid #563F65; }

<div style="border:3px solid #563F65">Div</div>

This div border color is #563F65.

Opacity

.myOpacity80 { color: #563F65; opacity: 0.8; }

<p style="color:#563F65;opacity:0.8;">80%</p>

Text with #563F65 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 #563F65;}

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

This text has shadow with #563F65 color.


.textShadow {text-shadow: 3px 3px 1px #563F65', 3px 3px 1px red;}

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

This text has shadow with #563F65 primary color and red secondary color.


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

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

This text has shadow with #563F65 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #563F65; -webkit-box-shadow: 1px 1px 3px 2px #563F65; box-shadow:1px 1px 3px 2px #563F65;">
Div content here
</div>

This div box has shadow with color #563F65.

Preview

Color preview on black background

This text has color #563F65 on black background.


Color preview on white background

This text has color #563F65 on white background.


Black color preview on #563F65 background

This text has black color on #563F65 background.


White color preview on #563F65 background

This text has white color on #563F65 background.


Related colors

Complementary color

Complementary color for #hex is #A9C09A.


I love getcolorcode.com

Triadic colors

1 #65563F and #3F6556 with #563F65 are triadic colors.

2 #653F56 and #3F5665 with #563F65 are triadic colors.