COLOR #565B4D

HEX: #565B4D
RGB: (86,91,77)

Color info

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

RGB color model

#565B4D color RGB value is (86,91,77).

  • red value is 86;
  • green value is 91;
  • blue value is 77.
RGB:
(86,91,77)
(34%,36%,30%)

RGB channels and saturation

R 86 of 255 = 34%
G 91 of 255 = 36%
B 77 of 255 = 30%

86
91
77

R + G + B ~ 33%. #565B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 91 + 77 = 254 (100%)
R 86 of 254 ~ 33.86%
G 91 of 254 ~ 35.83%
B 77 of 254 ~ 30.31%

%33.86
%35.83
%30.31

CMYK color model

#565B4D color CMYK value is (5,0,15,64).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 64.31%
CMYK:
(5,0,15,64)
C5M0Y15K64 
(5%,0%,15%,64%)
(0.05/0.00/0.15/0.64)	

CMYK percentages

%5.49
%0
%15.38
%64.31

Codes

Color #565B4D in popluar color models

565B4D
RGB869177
HSL81°8.33%32.94%
HSB/HSV81°15.38%35.69%
CMYK5.49%0.00%15.38%
64.31%

Color #565B4D in popluar number systems.

HEX565B4D
Decimal869177
Binary101011010110111001101
Octal126133115

Shades and tints

Shades of #565B4D

#565B4D
(86,91,77)
#4F5346
(79,83,70)
#484B3F
(72,75,63)
#414338
(65,67,56)
#3A3B31
(58,59,49)
#33332A
(51,51,42)
#2C2B23
(44,43,35)
#25231C
(37,35,28)
#1E1B15
(30,27,21)
#17130E
(23,19,14)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #565B4D

#565B4D
(86,91,77)
#65695D
(101,105,93)
#74776D
(116,119,109)
#83857D
(131,133,125)
#92938D
(146,147,141)
#A1A19D
(161,161,157)
#B0AFAD
(176,175,173)
#BFBDBD
(191,189,189)
#CECBCD
(206,203,205)
#DDD9DD
(221,217,221)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565B4D color. Also use rgb(86,91,77) instead hex code.

Text Font Color

.myTextColor { color: #565B4D; }

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

This text font color is #565B4D.


Background Color

.myBgColor { background-color: #565B4D; }

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

This div background color is #565B4D.


Border color

.myBorderColor { border: 1px solid #565B4D; }

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

This div border color is #565B4D.


Opacity

.myOpacity80 { color: #565B4D; opacity: 0.8; }

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

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

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

This text has shadow with #565B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565B4D on black background.


Color preview on white background

This text has color #565B4D on white background.



Black color preview on #565B4D background

This text has black color on #565B4D background.


White color preview on #565B4D background

This text has white color on #565B4D background.