COLOR #565544

HEX: #565544
RGB: (86,85,68)

Color info

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

RGB color model

#565544 color RGB value is (86,85,68).

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

RGB channels and saturation

R 86 of 255 = 34%
G 85 of 255 = 33%
B 68 of 255 = 27%

86
85
68

R + G + B ~ 31%. #565544 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 85 + 68 = 239 (100%)
R 86 of 239 ~ 35.98%
G 85 of 239 ~ 35.56%
B 68 of 239 ~ 28.45%

%35.98
%35.56
%28.45

CMYK color model

#565544 color CMYK value is (0,1,21,66).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 20.93%
  • key color value is 66.27%
CMYK:
(0,1,21,66)
C0M1Y21K66 
(0%,1%,21%,66%)
(0.00/0.01/0.21/0.66)	

CMYK percentages

%0
%1.16
%20.93
%66.27

Codes

Color #565544 in popluar color models

565544
RGB868568
HSL57°11.69%30.20%
HSB/HSV57°20.93%33.73%
CMYK0.00%1.16%20.93%
66.27%

Color #565544 in popluar number systems.

HEX565544
Decimal868568
Binary101011010101011000100
Octal126125104

Shades and tints

Shades of #565544

#565544
(86,85,68)
#4F4E3E
(79,78,62)
#484738
(72,71,56)
#414032
(65,64,50)
#3A392C
(58,57,44)
#333226
(51,50,38)
#2C2B20
(44,43,32)
#25241A
(37,36,26)
#1E1D14
(30,29,20)
#17160E
(23,22,14)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #565544

#565544
(86,85,68)
#656455
(101,100,85)
#747366
(116,115,102)
#838277
(131,130,119)
#929188
(146,145,136)
#A1A099
(161,160,153)
#B0AFAA
(176,175,170)
#BFBEBB
(191,190,187)
#CECDCC
(206,205,204)
#DDDCDD
(221,220,221)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565544; }

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

This text font color is #565544.


Background Color

.myBgColor { background-color: #565544; }

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

This div background color is #565544.


Border color

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

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

This div border color is #565544.


Opacity

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

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

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

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

This text has shadow with #565544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565544 on black background.


Color preview on white background

This text has color #565544 on white background.



Black color preview on #565544 background

This text has black color on #565544 background.


White color preview on #565544 background

This text has white color on #565544 background.