COLOR #56684C

HEX: #56684C
RGB: (86,104,76)

Color info

#56684C contains red, green and blue colors in about the same proportion. Web safe color of #56684C is #666633 (or #663).

RGB color model

#56684C color RGB value is (86,104,76).

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

RGB channels and saturation

R 86 of 255 = 34%
G 104 of 255 = 41%
B 76 of 255 = 30%

86
104
76

R + G + B ~ 35%. #56684C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 104 + 76 = 266 (100%)
R 86 of 266 ~ 32.33%
G 104 of 266 ~ 39.1%
B 76 of 266 ~ 28.57%

%32.33
%39.1
%28.57

CMYK color model

#56684C color CMYK value is (17,0,27,59).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 59.22%
CMYK:
(17,0,27,59)
C17M0Y27K59 
(17%,0%,27%,59%)
(0.17/0.00/0.27/0.59)	

CMYK percentages

%17.31
%0
%26.92
%59.22

Codes

Color #56684C in popluar color models

56684C
RGB8610476
HSL99°15.56%35.29%
HSB/HSV99°26.92%40.78%
CMYK17.31%0.00%26.92%
59.22%

Color #56684C in popluar number systems.

HEX56684C
Decimal8610476
Binary101011011010001001100
Octal126150114

Shades and tints

Shades of #56684C

#56684C
(86,104,76)
#4F5F46
(79,95,70)
#485640
(72,86,64)
#414D3A
(65,77,58)
#3A4434
(58,68,52)
#333B2E
(51,59,46)
#2C3228
(44,50,40)
#252922
(37,41,34)
#1E201C
(30,32,28)
#171716
(23,23,22)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #56684C

#56684C
(86,104,76)
#65755C
(101,117,92)
#74826C
(116,130,108)
#838F7C
(131,143,124)
#929C8C
(146,156,140)
#A1A99C
(161,169,156)
#B0B6AC
(176,182,172)
#BFC3BC
(191,195,188)
#CED0CC
(206,208,204)
#DDDDDC
(221,221,220)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56684C; }

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

This text font color is #56684C.


Background Color

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

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

This div background color is #56684C.


Border color

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

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

This div border color is #56684C.


Opacity

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

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

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

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

This text has shadow with #56684C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56684C on black background.


Color preview on white background

This text has color #56684C on white background.



Black color preview on #56684C background

This text has black color on #56684C background.


White color preview on #56684C background

This text has white color on #56684C background.