COLOR #56715C

HEX: #56715C RGB: (86,113,92)

Color info

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

RGB color model

#56715C color RGB value is (86,113,92).

RGB: (86,113,92) (34%, 44%, 36%)

RGB channels and saturation

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

86
113
92

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

Portions of RGB colors in percentages

R + G + B = 86 + 113 + 92 = 291 (100%)
R 86 of 291 ~ 29.55%
G 113 of 291 ~ 38.83%
B 92 of 291 ~ 31.62'%

%29.55
%38.83
%31.62

CMYK color model

#56715C color CMYK value is (24,0,19,56).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 55.69%

CMYK: (24,0,19,56)
C24M0Y19K56 (24%, 0%, 19%, 56%)
(0.24 / 0.00 / 0.19 / 0.56)

CMYK percentages

%23.89
%0
%18.58
%55.69

Codes

Color #56715C in popluar color models

56 71 5C
RGB 86 113 92
HSL 133° 13.57% 39.02%
HSB/HSV 133° 23.89% 44.31%
CMYK 23.89% 0.00% 18.58%
55.69%

Color #56715C in popluar number systems.

HEX 56 71 5C
Decimal 86 113 92
Binary 1010110 1110001 1011100
Octal 126 161 134

Shades and tints

Shades of #56715C

#56715C
(86,113,92)
#4F6754
(79,103,84)
#485D4C
(72,93,76)
#415344
(65,83,68)
#3A493C
(58,73,60)
#333F34
(51,63,52)
#2C352C
(44,53,44)
#252B24
(37,43,36)
#1E211C
(30,33,28)
#171714
(23,23,20)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #56715C

#56715C
(86,113,92)
#657D6A
(101,125,106)
#748978
(116,137,120)
#839586
(131,149,134)
#92A194
(146,161,148)
#A1ADA2
(161,173,162)
#B0B9B0
(176,185,176)
#BFC5BE
(191,197,190)
#CED1CC
(206,209,204)
#DDDDDA
(221,221,218)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56715C; }

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

This text font color is #56715C.

Background Color

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

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

This div background color is #56715C.

Border color

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

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

This div border color is #56715C.

Opacity

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

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

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

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

This text has shadow with #56715C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56715C.

Preview

Color preview on black background

This text has color #56715C on black background.


Color preview on white background

This text has color #56715C on white background.


Black color preview on #56715C background

This text has black color on #56715C background.


White color preview on #56715C background

This text has white color on #56715C background.


Related colors

Complementary color

Complementary color for #hex is #A98EA3.


I love getcolorcode.com

Triadic colors

1 #5C5671 and #715C56 with #56715C are triadic colors.

2 #5C7156 and #71565C with #56715C are triadic colors.