COLOR #56584C

HEX: #56584C
RGB: (86,88,76)

Color info

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

RGB color model

#56584C color RGB value is (86,88,76).

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

RGB channels and saturation

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

86
88
76

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

Portions of RGB colors in percentages

R + G + B =
86 + 88 + 76 = 250 (100%)
R 86 of 250 ~ 34.4%
G 88 of 250 ~ 35.2%
B 76 of 250 ~ 30.4%

%34.4
%35.2
%30.4

CMYK color model

#56584C color CMYK value is (2,0,14,65).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 65.49%
CMYK:
(2,0,14,65)
C2M0Y14K65 
(2%,0%,14%,65%)
(0.02/0.00/0.14/0.65)	

CMYK percentages

%2.27
%0
%13.64
%65.49

Codes

Color #56584C in popluar color models

56584C
RGB868876
HSL70°7.32%32.16%
HSB/HSV70°13.64%34.51%
CMYK2.27%0.00%13.64%
65.49%

Color #56584C in popluar number systems.

HEX56584C
Decimal868876
Binary101011010110001001100
Octal126130114

Shades and tints

Shades of #56584C

#56584C
(86,88,76)
#4F5046
(79,80,70)
#484840
(72,72,64)
#41403A
(65,64,58)
#3A3834
(58,56,52)
#33302E
(51,48,46)
#2C2828
(44,40,40)
#252022
(37,32,34)
#1E181C
(30,24,28)
#171016
(23,16,22)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #56584C

#56584C
(86,88,76)
#65675C
(101,103,92)
#74766C
(116,118,108)
#83857C
(131,133,124)
#92948C
(146,148,140)
#A1A39C
(161,163,156)
#B0B2AC
(176,178,172)
#BFC1BC
(191,193,188)
#CED0CC
(206,208,204)
#DDDFDC
(221,223,220)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56584C; }

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

This text font color is #56584C.


Background Color

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

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

This div background color is #56584C.


Border color

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

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

This div border color is #56584C.


Opacity

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

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

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

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

This text has shadow with #56584C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56584C on black background.


Color preview on white background

This text has color #56584C on white background.



Black color preview on #56584C background

This text has black color on #56584C background.


White color preview on #56584C background

This text has white color on #56584C background.