COLOR #565650

HEX: #565650
RGB: (86,86,80)

Color info

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

RGB color model

#565650 color RGB value is (86,86,80).

  • red value is 86;
  • green value is 86;
  • blue value is 80.
RGB:
(86,86,80)
(34%,34%,31%)

RGB channels and saturation

R 86 of 255 = 34%
G 86 of 255 = 34%
B 80 of 255 = 31%

86
86
80

R + G + B ~ 33%. #565650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 86 + 80 = 252 (100%)
R 86 of 252 ~ 34.13%
G 86 of 252 ~ 34.13%
B 80 of 252 ~ 31.75%

%34.13
%34.13
%31.75

CMYK color model

#565650 color CMYK value is (0,0,7,66).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 66.27%
CMYK:
(0,0,7,66)
C0M0Y7K66 
(0%,0%,7%,66%)
(0.00/0.00/0.07/0.66)	

CMYK percentages

%0
%0
%6.98
%66.27

Codes

Color #565650 in popluar color models

565650
RGB868680
HSL60°3.61%32.55%
HSB/HSV60°6.98%33.73%
CMYK0.00%0.00%6.98%
66.27%

Color #565650 in popluar number systems.

HEX565650
Decimal868680
Binary101011010101101010000
Octal126126120

Shades and tints

Shades of #565650

#565650
(86,86,80)
#4F4F49
(79,79,73)
#484842
(72,72,66)
#41413B
(65,65,59)
#3A3A34
(58,58,52)
#33332D
(51,51,45)
#2C2C26
(44,44,38)
#25251F
(37,37,31)
#1E1E18
(30,30,24)
#171711
(23,23,17)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #565650

#565650
(86,86,80)
#65655F
(101,101,95)
#74746E
(116,116,110)
#83837D
(131,131,125)
#92928C
(146,146,140)
#A1A19B
(161,161,155)
#B0B0AA
(176,176,170)
#BFBFB9
(191,191,185)
#CECEC8
(206,206,200)
#DDDDD7
(221,221,215)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565650 color. Also use rgb(86,86,80) instead hex code.

Text Font Color

.myTextColor { color: #565650; }

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

This text font color is #565650.


Background Color

.myBgColor { background-color: #565650; }

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

This div background color is #565650.


Border color

.myBorderColor { border: 1px solid #565650; }

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

This div border color is #565650.


Opacity

.myOpacity80 { color: #565650; opacity: 0.8; }

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

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

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

This text has shadow with #565650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565650 on black background.


Color preview on white background

This text has color #565650 on white background.



Black color preview on #565650 background

This text has black color on #565650 background.


White color preview on #565650 background

This text has white color on #565650 background.