COLOR #56594C

HEX: #56594C
RGB: (86,89,76)

Color info

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

RGB color model

#56594C color RGB value is (86,89,76).

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

RGB channels and saturation

R 86 of 255 = 34%
G 89 of 255 = 35%
B 76 of 255 = 30%

86
89
76

R + G + B ~ 33%. #56594C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 89 + 76 = 251 (100%)
R 86 of 251 ~ 34.26%
G 89 of 251 ~ 35.46%
B 76 of 251 ~ 30.28%

%34.26
%35.46
%30.28

CMYK color model

#56594C color CMYK value is (3,0,15,65).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 65.10%
CMYK:
(3,0,15,65)
C3M0Y15K65 
(3%,0%,15%,65%)
(0.03/0.00/0.15/0.65)	

CMYK percentages

%3.37
%0
%14.61
%65.1

Codes

Color #56594C in popluar color models

56594C
RGB868976
HSL74°7.88%32.35%
HSB/HSV74°14.61%34.90%
CMYK3.37%0.00%14.61%
65.10%

Color #56594C in popluar number systems.

HEX56594C
Decimal868976
Binary101011010110011001100
Octal126131114

Shades and tints

Shades of #56594C

#56594C
(86,89,76)
#4F5146
(79,81,70)
#484940
(72,73,64)
#41413A
(65,65,58)
#3A3934
(58,57,52)
#33312E
(51,49,46)
#2C2928
(44,41,40)
#252122
(37,33,34)
#1E191C
(30,25,28)
#171116
(23,17,22)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #56594C

#56594C
(86,89,76)
#65685C
(101,104,92)
#74776C
(116,119,108)
#83867C
(131,134,124)
#92958C
(146,149,140)
#A1A49C
(161,164,156)
#B0B3AC
(176,179,172)
#BFC2BC
(191,194,188)
#CED1CC
(206,209,204)
#DDE0DC
(221,224,220)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56594C color. Also use rgb(86,89,76) instead hex code.

Text Font Color

.myTextColor { color: #56594C; }

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

This text font color is #56594C.


Background Color

.myBgColor { background-color: #56594C; }

<div style="background-color:#56594C">Inner text</div>

This div background color is #56594C.


Border color

.myBorderColor { border: 1px solid #56594C; }

<div style="border:3px solid #56594C">Div</div>

This div border color is #56594C.


Opacity

.myOpacity80 { color: #56594C; opacity: 0.8; }

<p style="color:#56594C;opacity:0.8;">80%</p>

Text with #56594C 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 #56594C;}

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

This text has shadow with #56594C color.

.textShadow {text-shadow: 3px 3px 1px #56594C, 3px 3px 1px red;}

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

This text has shadow with #56594C primary color and red secondary color.


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

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

This text has shadow with #56594C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56594C on black background.


Color preview on white background

This text has color #56594C on white background.



Black color preview on #56594C background

This text has black color on #56594C background.


White color preview on #56594C background

This text has white color on #56594C background.