COLOR #565761

HEX: #565761
RGB: (86,87,97)

Color info

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

RGB color model

#565761 color RGB value is (86,87,97).

  • red value is 86;
  • green value is 87;
  • blue value is 97.
RGB:
(86,87,97)
(34%,34%,38%)

RGB channels and saturation

R 86 of 255 = 34%
G 87 of 255 = 34%
B 97 of 255 = 38%

86
87
97

R + G + B ~ 35%. #565761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 87 + 97 = 270 (100%)
R 86 of 270 ~ 31.85%
G 87 of 270 ~ 32.22%
B 97 of 270 ~ 35.93%

%31.85
%32.22
%35.93

CMYK color model

#565761 color CMYK value is (11,10,0,62).

  • cyan value is 11.34%
  • magenta value is 10.31%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(11,10,0,62)
C11M10Y0K62 
(11%,10%,0%,62%)
(0.11/0.10/0.00/0.62)	

CMYK percentages

%11.34
%10.31
%0
%61.96

Codes

Color #565761 in popluar color models

565761
RGB868797
HSL235°6.01%35.88%
HSB/HSV235°11.34%38.04%
CMYK11.34%10.31%0.00%
61.96%

Color #565761 in popluar number systems.

HEX565761
Decimal868797
Binary101011010101111100001
Octal126127141

Shades and tints

Shades of #565761

#565761
(86,87,97)
#4F5059
(79,80,89)
#484951
(72,73,81)
#414249
(65,66,73)
#3A3B41
(58,59,65)
#333439
(51,52,57)
#2C2D31
(44,45,49)
#252629
(37,38,41)
#1E1F21
(30,31,33)
#171819
(23,24,25)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #565761

#565761
(86,87,97)
#65666F
(101,102,111)
#74757D
(116,117,125)
#83848B
(131,132,139)
#929399
(146,147,153)
#A1A2A7
(161,162,167)
#B0B1B5
(176,177,181)
#BFC0C3
(191,192,195)
#CECFD1
(206,207,209)
#DDDEDF
(221,222,223)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565761; }

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

This text font color is #565761.


Background Color

.myBgColor { background-color: #565761; }

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

This div background color is #565761.


Border color

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

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

This div border color is #565761.


Opacity

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

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

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

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

This text has shadow with #565761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565761 on black background.


Color preview on white background

This text has color #565761 on white background.



Black color preview on #565761 background

This text has black color on #565761 background.


White color preview on #565761 background

This text has white color on #565761 background.