COLOR #56636F

HEX: #56636F
RGB: (86,99,111)

Color info

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

RGB color model

#56636F color RGB value is (86,99,111).

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

RGB channels and saturation

R 86 of 255 = 34%
G 99 of 255 = 39%
B 111 of 255 = 44%

86
99
111

R + G + B ~ 39%. #56636F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 99 + 111 = 296 (100%)
R 86 of 296 ~ 29.05%
G 99 of 296 ~ 33.45%
B 111 of 296 ~ 37.5%

%29.05
%33.45
%37.5

CMYK color model

#56636F color CMYK value is (23,11,0,56).

  • cyan value is 22.52%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(23,11,0,56)
C23M11Y0K56 
(23%,11%,0%,56%)
(0.23/0.11/0.00/0.56)	

CMYK percentages

%22.52
%10.81
%0
%56.47

Codes

Color #56636F in popluar color models

56636F
RGB8699111
HSL209°12.69%38.63%
HSB/HSV209°22.52%43.53%
CMYK22.52%10.81%0.00%
56.47%

Color #56636F in popluar number systems.

HEX56636F
Decimal8699111
Binary101011011000111101111
Octal126143157

Shades and tints

Shades of #56636F

#56636F
(86,99,111)
#4F5A65
(79,90,101)
#48515B
(72,81,91)
#414851
(65,72,81)
#3A3F47
(58,63,71)
#33363D
(51,54,61)
#2C2D33
(44,45,51)
#252429
(37,36,41)
#1E1B1F
(30,27,31)
#171215
(23,18,21)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #56636F

#56636F
(86,99,111)
#65717C
(101,113,124)
#747F89
(116,127,137)
#838D96
(131,141,150)
#929BA3
(146,155,163)
#A1A9B0
(161,169,176)
#B0B7BD
(176,183,189)
#BFC5CA
(191,197,202)
#CED3D7
(206,211,215)
#DDE1E4
(221,225,228)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56636F; }

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

This text font color is #56636F.


Background Color

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

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

This div background color is #56636F.


Border color

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

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

This div border color is #56636F.


Opacity

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

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

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

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

This text has shadow with #56636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56636F on black background.


Color preview on white background

This text has color #56636F on white background.



Black color preview on #56636F background

This text has black color on #56636F background.


White color preview on #56636F background

This text has white color on #56636F background.