COLOR #563F34

HEX: #563F34 RGB: (86,63,52)

Color info

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

RGB color model

#563F34 color RGB value is (86,63,52).

RGB: (86,63,52) (34%, 25%, 20%)

RGB channels and saturation

R 86 of 255 = 34%
G 63 of 255 = 25%
B 52 of 255 = 20%

86
63
52

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

Portions of RGB colors in percentages

R + G + B = 86 + 63 + 52 = 201 (100%)
R 86 of 201 ~ 42.79%
G 63 of 201 ~ 31.34%
B 52 of 201 ~ 25.87'%

%42.79
%31.34
%25.87

CMYK color model

#563F34 color CMYK value is (0,27,40,66).

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

CMYK: (0,27,40,66)
C0M27Y40K66 (0%, 27%, 40%, 66%)
(0.00 / 0.27 / 0.40 / 0.66)

CMYK percentages

%0
%26.74
%39.53
%66.27

Codes

Color #563F34 in popluar color models

56 3F 34
RGB 86 63 52
HSL 19° 24.64% 27.06%
HSB/HSV 19° 39.53% 33.73%
CMYK 0.00% 26.74% 39.53%
66.27%

Color #563F34 in popluar number systems.

HEX 56 3F 34
Decimal 86 63 52
Binary 1010110 111111 110100
Octal 126 77 64

Shades and tints

Shades of #563F34

#563F34
(86,63,52)
#4F3A30
(79,58,48)
#48352C
(72,53,44)
#413028
(65,48,40)
#3A2B24
(58,43,36)
#332620
(51,38,32)
#2C211C
(44,33,28)
#251C18
(37,28,24)
#1E1714
(30,23,20)
#171210
(23,18,16)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #563F34

#563F34
(86,63,52)
#655046
(101,80,70)
#746158
(116,97,88)
#83726A
(131,114,106)
#92837C
(146,131,124)
#A1948E
(161,148,142)
#B0A5A0
(176,165,160)
#BFB6B2
(191,182,178)
#CEC7C4
(206,199,196)
#DDD8D6
(221,216,214)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563F34; }

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

This text font color is #563F34.

Background Color

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

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

This div background color is #563F34.

Border color

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

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

This div border color is #563F34.

Opacity

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

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

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

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

This text has shadow with #563F34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #563F34.

Preview

Color preview on black background

This text has color #563F34 on black background.


Color preview on white background

This text has color #563F34 on white background.


Black color preview on #563F34 background

This text has black color on #563F34 background.


White color preview on #563F34 background

This text has white color on #563F34 background.


Related colors

Complementary color

Complementary color for #hex is #A9C0CB.


I love getcolorcode.com

Triadic colors

1 #34563F and #3F3456 with #563F34 are triadic colors.

2 #343F56 and #3F5634 with #563F34 are triadic colors.