COLOR #56592B

HEX: #56592B
RGB: (86,89,43)

Color info

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

RGB color model

#56592B color RGB value is (86,89,43).

  • red value is 86;
  • green value is 89;
  • blue value is 43.
RGB:
(86,89,43)
(34%,35%,17%)

RGB channels and saturation

R 86 of 255 = 34%
G 89 of 255 = 35%
B 43 of 255 = 17%

86
89
43

R + G + B ~ 29%. #56592B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 89 + 43 = 218 (100%)
R 86 of 218 ~ 39.45%
G 89 of 218 ~ 40.83%
B 43 of 218 ~ 19.72%

%39.45
%40.83
%19.72

CMYK color model

#56592B color CMYK value is (3,0,52,65).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 65.10%
CMYK:
(3,0,52,65)
C3M0Y52K65 
(3%,0%,52%,65%)
(0.03/0.00/0.52/0.65)	

CMYK percentages

%3.37
%0
%51.69
%65.1

Codes

Color #56592B in popluar color models

56592B
RGB868943
HSL64°34.85%25.88%
HSB/HSV64°51.69%34.90%
CMYK3.37%0.00%51.69%
65.10%

Color #56592B in popluar number systems.

HEX56592B
Decimal868943
Binary10101101011001101011
Octal12613153

Shades and tints

Shades of #56592B

#56592B
(86,89,43)
#4F5128
(79,81,40)
#484925
(72,73,37)
#414122
(65,65,34)
#3A391F
(58,57,31)
#33311C
(51,49,28)
#2C2919
(44,41,25)
#252116
(37,33,22)
#1E1913
(30,25,19)
#171110
(23,17,16)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #56592B

#56592B
(86,89,43)
#65683E
(101,104,62)
#747751
(116,119,81)
#838664
(131,134,100)
#929577
(146,149,119)
#A1A48A
(161,164,138)
#B0B39D
(176,179,157)
#BFC2B0
(191,194,176)
#CED1C3
(206,209,195)
#DDE0D6
(221,224,214)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56592B color. Also use rgb(86,89,43) instead hex code.

Text Font Color

.myTextColor { color: #56592B; }

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

This text font color is #56592B.


Background Color

.myBgColor { background-color: #56592B; }

<div style="background-color:#56592B">Inner text</div>

This div background color is #56592B.


Border color

.myBorderColor { border: 1px solid #56592B; }

<div style="border:3px solid #56592B">Div</div>

This div border color is #56592B.


Opacity

.myOpacity80 { color: #56592B; opacity: 0.8; }

<p style="color:#56592B;opacity:0.8;">80%</p>

Text with #56592B 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 #56592B;}

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

This text has shadow with #56592B color.

.textShadow {text-shadow: 3px 3px 1px #56592B, 3px 3px 1px red;}

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

This text has shadow with #56592B primary color and red secondary color.


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

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

This text has shadow with #56592B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56592B on black background.


Color preview on white background

This text has color #56592B on white background.



Black color preview on #56592B background

This text has black color on #56592B background.


White color preview on #56592B background

This text has white color on #56592B background.