COLOR #565050

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

86
80
80

R + G + B ~ 32%. #565050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 80 + 80 = 246 (100%)
R 86 of 246 ~ 34.96%
G 80 of 246 ~ 32.52%
B 80 of 246 ~ 32.52%

%34.96
%32.52
%32.52

CMYK color model

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

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

CMYK percentages

%0
%6.98
%6.98
%66.27

Codes

Color #565050 in popluar color models

565050
RGB868080
HSL3.61%32.55%
HSB/HSV6.98%33.73%
CMYK0.00%6.98%6.98%
66.27%

Color #565050 in popluar number systems.

HEX565050
Decimal868080
Binary101011010100001010000
Octal126120120

Shades and tints

Shades of #565050

#565050
(86,80,80)
#4F4949
(79,73,73)
#484242
(72,66,66)
#413B3B
(65,59,59)
#3A3434
(58,52,52)
#332D2D
(51,45,45)
#2C2626
(44,38,38)
#251F1F
(37,31,31)
#1E1818
(30,24,24)
#171111
(23,17,17)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #565050

#565050
(86,80,80)
#655F5F
(101,95,95)
#746E6E
(116,110,110)
#837D7D
(131,125,125)
#928C8C
(146,140,140)
#A19B9B
(161,155,155)
#B0AAAA
(176,170,170)
#BFB9B9
(191,185,185)
#CEC8C8
(206,200,200)
#DDD7D7
(221,215,215)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565050; }

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

This text font color is #565050.


Background Color

.myBgColor { background-color: #565050; }

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

This div background color is #565050.


Border color

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

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

This div border color is #565050.


Opacity

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

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

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

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

This text has shadow with #565050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565050 on black background.


Color preview on white background

This text has color #565050 on white background.



Black color preview on #565050 background

This text has black color on #565050 background.


White color preview on #565050 background

This text has white color on #565050 background.