COLOR #56756B

HEX: #56756B
RGB: (86,117,107)

Color info

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

RGB color model

#56756B color RGB value is (86,117,107).

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

RGB channels and saturation

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

86
117
107

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

Portions of RGB colors in percentages

R + G + B =
86 + 117 + 107 = 310 (100%)
R 86 of 310 ~ 27.74%
G 117 of 310 ~ 37.74%
B 107 of 310 ~ 34.52%

%27.74
%37.74
%34.52

CMYK color model

#56756B color CMYK value is (26,0,9,54).

  • cyan value is 26.50%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(26,0,9,54)
C26M0Y9K54 
(26%,0%,9%,54%)
(0.26/0.00/0.09/0.54)	

CMYK percentages

%26.5
%0
%8.55
%54.12

Codes

Color #56756B in popluar color models

56756B
RGB86117107
HSL161°15.27%39.80%
HSB/HSV161°26.50%45.88%
CMYK26.50%0.00%8.55%
54.12%

Color #56756B in popluar number systems.

HEX56756B
Decimal86117107
Binary101011011101011101011
Octal126165153

Shades and tints

Shades of #56756B

#56756B
(86,117,107)
#4F6B62
(79,107,98)
#486159
(72,97,89)
#415750
(65,87,80)
#3A4D47
(58,77,71)
#33433E
(51,67,62)
#2C3935
(44,57,53)
#252F2C
(37,47,44)
#1E2523
(30,37,35)
#171B1A
(23,27,26)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #56756B

#56756B
(86,117,107)
#658178
(101,129,120)
#748D85
(116,141,133)
#839992
(131,153,146)
#92A59F
(146,165,159)
#A1B1AC
(161,177,172)
#B0BDB9
(176,189,185)
#BFC9C6
(191,201,198)
#CED5D3
(206,213,211)
#DDE1E0
(221,225,224)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56756B; }

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

This text font color is #56756B.


Background Color

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

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

This div background color is #56756B.


Border color

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

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

This div border color is #56756B.


Opacity

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

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

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

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

This text has shadow with #56756B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56756B on black background.


Color preview on white background

This text has color #56756B on white background.



Black color preview on #56756B background

This text has black color on #56756B background.


White color preview on #56756B background

This text has white color on #56756B background.