COLOR #565548

HEX: #565548
RGB: (86,85,72)

Color info

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

RGB color model

#565548 color RGB value is (86,85,72).

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

RGB channels and saturation

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

86
85
72

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

Portions of RGB colors in percentages

R + G + B =
86 + 85 + 72 = 243 (100%)
R 86 of 243 ~ 35.39%
G 85 of 243 ~ 34.98%
B 72 of 243 ~ 29.63%

%35.39
%34.98
%29.63

CMYK color model

#565548 color CMYK value is (0,1,16,66).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 16.28%
  • key color value is 66.27%
CMYK:
(0,1,16,66)
C0M1Y16K66 
(0%,1%,16%,66%)
(0.00/0.01/0.16/0.66)	

CMYK percentages

%0
%1.16
%16.28
%66.27

Codes

Color #565548 in popluar color models

565548
RGB868572
HSL56°8.86%30.98%
HSB/HSV56°16.28%33.73%
CMYK0.00%1.16%16.28%
66.27%

Color #565548 in popluar number systems.

HEX565548
Decimal868572
Binary101011010101011001000
Octal126125110

Shades and tints

Shades of #565548

#565548
(86,85,72)
#4F4E42
(79,78,66)
#48473C
(72,71,60)
#414036
(65,64,54)
#3A3930
(58,57,48)
#33322A
(51,50,42)
#2C2B24
(44,43,36)
#25241E
(37,36,30)
#1E1D18
(30,29,24)
#171612
(23,22,18)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #565548

#565548
(86,85,72)
#656458
(101,100,88)
#747368
(116,115,104)
#838278
(131,130,120)
#929188
(146,145,136)
#A1A098
(161,160,152)
#B0AFA8
(176,175,168)
#BFBEB8
(191,190,184)
#CECDC8
(206,205,200)
#DDDCD8
(221,220,216)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565548; }

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

This text font color is #565548.


Background Color

.myBgColor { background-color: #565548; }

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

This div background color is #565548.


Border color

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

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

This div border color is #565548.


Opacity

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

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

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

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

This text has shadow with #565548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565548 on black background.


Color preview on white background

This text has color #565548 on white background.



Black color preview on #565548 background

This text has black color on #565548 background.


White color preview on #565548 background

This text has white color on #565548 background.