COLOR #56615D

HEX: #56615D
RGB: (86,97,93)

Color info

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

RGB color model

#56615D color RGB value is (86,97,93).

  • red value is 86;
  • green value is 97;
  • blue value is 93.
RGB:
(86,97,93)
(34%,38%,36%)

RGB channels and saturation

R 86 of 255 = 34%
G 97 of 255 = 38%
B 93 of 255 = 36%

86
97
93

R + G + B ~ 36%. #56615D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 97 + 93 = 276 (100%)
R 86 of 276 ~ 31.16%
G 97 of 276 ~ 35.14%
B 93 of 276 ~ 33.7%

%31.16
%35.14
%33.7

CMYK color model

#56615D color CMYK value is (11,0,4,62).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 61.96%
CMYK:
(11,0,4,62)
C11M0Y4K62 
(11%,0%,4%,62%)
(0.11/0.00/0.04/0.62)	

CMYK percentages

%11.34
%0
%4.12
%61.96

Codes

Color #56615D in popluar color models

56615D
RGB869793
HSL158°6.01%35.88%
HSB/HSV158°11.34%38.04%
CMYK11.34%0.00%4.12%
61.96%

Color #56615D in popluar number systems.

HEX56615D
Decimal869793
Binary101011011000011011101
Octal126141135

Shades and tints

Shades of #56615D

#56615D
(86,97,93)
#4F5955
(79,89,85)
#48514D
(72,81,77)
#414945
(65,73,69)
#3A413D
(58,65,61)
#333935
(51,57,53)
#2C312D
(44,49,45)
#252925
(37,41,37)
#1E211D
(30,33,29)
#171915
(23,25,21)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #56615D

#56615D
(86,97,93)
#656F6B
(101,111,107)
#747D79
(116,125,121)
#838B87
(131,139,135)
#929995
(146,153,149)
#A1A7A3
(161,167,163)
#B0B5B1
(176,181,177)
#BFC3BF
(191,195,191)
#CED1CD
(206,209,205)
#DDDFDB
(221,223,219)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56615D; }

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

This text font color is #56615D.


Background Color

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

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

This div background color is #56615D.


Border color

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

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

This div border color is #56615D.


Opacity

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

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

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

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

This text has shadow with #56615D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56615D on black background.


Color preview on white background

This text has color #56615D on white background.



Black color preview on #56615D background

This text has black color on #56615D background.


White color preview on #56615D background

This text has white color on #56615D background.