COLOR #563946

HEX: #563946
RGB: (86,57,70)

Color info

#563946 contains red, green and blue colors in about the same proportion. Web safe color of #563946 is #663333 (or #633).

RGB color model

#563946 color RGB value is (86,57,70).

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

RGB channels and saturation

R 86 of 255 = 34%
G 57 of 255 = 22%
B 70 of 255 = 27%

86
57
70

R + G + B ~ 28%. #563946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 57 + 70 = 213 (100%)
R 86 of 213 ~ 40.38%
G 57 of 213 ~ 26.76%
B 70 of 213 ~ 32.86%

%40.38
%26.76
%32.86

CMYK color model

#563946 color CMYK value is (0,34,19,66).

  • cyan value is 0.00%
  • magenta value is 33.72%
  • yellow value is 18.60%
  • key color value is 66.27%
CMYK:
(0,34,19,66)
C0M34Y19K66 
(0%,34%,19%,66%)
(0.00/0.34/0.19/0.66)	

CMYK percentages

%0
%33.72
%18.6
%66.27

Codes

Color #563946 in popluar color models

563946
RGB865770
HSL333°20.28%28.04%
HSB/HSV333°33.72%33.73%
CMYK0.00%33.72%18.60%
66.27%

Color #563946 in popluar number systems.

HEX563946
Decimal865770
Binary10101101110011000110
Octal12671106

Shades and tints

Shades of #563946

#563946
(86,57,70)
#4F3440
(79,52,64)
#482F3A
(72,47,58)
#412A34
(65,42,52)
#3A252E
(58,37,46)
#332028
(51,32,40)
#2C1B22
(44,27,34)
#25161C
(37,22,28)
#1E1116
(30,17,22)
#170C10
(23,12,16)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #563946

#563946
(86,57,70)
#654B56
(101,75,86)
#745D66
(116,93,102)
#836F76
(131,111,118)
#928186
(146,129,134)
#A19396
(161,147,150)
#B0A5A6
(176,165,166)
#BFB7B6
(191,183,182)
#CEC9C6
(206,201,198)
#DDDBD6
(221,219,214)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563946; }

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

This text font color is #563946.


Background Color

.myBgColor { background-color: #563946; }

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

This div background color is #563946.


Border color

.myBorderColor { border: 1px solid #563946; }

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

This div border color is #563946.


Opacity

.myOpacity80 { color: #563946; opacity: 0.8; }

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

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

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

This text has shadow with #563946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563946 on black background.


Color preview on white background

This text has color #563946 on white background.



Black color preview on #563946 background

This text has black color on #563946 background.


White color preview on #563946 background

This text has white color on #563946 background.