COLOR #565547

HEX: #565547
RGB: (86,85,71)

Color info

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

RGB color model

#565547 color RGB value is (86,85,71).

  • red value is 86;
  • green value is 85;
  • blue value is 71.
RGB:
(86,85,71)
(34%,33%,28%)

RGB channels and saturation

R 86 of 255 = 34%
G 85 of 255 = 33%
B 71 of 255 = 28%

86
85
71

R + G + B ~ 32%. #565547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 85 + 71 = 242 (100%)
R 86 of 242 ~ 35.54%
G 85 of 242 ~ 35.12%
B 71 of 242 ~ 29.34%

%35.54
%35.12
%29.34

CMYK color model

#565547 color CMYK value is (0,1,17,66).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 17.44%
  • key color value is 66.27%
CMYK:
(0,1,17,66)
C0M1Y17K66 
(0%,1%,17%,66%)
(0.00/0.01/0.17/0.66)	

CMYK percentages

%0
%1.16
%17.44
%66.27

Codes

Color #565547 in popluar color models

565547
RGB868571
HSL56°9.55%30.78%
HSB/HSV56°17.44%33.73%
CMYK0.00%1.16%17.44%
66.27%

Color #565547 in popluar number systems.

HEX565547
Decimal868571
Binary101011010101011000111
Octal126125107

Shades and tints

Shades of #565547

#565547
(86,85,71)
#4F4E41
(79,78,65)
#48473B
(72,71,59)
#414035
(65,64,53)
#3A392F
(58,57,47)
#333229
(51,50,41)
#2C2B23
(44,43,35)
#25241D
(37,36,29)
#1E1D17
(30,29,23)
#171611
(23,22,17)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #565547

#565547
(86,85,71)
#656457
(101,100,87)
#747367
(116,115,103)
#838277
(131,130,119)
#929187
(146,145,135)
#A1A097
(161,160,151)
#B0AFA7
(176,175,167)
#BFBEB7
(191,190,183)
#CECDC7
(206,205,199)
#DDDCD7
(221,220,215)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565547 color. Also use rgb(86,85,71) instead hex code.

Text Font Color

.myTextColor { color: #565547; }

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

This text font color is #565547.


Background Color

.myBgColor { background-color: #565547; }

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

This div background color is #565547.


Border color

.myBorderColor { border: 1px solid #565547; }

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

This div border color is #565547.


Opacity

.myOpacity80 { color: #565547; opacity: 0.8; }

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

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

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

This text has shadow with #565547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565547 on black background.


Color preview on white background

This text has color #565547 on white background.



Black color preview on #565547 background

This text has black color on #565547 background.


White color preview on #565547 background

This text has white color on #565547 background.