COLOR #565B4C

HEX: #565B4C RGB: (86,91,76)

Color info

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

RGB color model

#565B4C color RGB value is (86,91,76).

RGB: (86,91,76) (34%, 36%, 30%)

RGB channels and saturation

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

86
91
76

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

Portions of RGB colors in percentages

R + G + B = 86 + 91 + 76 = 253 (100%)
R 86 of 253 ~ 33.99%
G 91 of 253 ~ 35.97%
B 76 of 253 ~ 30.04'%

%33.99
%35.97
%30.04

CMYK color model

#565B4C color CMYK value is (5,0,16,64).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 64.31%

CMYK: (5,0,16,64)
C5M0Y16K64 (5%, 0%, 16%, 64%)
(0.05 / 0.00 / 0.16 / 0.64)

CMYK percentages

%5.49
%0
%16.48
%64.31

Codes

Color #565B4C in popluar color models

56 5B 4C
RGB 86 91 76
HSL 80° 8.98% 32.75%
HSB/HSV 80° 16.48% 35.69%
CMYK 5.49% 0.00% 16.48%
64.31%

Color #565B4C in popluar number systems.

HEX 56 5B 4C
Decimal 86 91 76
Binary 1010110 1011011 1001100
Octal 126 133 114

Shades and tints

Shades of #565B4C

#565B4C
(86,91,76)
#4F5346
(79,83,70)
#484B40
(72,75,64)
#41433A
(65,67,58)
#3A3B34
(58,59,52)
#33332E
(51,51,46)
#2C2B28
(44,43,40)
#252322
(37,35,34)
#1E1B1C
(30,27,28)
#171316
(23,19,22)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #565B4C

#565B4C
(86,91,76)
#65695C
(101,105,92)
#74776C
(116,119,108)
#83857C
(131,133,124)
#92938C
(146,147,140)
#A1A19C
(161,161,156)
#B0AFAC
(176,175,172)
#BFBDBC
(191,189,188)
#CECBCC
(206,203,204)
#DDD9DC
(221,217,220)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565B4C; }

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

This text font color is #565B4C.

Background Color

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

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

This div background color is #565B4C.

Border color

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

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

This div border color is #565B4C.

Opacity

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

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

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

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

This text has shadow with #565B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #565B4C.

Preview

Color preview on black background

This text has color #565B4C on black background.


Color preview on white background

This text has color #565B4C on white background.


Black color preview on #565B4C background

This text has black color on #565B4C background.


White color preview on #565B4C background

This text has white color on #565B4C background.


Related colors

Complementary color

Complementary color for #hex is #A9A4B3.


I love getcolorcode.com

Triadic colors

1 #4C565B and #5B4C56 with #565B4C are triadic colors.

2 #4C5B56 and #5B564C with #565B4C are triadic colors.