COLOR #56616D

HEX: #56616D RGB: (86,97,109)

Color info

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

RGB color model

#56616D color RGB value is (86,97,109).

RGB: (86,97,109) (34%, 38%, 43%)

RGB channels and saturation

R 86 of 255 = 34%
G 97 of 255 = 38%
B 109 of 255 = 43%

86
97
109

R + G + B ~ 38%. #56616D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 97 + 109 = 292 (100%)
R 86 of 292 ~ 29.45%
G 97 of 292 ~ 33.22%
B 109 of 292 ~ 37.33'%

%29.45
%33.22
%37.33

CMYK color model

#56616D color CMYK value is (21,11,0,57).

  • cyan value is 21.10%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (21,11,0,57)
C21M11Y0K57 (21%, 11%, 0%, 57%)
(0.21 / 0.11 / 0.00 / 0.57)

CMYK percentages

%21.1
%11.01
%0
%57.25

Codes

Color #56616D in popluar color models

56 61 6D
RGB 86 97 109
HSL 211° 11.79% 38.24%
HSB/HSV 211° 21.10% 42.75%
CMYK 21.10% 11.01% 0.00%
57.25%

Color #56616D in popluar number systems.

HEX 56 61 6D
Decimal 86 97 109
Binary 1010110 1100001 1101101
Octal 126 141 155

Shades and tints

Shades of #56616D

#56616D
(86,97,109)
#4F5964
(79,89,100)
#48515B
(72,81,91)
#414952
(65,73,82)
#3A4149
(58,65,73)
#333940
(51,57,64)
#2C3137
(44,49,55)
#25292E
(37,41,46)
#1E2125
(30,33,37)
#17191C
(23,25,28)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #56616D

#56616D
(86,97,109)
#656F7A
(101,111,122)
#747D87
(116,125,135)
#838B94
(131,139,148)
#9299A1
(146,153,161)
#A1A7AE
(161,167,174)
#B0B5BB
(176,181,187)
#BFC3C8
(191,195,200)
#CED1D5
(206,209,213)
#DDDFE2
(221,223,226)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56616D color. Also use rgb(86,97,109) instead hex code.

Text Font Color

.myTextColor { color: #56616D; }

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

This text font color is #56616D.

Background Color

.myBgColor { background-color: #56616D; }

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

This div background color is #56616D.

Border color

.myBorderColor { border: 1px solid #56616D; }

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

This div border color is #56616D.

Opacity

.myOpacity80 { color: #56616D; opacity: 0.8; }

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

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

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

This text has shadow with #56616D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56616D.

Preview

Color preview on black background

This text has color #56616D on black background.


Color preview on white background

This text has color #56616D on white background.


Black color preview on #56616D background

This text has black color on #56616D background.


White color preview on #56616D background

This text has white color on #56616D background.


Related colors

Complementary color

Complementary color for #hex is #A99E92.


I love getcolorcode.com

Triadic colors

1 #6D5661 and #616D56 with #56616D are triadic colors.

2 #6D6156 and #61566D with #56616D are triadic colors.