COLOR #56685F

HEX: #56685F RGB: (86,104,95)

Color info

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

RGB color model

#56685F color RGB value is (86,104,95).

RGB: (86,104,95) (34%, 41%, 37%)

RGB channels and saturation

R 86 of 255 = 34%
G 104 of 255 = 41%
B 95 of 255 = 37%

86
104
95

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

Portions of RGB colors in percentages

R + G + B = 86 + 104 + 95 = 285 (100%)
R 86 of 285 ~ 30.18%
G 104 of 285 ~ 36.49%
B 95 of 285 ~ 33.33'%

%30.18
%36.49
%33.33

CMYK color model

#56685F color CMYK value is (17,0,9,59).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 59.22%

CMYK: (17,0,9,59)
C17M0Y9K59 (17%, 0%, 9%, 59%)
(0.17 / 0.00 / 0.09 / 0.59)

CMYK percentages

%17.31
%0
%8.65
%59.22

Codes

Color #56685F in popluar color models

56 68 5F
RGB 86 104 95
HSL 150° 9.47% 37.25%
HSB/HSV 150° 17.31% 40.78%
CMYK 17.31% 0.00% 8.65%
59.22%

Color #56685F in popluar number systems.

HEX 56 68 5F
Decimal 86 104 95
Binary 1010110 1101000 1011111
Octal 126 150 137

Shades and tints

Shades of #56685F

#56685F
(86,104,95)
#4F5F57
(79,95,87)
#48564F
(72,86,79)
#414D47
(65,77,71)
#3A443F
(58,68,63)
#333B37
(51,59,55)
#2C322F
(44,50,47)
#252927
(37,41,39)
#1E201F
(30,32,31)
#171717
(23,23,23)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #56685F

#56685F
(86,104,95)
#65756D
(101,117,109)
#74827B
(116,130,123)
#838F89
(131,143,137)
#929C97
(146,156,151)
#A1A9A5
(161,169,165)
#B0B6B3
(176,182,179)
#BFC3C1
(191,195,193)
#CED0CF
(206,208,207)
#DDDDDD
(221,221,221)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56685F; }

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

This text font color is #56685F.

Background Color

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

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

This div background color is #56685F.

Border color

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

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

This div border color is #56685F.

Opacity

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

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

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

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

This text has shadow with #56685F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56685F.

Preview

Color preview on black background

This text has color #56685F on black background.


Color preview on white background

This text has color #56685F on white background.


Black color preview on #56685F background

This text has black color on #56685F background.


White color preview on #56685F background

This text has white color on #56685F background.


Related colors

Complementary color

Complementary color for #hex is #A997A0.


I love getcolorcode.com

Triadic colors

1 #5F5668 and #685F56 with #56685F are triadic colors.

2 #5F6856 and #68565F with #56685F are triadic colors.