COLOR #563C34

HEX: #563C34 RGB: (86,60,52)

Color info

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

RGB color model

#563C34 color RGB value is (86,60,52).

RGB: (86,60,52) (34%, 24%, 20%)

RGB channels and saturation

R 86 of 255 = 34%
G 60 of 255 = 24%
B 52 of 255 = 20%

86
60
52

R + G + B ~ 26%. #563C34 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 60 + 52 = 198 (100%)
R 86 of 198 ~ 43.43%
G 60 of 198 ~ 30.3%
B 52 of 198 ~ 26.26'%

%43.43
%30.3
%26.26

CMYK color model

#563C34 color CMYK value is (0,30,40,66).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 39.53%
  • key color value is 66.27%

CMYK: (0,30,40,66)
C0M30Y40K66 (0%, 30%, 40%, 66%)
(0.00 / 0.30 / 0.40 / 0.66)

CMYK percentages

%0
%30.23
%39.53
%66.27

Codes

Color #563C34 in popluar color models

56 3C 34
RGB 86 60 52
HSL 14° 24.64% 27.06%
HSB/HSV 14° 39.53% 33.73%
CMYK 0.00% 30.23% 39.53%
66.27%

Color #563C34 in popluar number systems.

HEX 56 3C 34
Decimal 86 60 52
Binary 1010110 111100 110100
Octal 126 74 64

Shades and tints

Shades of #563C34

#563C34
(86,60,52)
#4F3730
(79,55,48)
#48322C
(72,50,44)
#412D28
(65,45,40)
#3A2824
(58,40,36)
#332320
(51,35,32)
#2C1E1C
(44,30,28)
#251918
(37,25,24)
#1E1414
(30,20,20)
#170F10
(23,15,16)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #563C34

#563C34
(86,60,52)
#654D46
(101,77,70)
#745E58
(116,94,88)
#836F6A
(131,111,106)
#92807C
(146,128,124)
#A1918E
(161,145,142)
#B0A2A0
(176,162,160)
#BFB3B2
(191,179,178)
#CEC4C4
(206,196,196)
#DDD5D6
(221,213,214)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563C34; }

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

This text font color is #563C34.

Background Color

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

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

This div background color is #563C34.

Border color

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

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

This div border color is #563C34.

Opacity

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

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

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

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

This text has shadow with #563C34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #563C34.

Preview

Color preview on black background

This text has color #563C34 on black background.


Color preview on white background

This text has color #563C34 on white background.


Black color preview on #563C34 background

This text has black color on #563C34 background.


White color preview on #563C34 background

This text has white color on #563C34 background.


Related colors

Complementary color

Complementary color for #hex is #A9C3CB.


I love getcolorcode.com

Triadic colors

1 #34563C and #3C3456 with #563C34 are triadic colors.

2 #343C56 and #3C5634 with #563C34 are triadic colors.