COLOR #563A2F

HEX: #563A2F RGB: (86,58,47)

Color info

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

RGB color model

#563A2F color RGB value is (86,58,47).

RGB: (86,58,47) (34%, 23%, 18%)

RGB channels and saturation

R 86 of 255 = 34%
G 58 of 255 = 23%
B 47 of 255 = 18%

86
58
47

R + G + B ~ 25%. #563A2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 58 + 47 = 191 (100%)
R 86 of 191 ~ 45.03%
G 58 of 191 ~ 30.37%
B 47 of 191 ~ 24.61'%

%45.03
%30.37
%24.61

CMYK color model

#563A2F color CMYK value is (0,33,45,66).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 45.35%
  • key color value is 66.27%

CMYK: (0,33,45,66)
C0M33Y45K66 (0%, 33%, 45%, 66%)
(0.00 / 0.33 / 0.45 / 0.66)

CMYK percentages

%0
%32.56
%45.35
%66.27

Codes

Color #563A2F in popluar color models

56 3A 2F
RGB 86 58 47
HSL 17° 29.32% 26.08%
HSB/HSV 17° 45.35% 33.73%
CMYK 0.00% 32.56% 45.35%
66.27%

Color #563A2F in popluar number systems.

HEX 56 3A 2F
Decimal 86 58 47
Binary 1010110 111010 101111
Octal 126 72 57

Shades and tints

Shades of #563A2F

#563A2F
(86,58,47)
#4F352B
(79,53,43)
#483027
(72,48,39)
#412B23
(65,43,35)
#3A261F
(58,38,31)
#33211B
(51,33,27)
#2C1C17
(44,28,23)
#251713
(37,23,19)
#1E120F
(30,18,15)
#170D0B
(23,13,11)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #563A2F

#563A2F
(86,58,47)
#654B41
(101,75,65)
#745C53
(116,92,83)
#836D65
(131,109,101)
#927E77
(146,126,119)
#A18F89
(161,143,137)
#B0A09B
(176,160,155)
#BFB1AD
(191,177,173)
#CEC2BF
(206,194,191)
#DDD3D1
(221,211,209)
#ECE4E3
(236,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563A2F color. Also use rgb(86,58,47) instead hex code.

Text Font Color

.myTextColor { color: #563A2F; }

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

This text font color is #563A2F.

Background Color

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

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

This div background color is #563A2F.

Border color

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

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

This div border color is #563A2F.

Opacity

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

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

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

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

This text has shadow with #563A2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #563A2F.

Preview

Color preview on black background

This text has color #563A2F on black background.


Color preview on white background

This text has color #563A2F on white background.


Black color preview on #563A2F background

This text has black color on #563A2F background.


White color preview on #563A2F background

This text has white color on #563A2F background.


Related colors

Complementary color

Complementary color for #hex is #A9C5D0.


I love getcolorcode.com

Triadic colors

1 #2F563A and #3A2F56 with #563A2F are triadic colors.

2 #2F3A56 and #3A562F with #563A2F are triadic colors.