COLOR #56573E

HEX: #56573E
RGB: (86,87,62)

Color info

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

RGB color model

#56573E color RGB value is (86,87,62).

  • red value is 86;
  • green value is 87;
  • blue value is 62.
RGB:
(86,87,62)
(34%,34%,24%)

RGB channels and saturation

R 86 of 255 = 34%
G 87 of 255 = 34%
B 62 of 255 = 24%

86
87
62

R + G + B ~ 31%. #56573E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 87 + 62 = 235 (100%)
R 86 of 235 ~ 36.6%
G 87 of 235 ~ 37.02%
B 62 of 235 ~ 26.38%

%36.6
%37.02
%26.38

CMYK color model

#56573E color CMYK value is (1,0,29,66).

  • cyan value is 1.15%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 65.88%
CMYK:
(1,0,29,66)
C1M0Y29K66 
(1%,0%,29%,66%)
(0.01/0.00/0.29/0.66)	

CMYK percentages

%1.15
%0
%28.74
%65.88

Codes

Color #56573E in popluar color models

56573E
RGB868762
HSL62°16.78%29.22%
HSB/HSV62°28.74%34.12%
CMYK1.15%0.00%28.74%
65.88%

Color #56573E in popluar number systems.

HEX56573E
Decimal868762
Binary10101101010111111110
Octal12612776

Shades and tints

Shades of #56573E

#56573E
(86,87,62)
#4F5039
(79,80,57)
#484934
(72,73,52)
#41422F
(65,66,47)
#3A3B2A
(58,59,42)
#333425
(51,52,37)
#2C2D20
(44,45,32)
#25261B
(37,38,27)
#1E1F16
(30,31,22)
#171811
(23,24,17)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #56573E

#56573E
(86,87,62)
#65664F
(101,102,79)
#747560
(116,117,96)
#838471
(131,132,113)
#929382
(146,147,130)
#A1A293
(161,162,147)
#B0B1A4
(176,177,164)
#BFC0B5
(191,192,181)
#CECFC6
(206,207,198)
#DDDED7
(221,222,215)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56573E color. Also use rgb(86,87,62) instead hex code.

Text Font Color

.myTextColor { color: #56573E; }

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

This text font color is #56573E.


Background Color

.myBgColor { background-color: #56573E; }

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

This div background color is #56573E.


Border color

.myBorderColor { border: 1px solid #56573E; }

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

This div border color is #56573E.


Opacity

.myOpacity80 { color: #56573E; opacity: 0.8; }

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

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

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

This text has shadow with #56573E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56573E on black background.


Color preview on white background

This text has color #56573E on white background.



Black color preview on #56573E background

This text has black color on #56573E background.


White color preview on #56573E background

This text has white color on #56573E background.