COLOR #56655B

HEX: #56655B RGB: (86,101,91)

Color info

#56655B contains red, green and blue colors in about the same proportion. Web safe color of #56655B is #666666 (or #666).

RGB color model

#56655B color RGB value is (86,101,91).

RGB: (86,101,91) (34%, 40%, 36%)

RGB channels and saturation

R 86 of 255 = 34%
G 101 of 255 = 40%
B 91 of 255 = 36%

86
101
91

R + G + B ~ 37%. #56655B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 101 + 91 = 278 (100%)
R 86 of 278 ~ 30.94%
G 101 of 278 ~ 36.33%
B 91 of 278 ~ 32.73'%

%30.94
%36.33
%32.73

CMYK color model

#56655B color CMYK value is (15,0,10,60).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 60.39%

CMYK: (15,0,10,60)
C15M0Y10K60 (15%, 0%, 10%, 60%)
(0.15 / 0.00 / 0.10 / 0.60)

CMYK percentages

%14.85
%0
%9.9
%60.39

Codes

Color #56655B in popluar color models

56 65 5B
RGB 86 101 91
HSL 140° 8.02% 36.67%
HSB/HSV 140° 14.85% 39.61%
CMYK 14.85% 0.00% 9.90%
60.39%

Color #56655B in popluar number systems.

HEX 56 65 5B
Decimal 86 101 91
Binary 1010110 1100101 1011011
Octal 126 145 133

Shades and tints

Shades of #56655B

#56655B
(86,101,91)
#4F5C53
(79,92,83)
#48534B
(72,83,75)
#414A43
(65,74,67)
#3A413B
(58,65,59)
#333833
(51,56,51)
#2C2F2B
(44,47,43)
#252623
(37,38,35)
#1E1D1B
(30,29,27)
#171413
(23,20,19)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #56655B

#56655B
(86,101,91)
#657369
(101,115,105)
#748177
(116,129,119)
#838F85
(131,143,133)
#929D93
(146,157,147)
#A1ABA1
(161,171,161)
#B0B9AF
(176,185,175)
#BFC7BD
(191,199,189)
#CED5CB
(206,213,203)
#DDE3D9
(221,227,217)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56655B color. Also use rgb(86,101,91) instead hex code.

Text Font Color

.myTextColor { color: #56655B; }

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

This text font color is #56655B.

Background Color

.myBgColor { background-color: #56655B; }

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

This div background color is #56655B.

Border color

.myBorderColor { border: 1px solid #56655B; }

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

This div border color is #56655B.

Opacity

.myOpacity80 { color: #56655B; opacity: 0.8; }

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

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

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

This text has shadow with #56655B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56655B.

Preview

Color preview on black background

This text has color #56655B on black background.


Color preview on white background

This text has color #56655B on white background.


Black color preview on #56655B background

This text has black color on #56655B background.


White color preview on #56655B background

This text has white color on #56655B background.


Related colors

Complementary color

Complementary color for #hex is #A99AA4.


I love getcolorcode.com

Triadic colors

1 #5B5665 and #655B56 with #56655B are triadic colors.

2 #5B6556 and #65565B with #56655B are triadic colors.