COLOR #56563A

HEX: #56563A
RGB: (86,86,58)

Color info

#56563A contains red, green and blue colors in about the same proportion. Web safe color of #56563A is #666633 (or #663).

RGB color model

#56563A color RGB value is (86,86,58).

  • red value is 86;
  • green value is 86;
  • blue value is 58.
RGB:
(86,86,58)
(34%,34%,23%)

RGB channels and saturation

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

86
86
58

R + G + B ~ 30%. #56563A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 86 + 58 = 230 (100%)
R 86 of 230 ~ 37.39%
G 86 of 230 ~ 37.39%
B 58 of 230 ~ 25.22%

%37.39
%37.39
%25.22

CMYK color model

#56563A color CMYK value is (0,0,33,66).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 66.27%
CMYK:
(0,0,33,66)
C0M0Y33K66 
(0%,0%,33%,66%)
(0.00/0.00/0.33/0.66)	

CMYK percentages

%0
%0
%32.56
%66.27

Codes

Color #56563A in popluar color models

56563A
RGB868658
HSL60°19.44%28.24%
HSB/HSV60°32.56%33.73%
CMYK0.00%0.00%32.56%
66.27%

Color #56563A in popluar number systems.

HEX56563A
Decimal868658
Binary10101101010110111010
Octal12612672

Shades and tints

Shades of #56563A

#56563A
(86,86,58)
#4F4F35
(79,79,53)
#484830
(72,72,48)
#41412B
(65,65,43)
#3A3A26
(58,58,38)
#333321
(51,51,33)
#2C2C1C
(44,44,28)
#252517
(37,37,23)
#1E1E12
(30,30,18)
#17170D
(23,23,13)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #56563A

#56563A
(86,86,58)
#65654B
(101,101,75)
#74745C
(116,116,92)
#83836D
(131,131,109)
#92927E
(146,146,126)
#A1A18F
(161,161,143)
#B0B0A0
(176,176,160)
#BFBFB1
(191,191,177)
#CECEC2
(206,206,194)
#DDDDD3
(221,221,211)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56563A; }

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

This text font color is #56563A.


Background Color

.myBgColor { background-color: #56563A; }

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

This div background color is #56563A.


Border color

.myBorderColor { border: 1px solid #56563A; }

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

This div border color is #56563A.


Opacity

.myOpacity80 { color: #56563A; opacity: 0.8; }

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

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

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

This text has shadow with #56563A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56563A on black background.


Color preview on white background

This text has color #56563A on white background.



Black color preview on #56563A background

This text has black color on #56563A background.


White color preview on #56563A background

This text has white color on #56563A background.