COLOR #56636A

HEX: #56636A
RGB: (86,99,106)

Color info

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

RGB color model

#56636A color RGB value is (86,99,106).

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

RGB channels and saturation

R 86 of 255 = 34%
G 99 of 255 = 39%
B 106 of 255 = 42%

86
99
106

R + G + B ~ 38%. #56636A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 99 + 106 = 291 (100%)
R 86 of 291 ~ 29.55%
G 99 of 291 ~ 34.02%
B 106 of 291 ~ 36.43%

%29.55
%34.02
%36.43

CMYK color model

#56636A color CMYK value is (19,7,0,58).

  • cyan value is 18.87%
  • magenta value is 6.60%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(19,7,0,58)
C19M7Y0K58 
(19%,7%,0%,58%)
(0.19/0.07/0.00/0.58)	

CMYK percentages

%18.87
%6.6
%0
%58.43

Codes

Color #56636A in popluar color models

56636A
RGB8699106
HSL201°10.42%37.65%
HSB/HSV201°18.87%41.57%
CMYK18.87%6.60%0.00%
58.43%

Color #56636A in popluar number systems.

HEX56636A
Decimal8699106
Binary101011011000111101010
Octal126143152

Shades and tints

Shades of #56636A

#56636A
(86,99,106)
#4F5A61
(79,90,97)
#485158
(72,81,88)
#41484F
(65,72,79)
#3A3F46
(58,63,70)
#33363D
(51,54,61)
#2C2D34
(44,45,52)
#25242B
(37,36,43)
#1E1B22
(30,27,34)
#171219
(23,18,25)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #56636A

#56636A
(86,99,106)
#657177
(101,113,119)
#747F84
(116,127,132)
#838D91
(131,141,145)
#929B9E
(146,155,158)
#A1A9AB
(161,169,171)
#B0B7B8
(176,183,184)
#BFC5C5
(191,197,197)
#CED3D2
(206,211,210)
#DDE1DF
(221,225,223)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56636A; }

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

This text font color is #56636A.


Background Color

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

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

This div background color is #56636A.


Border color

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

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

This div border color is #56636A.


Opacity

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

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

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

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

This text has shadow with #56636A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56636A on black background.


Color preview on white background

This text has color #56636A on white background.



Black color preview on #56636A background

This text has black color on #56636A background.


White color preview on #56636A background

This text has white color on #56636A background.