COLOR #563443

HEX: #563443
RGB: (86,52,67)

Color info

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

RGB color model

#563443 color RGB value is (86,52,67).

  • red value is 86;
  • green value is 52;
  • blue value is 67.
RGB: (86,52,67) (34%,20%,26%)

RGB channels and saturation

R 86 of 255 = 34%
G 52 of 255 = 20%
B 67 of 255 = 26%

86
52
67

R + G + B ~ 27%. #563443 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 52 + 67 = 205 (100%)
R 86 of 205 ~ 41.95%
G 52 of 205 ~ 25.37%
B 67 of 205 ~ 32.68%

%41.95
%25.37
%32.68

CMYK color model

#563443 color CMYK value is (0,40,22,66).

  • cyan value is 0.00%
  • magenta value is 39.53%
  • yellow value is 22.09%
  • key color value is 66.27%
CMYK: (0,40,22,66) C0M40Y22K66 (0%,40%,22%,66%) (0.00/0.40/0.22/0.66)

CMYK percentages

%0
%39.53
%22.09
%66.27

Codes

Color #563443 in popluar color models

563443
RGB865267
HSL334°24.64%27.06%
HSB/HSV334°39.53%33.73%
CMYK0.00%39.53%22.09%
66.27%

Color #563443 in popluar number systems.

HEX563443
Decimal865267
Binary10101101101001000011
Octal12664103

Shades and tints

Shades of #563443

#563443
(86,52,67)
#4F303D
(79,48,61)
#482C37
(72,44,55)
#412831
(65,40,49)
#3A242B
(58,36,43)
#332025
(51,32,37)
#2C1C1F
(44,28,31)
#251819
(37,24,25)
#1E1413
(30,20,19)
#17100D
(23,16,13)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #563443

#563443
(86,52,67)
#654654
(101,70,84)
#745865
(116,88,101)
#836A76
(131,106,118)
#927C87
(146,124,135)
#A18E98
(161,142,152)
#B0A0A9
(176,160,169)
#BFB2BA
(191,178,186)
#CEC4CB
(206,196,203)
#DDD6DC
(221,214,220)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563443 color. Also use rgb(86,52,67) instead hex code.

Text Font Color

.myTextColor { color: #563443; }

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

This text font color is #563443.


Background Color

.myBgColor { background-color: #563443; }

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

This div background color is #563443.


Border color

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

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

This div border color is #563443.


Opacity

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

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

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

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

This text has shadow with #563443 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #563443 on black background.


Color preview on white background

This text has color #563443 on white background.



Black color preview on #563443 background

This text has black color on #563443 background.


White color preview on #563443 background

This text has white color on #563443 background.