COLOR #56655C

HEX: #56655C
RGB: (86,101,92)

Color info

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

RGB color model

#56655C color RGB value is (86,101,92).

  • red value is 86;
  • green value is 101;
  • blue value is 92.
RGB:
(86,101,92)
(34%,40%,36%)

RGB channels and saturation

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

86
101
92

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

Portions of RGB colors in percentages

R + G + B =
86 + 101 + 92 = 279 (100%)
R 86 of 279 ~ 30.82%
G 101 of 279 ~ 36.2%
B 92 of 279 ~ 32.97%

%30.82
%36.2
%32.97

CMYK color model

#56655C color CMYK value is (15,0,9,60).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 60.39%
CMYK:
(15,0,9,60)
C15M0Y9K60 
(15%,0%,9%,60%)
(0.15/0.00/0.09/0.60)	

CMYK percentages

%14.85
%0
%8.91
%60.39

Codes

Color #56655C in popluar color models

56655C
RGB8610192
HSL144°8.02%36.67%
HSB/HSV144°14.85%39.61%
CMYK14.85%0.00%8.91%
60.39%

Color #56655C in popluar number systems.

HEX56655C
Decimal8610192
Binary101011011001011011100
Octal126145134

Shades and tints

Shades of #56655C

#56655C
(86,101,92)
#4F5C54
(79,92,84)
#48534C
(72,83,76)
#414A44
(65,74,68)
#3A413C
(58,65,60)
#333834
(51,56,52)
#2C2F2C
(44,47,44)
#252624
(37,38,36)
#1E1D1C
(30,29,28)
#171414
(23,20,20)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #56655C

#56655C
(86,101,92)
#65736A
(101,115,106)
#748178
(116,129,120)
#838F86
(131,143,134)
#929D94
(146,157,148)
#A1ABA2
(161,171,162)
#B0B9B0
(176,185,176)
#BFC7BE
(191,199,190)
#CED5CC
(206,213,204)
#DDE3DA
(221,227,218)
#ECF1E8
(236,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56655C; }

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

This text font color is #56655C.


Background Color

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

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

This div background color is #56655C.


Border color

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

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

This div border color is #56655C.


Opacity

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

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

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

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

This text has shadow with #56655C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56655C on black background.


Color preview on white background

This text has color #56655C on white background.



Black color preview on #56655C background

This text has black color on #56655C background.


White color preview on #56655C background

This text has white color on #56655C background.