COLOR #56756F

HEX: #56756F
RGB: (86,117,111)

Color info

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

RGB color model

#56756F color RGB value is (86,117,111).

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

RGB channels and saturation

R 86 of 255 = 34%
G 117 of 255 = 46%
B 111 of 255 = 44%

86
117
111

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

Portions of RGB colors in percentages

R + G + B =
86 + 117 + 111 = 314 (100%)
R 86 of 314 ~ 27.39%
G 117 of 314 ~ 37.26%
B 111 of 314 ~ 35.35%

%27.39
%37.26
%35.35

CMYK color model

#56756F color CMYK value is (26,0,5,54).

  • cyan value is 26.50%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(26,0,5,54)
C26M0Y5K54 
(26%,0%,5%,54%)
(0.26/0.00/0.05/0.54)	

CMYK percentages

%26.5
%0
%5.13
%54.12

Codes

Color #56756F in popluar color models

56756F
RGB86117111
HSL168°15.27%39.80%
HSB/HSV168°26.50%45.88%
CMYK26.50%0.00%5.13%
54.12%

Color #56756F in popluar number systems.

HEX56756F
Decimal86117111
Binary101011011101011101111
Octal126165157

Shades and tints

Shades of #56756F

#56756F
(86,117,111)
#4F6B65
(79,107,101)
#48615B
(72,97,91)
#415751
(65,87,81)
#3A4D47
(58,77,71)
#33433D
(51,67,61)
#2C3933
(44,57,51)
#252F29
(37,47,41)
#1E251F
(30,37,31)
#171B15
(23,27,21)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #56756F

#56756F
(86,117,111)
#65817C
(101,129,124)
#748D89
(116,141,137)
#839996
(131,153,150)
#92A5A3
(146,165,163)
#A1B1B0
(161,177,176)
#B0BDBD
(176,189,189)
#BFC9CA
(191,201,202)
#CED5D7
(206,213,215)
#DDE1E4
(221,225,228)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56756F; }

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

This text font color is #56756F.


Background Color

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

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

This div background color is #56756F.


Border color

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

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

This div border color is #56756F.


Opacity

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

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

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

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

This text has shadow with #56756F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56756F on black background.


Color preview on white background

This text has color #56756F on white background.



Black color preview on #56756F background

This text has black color on #56756F background.


White color preview on #56756F background

This text has white color on #56756F background.