COLOR #56766B

HEX: #56766B
RGB: (86,118,107)

Color info

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

RGB color model

#56766B color RGB value is (86,118,107).

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

RGB channels and saturation

R 86 of 255 = 34%
G 118 of 255 = 46%
B 107 of 255 = 42%

86
118
107

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

Portions of RGB colors in percentages

R + G + B =
86 + 118 + 107 = 311 (100%)
R 86 of 311 ~ 27.65%
G 118 of 311 ~ 37.94%
B 107 of 311 ~ 34.41%

%27.65
%37.94
%34.41

CMYK color model

#56766B color CMYK value is (27,0,9,54).

  • cyan value is 27.12%
  • magenta value is 0.00%
  • yellow value is 9.32%
  • key color value is 53.73%
CMYK:
(27,0,9,54)
C27M0Y9K54 
(27%,0%,9%,54%)
(0.27/0.00/0.09/0.54)	

CMYK percentages

%27.12
%0
%9.32
%53.73

Codes

Color #56766B in popluar color models

56766B
RGB86118107
HSL159°15.69%40.00%
HSB/HSV159°27.12%46.27%
CMYK27.12%0.00%9.32%
53.73%

Color #56766B in popluar number systems.

HEX56766B
Decimal86118107
Binary101011011101101101011
Octal126166153

Shades and tints

Shades of #56766B

#56766B
(86,118,107)
#4F6C62
(79,108,98)
#486259
(72,98,89)
#415850
(65,88,80)
#3A4E47
(58,78,71)
#33443E
(51,68,62)
#2C3A35
(44,58,53)
#25302C
(37,48,44)
#1E2623
(30,38,35)
#171C1A
(23,28,26)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #56766B

#56766B
(86,118,107)
#658278
(101,130,120)
#748E85
(116,142,133)
#839A92
(131,154,146)
#92A69F
(146,166,159)
#A1B2AC
(161,178,172)
#B0BEB9
(176,190,185)
#BFCAC6
(191,202,198)
#CED6D3
(206,214,211)
#DDE2E0
(221,226,224)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56766B; }

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

This text font color is #56766B.


Background Color

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

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

This div background color is #56766B.


Border color

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

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

This div border color is #56766B.


Opacity

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

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

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

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

This text has shadow with #56766B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56766B on black background.


Color preview on white background

This text has color #56766B on white background.



Black color preview on #56766B background

This text has black color on #56766B background.


White color preview on #56766B background

This text has white color on #56766B background.