COLOR #56685C

HEX: #56685C
RGB: (86,104,92)

Color info

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

RGB color model

#56685C color RGB value is (86,104,92).

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

RGB channels and saturation

R 86 of 255 = 34%
G 104 of 255 = 41%
B 92 of 255 = 36%

86
104
92

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

Portions of RGB colors in percentages

R + G + B =
86 + 104 + 92 = 282 (100%)
R 86 of 282 ~ 30.5%
G 104 of 282 ~ 36.88%
B 92 of 282 ~ 32.62%

%30.5
%36.88
%32.62

CMYK color model

#56685C color CMYK value is (17,0,12,59).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 59.22%
CMYK:
(17,0,12,59)
C17M0Y12K59 
(17%,0%,12%,59%)
(0.17/0.00/0.12/0.59)	

CMYK percentages

%17.31
%0
%11.54
%59.22

Codes

Color #56685C in popluar color models

56685C
RGB8610492
HSL140°9.47%37.25%
HSB/HSV140°17.31%40.78%
CMYK17.31%0.00%11.54%
59.22%

Color #56685C in popluar number systems.

HEX56685C
Decimal8610492
Binary101011011010001011100
Octal126150134

Shades and tints

Shades of #56685C

#56685C
(86,104,92)
#4F5F54
(79,95,84)
#48564C
(72,86,76)
#414D44
(65,77,68)
#3A443C
(58,68,60)
#333B34
(51,59,52)
#2C322C
(44,50,44)
#252924
(37,41,36)
#1E201C
(30,32,28)
#171714
(23,23,20)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #56685C

#56685C
(86,104,92)
#65756A
(101,117,106)
#748278
(116,130,120)
#838F86
(131,143,134)
#929C94
(146,156,148)
#A1A9A2
(161,169,162)
#B0B6B0
(176,182,176)
#BFC3BE
(191,195,190)
#CED0CC
(206,208,204)
#DDDDDA
(221,221,218)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56685C; }

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

This text font color is #56685C.


Background Color

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

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

This div background color is #56685C.


Border color

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

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

This div border color is #56685C.


Opacity

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

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

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

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

This text has shadow with #56685C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56685C on black background.


Color preview on white background

This text has color #56685C on white background.



Black color preview on #56685C background

This text has black color on #56685C background.


White color preview on #56685C background

This text has white color on #56685C background.