COLOR #565749

HEX: #565749
RGB: (86,87,73)

Color info

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

RGB color model

#565749 color RGB value is (86,87,73).

  • red value is 86;
  • green value is 87;
  • blue value is 73.
RGB:
(86,87,73)
(34%,34%,29%)

RGB channels and saturation

R 86 of 255 = 34%
G 87 of 255 = 34%
B 73 of 255 = 29%

86
87
73

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

Portions of RGB colors in percentages

R + G + B =
86 + 87 + 73 = 246 (100%)
R 86 of 246 ~ 34.96%
G 87 of 246 ~ 35.37%
B 73 of 246 ~ 29.67%

%34.96
%35.37
%29.67

CMYK color model

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

  • cyan value is 1.15%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 65.88%
CMYK:
(1,0,16,66)
C1M0Y16K66 
(1%,0%,16%,66%)
(0.01/0.00/0.16/0.66)	

CMYK percentages

%1.15
%0
%16.09
%65.88

Codes

Color #565749 in popluar color models

565749
RGB868773
HSL64°8.75%31.37%
HSB/HSV64°16.09%34.12%
CMYK1.15%0.00%16.09%
65.88%

Color #565749 in popluar number systems.

HEX565749
Decimal868773
Binary101011010101111001001
Octal126127111

Shades and tints

Shades of #565749

#565749
(86,87,73)
#4F5043
(79,80,67)
#48493D
(72,73,61)
#414237
(65,66,55)
#3A3B31
(58,59,49)
#33342B
(51,52,43)
#2C2D25
(44,45,37)
#25261F
(37,38,31)
#1E1F19
(30,31,25)
#171813
(23,24,19)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #565749

#565749
(86,87,73)
#656659
(101,102,89)
#747569
(116,117,105)
#838479
(131,132,121)
#929389
(146,147,137)
#A1A299
(161,162,153)
#B0B1A9
(176,177,169)
#BFC0B9
(191,192,185)
#CECFC9
(206,207,201)
#DDDED9
(221,222,217)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565749 color. Also use rgb(86,87,73) instead hex code.

Text Font Color

.myTextColor { color: #565749; }

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

This text font color is #565749.


Background Color

.myBgColor { background-color: #565749; }

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

This div background color is #565749.


Border color

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

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

This div border color is #565749.


Opacity

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

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

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

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

This text has shadow with #565749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565749 on black background.


Color preview on white background

This text has color #565749 on white background.



Black color preview on #565749 background

This text has black color on #565749 background.


White color preview on #565749 background

This text has white color on #565749 background.