COLOR #56766A

HEX: #56766A
RGB: (86,118,106)

Color info

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

RGB color model

#56766A color RGB value is (86,118,106).

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

RGB channels and saturation

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

86
118
106

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

Portions of RGB colors in percentages

R + G + B =
86 + 118 + 106 = 310 (100%)
R 86 of 310 ~ 27.74%
G 118 of 310 ~ 38.06%
B 106 of 310 ~ 34.19%

%27.74
%38.06
%34.19

CMYK color model

#56766A color CMYK value is (27,0,10,54).

  • cyan value is 27.12%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK:
(27,0,10,54)
C27M0Y10K54 
(27%,0%,10%,54%)
(0.27/0.00/0.10/0.54)	

CMYK percentages

%27.12
%0
%10.17
%53.73

Codes

Color #56766A in popluar color models

56766A
RGB86118106
HSL158°15.69%40.00%
HSB/HSV158°27.12%46.27%
CMYK27.12%0.00%10.17%
53.73%

Color #56766A in popluar number systems.

HEX56766A
Decimal86118106
Binary101011011101101101010
Octal126166152

Shades and tints

Shades of #56766A

#56766A
(86,118,106)
#4F6C61
(79,108,97)
#486258
(72,98,88)
#41584F
(65,88,79)
#3A4E46
(58,78,70)
#33443D
(51,68,61)
#2C3A34
(44,58,52)
#25302B
(37,48,43)
#1E2622
(30,38,34)
#171C19
(23,28,25)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #56766A

#56766A
(86,118,106)
#658277
(101,130,119)
#748E84
(116,142,132)
#839A91
(131,154,145)
#92A69E
(146,166,158)
#A1B2AB
(161,178,171)
#B0BEB8
(176,190,184)
#BFCAC5
(191,202,197)
#CED6D2
(206,214,210)
#DDE2DF
(221,226,223)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56766A; }

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

This text font color is #56766A.


Background Color

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

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

This div background color is #56766A.


Border color

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

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

This div border color is #56766A.


Opacity

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

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

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

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

This text has shadow with #56766A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56766A on black background.


Color preview on white background

This text has color #56766A on white background.



Black color preview on #56766A background

This text has black color on #56766A background.


White color preview on #56766A background

This text has white color on #56766A background.