COLOR #56716B

HEX: #56716B
RGB: (86,113,107)

Color info

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

RGB color model

#56716B color RGB value is (86,113,107).

  • red value is 86;
  • green value is 113;
  • blue value is 107.
RGB:
(86,113,107)
(34%,44%,42%)

RGB channels and saturation

R 86 of 255 = 34%
G 113 of 255 = 44%
B 107 of 255 = 42%

86
113
107

R + G + B ~ 40%. #56716B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 113 + 107 = 306 (100%)
R 86 of 306 ~ 28.1%
G 113 of 306 ~ 36.93%
B 107 of 306 ~ 34.97%

%28.1
%36.93
%34.97

CMYK color model

#56716B color CMYK value is (24,0,5,56).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 55.69%
CMYK:
(24,0,5,56)
C24M0Y5K56 
(24%,0%,5%,56%)
(0.24/0.00/0.05/0.56)	

CMYK percentages

%23.89
%0
%5.31
%55.69

Codes

Color #56716B in popluar color models

56716B
RGB86113107
HSL167°13.57%39.02%
HSB/HSV167°23.89%44.31%
CMYK23.89%0.00%5.31%
55.69%

Color #56716B in popluar number systems.

HEX56716B
Decimal86113107
Binary101011011100011101011
Octal126161153

Shades and tints

Shades of #56716B

#56716B
(86,113,107)
#4F6762
(79,103,98)
#485D59
(72,93,89)
#415350
(65,83,80)
#3A4947
(58,73,71)
#333F3E
(51,63,62)
#2C3535
(44,53,53)
#252B2C
(37,43,44)
#1E2123
(30,33,35)
#17171A
(23,23,26)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #56716B

#56716B
(86,113,107)
#657D78
(101,125,120)
#748985
(116,137,133)
#839592
(131,149,146)
#92A19F
(146,161,159)
#A1ADAC
(161,173,172)
#B0B9B9
(176,185,185)
#BFC5C6
(191,197,198)
#CED1D3
(206,209,211)
#DDDDE0
(221,221,224)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56716B color. Also use rgb(86,113,107) instead hex code.

Text Font Color

.myTextColor { color: #56716B; }

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

This text font color is #56716B.


Background Color

.myBgColor { background-color: #56716B; }

<div style="background-color:#56716B">Inner text</div>

This div background color is #56716B.


Border color

.myBorderColor { border: 1px solid #56716B; }

<div style="border:3px solid #56716B">Div</div>

This div border color is #56716B.


Opacity

.myOpacity80 { color: #56716B; opacity: 0.8; }

<p style="color:#56716B;opacity:0.8;">80%</p>

Text with #56716B 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 #56716B;}

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

This text has shadow with #56716B color.

.textShadow {text-shadow: 3px 3px 1px #56716B, 3px 3px 1px red;}

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

This text has shadow with #56716B primary color and red secondary color.


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

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

This text has shadow with #56716B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56716B on black background.


Color preview on white background

This text has color #56716B on white background.



Black color preview on #56716B background

This text has black color on #56716B background.


White color preview on #56716B background

This text has white color on #56716B background.