COLOR #56705C

HEX: #56705C
RGB: (86,112,92)

Color info

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

RGB color model

#56705C color RGB value is (86,112,92).

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

RGB channels and saturation

R 86 of 255 = 34%
G 112 of 255 = 44%
B 92 of 255 = 36%

86
112
92

R + G + B ~ 38%. #56705C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 112 + 92 = 290 (100%)
R 86 of 290 ~ 29.66%
G 112 of 290 ~ 38.62%
B 92 of 290 ~ 31.72%

%29.66
%38.62
%31.72

CMYK color model

#56705C color CMYK value is (23,0,18,56).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 56.08%
CMYK:
(23,0,18,56)
C23M0Y18K56 
(23%,0%,18%,56%)
(0.23/0.00/0.18/0.56)	

CMYK percentages

%23.21
%0
%17.86
%56.08

Codes

Color #56705C in popluar color models

56705C
RGB8611292
HSL134°13.13%38.82%
HSB/HSV134°23.21%43.92%
CMYK23.21%0.00%17.86%
56.08%

Color #56705C in popluar number systems.

HEX56705C
Decimal8611292
Binary101011011100001011100
Octal126160134

Shades and tints

Shades of #56705C

#56705C
(86,112,92)
#4F6654
(79,102,84)
#485C4C
(72,92,76)
#415244
(65,82,68)
#3A483C
(58,72,60)
#333E34
(51,62,52)
#2C342C
(44,52,44)
#252A24
(37,42,36)
#1E201C
(30,32,28)
#171614
(23,22,20)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #56705C

#56705C
(86,112,92)
#657D6A
(101,125,106)
#748A78
(116,138,120)
#839786
(131,151,134)
#92A494
(146,164,148)
#A1B1A2
(161,177,162)
#B0BEB0
(176,190,176)
#BFCBBE
(191,203,190)
#CED8CC
(206,216,204)
#DDE5DA
(221,229,218)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56705C; }

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

This text font color is #56705C.


Background Color

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

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

This div background color is #56705C.


Border color

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

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

This div border color is #56705C.


Opacity

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

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

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

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

This text has shadow with #56705C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56705C on black background.


Color preview on white background

This text has color #56705C on white background.



Black color preview on #56705C background

This text has black color on #56705C background.


White color preview on #56705C background

This text has white color on #56705C background.