COLOR #56513E

HEX: #56513E
RGB: (86,81,62)

Color info

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

RGB color model

#56513E color RGB value is (86,81,62).

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

RGB channels and saturation

R 86 of 255 = 34%
G 81 of 255 = 32%
B 62 of 255 = 24%

86
81
62

R + G + B ~ 30%. #56513E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 81 + 62 = 229 (100%)
R 86 of 229 ~ 37.55%
G 81 of 229 ~ 35.37%
B 62 of 229 ~ 27.07%

%37.55
%35.37
%27.07

CMYK color model

#56513E color CMYK value is (0,6,28,66).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 27.91%
  • key color value is 66.27%
CMYK:
(0,6,28,66)
C0M6Y28K66 
(0%,6%,28%,66%)
(0.00/0.06/0.28/0.66)	

CMYK percentages

%0
%5.81
%27.91
%66.27

Codes

Color #56513E in popluar color models

56513E
RGB868162
HSL48°16.22%29.02%
HSB/HSV48°27.91%33.73%
CMYK0.00%5.81%27.91%
66.27%

Color #56513E in popluar number systems.

HEX56513E
Decimal868162
Binary10101101010001111110
Octal12612176

Shades and tints

Shades of #56513E

#56513E
(86,81,62)
#4F4A39
(79,74,57)
#484334
(72,67,52)
#413C2F
(65,60,47)
#3A352A
(58,53,42)
#332E25
(51,46,37)
#2C2720
(44,39,32)
#25201B
(37,32,27)
#1E1916
(30,25,22)
#171211
(23,18,17)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #56513E

#56513E
(86,81,62)
#65604F
(101,96,79)
#746F60
(116,111,96)
#837E71
(131,126,113)
#928D82
(146,141,130)
#A19C93
(161,156,147)
#B0ABA4
(176,171,164)
#BFBAB5
(191,186,181)
#CEC9C6
(206,201,198)
#DDD8D7
(221,216,215)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56513E; }

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

This text font color is #56513E.


Background Color

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

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

This div background color is #56513E.


Border color

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

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

This div border color is #56513E.


Opacity

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

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

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

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

This text has shadow with #56513E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56513E on black background.


Color preview on white background

This text has color #56513E on white background.



Black color preview on #56513E background

This text has black color on #56513E background.


White color preview on #56513E background

This text has white color on #56513E background.