COLOR #565F51

HEX: #565F51
RGB: (86,95,81)

Color info

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

RGB color model

#565F51 color RGB value is (86,95,81).

  • red value is 86;
  • green value is 95;
  • blue value is 81.
RGB:
(86,95,81)
(34%,37%,32%)

RGB channels and saturation

R 86 of 255 = 34%
G 95 of 255 = 37%
B 81 of 255 = 32%

86
95
81

R + G + B ~ 34%. #565F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 95 + 81 = 262 (100%)
R 86 of 262 ~ 32.82%
G 95 of 262 ~ 36.26%
B 81 of 262 ~ 30.92%

%32.82
%36.26
%30.92

CMYK color model

#565F51 color CMYK value is (9,0,15,63).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 62.75%
CMYK:
(9,0,15,63)
C9M0Y15K63 
(9%,0%,15%,63%)
(0.09/0.00/0.15/0.63)	

CMYK percentages

%9.47
%0
%14.74
%62.75

Codes

Color #565F51 in popluar color models

565F51
RGB869581
HSL99°7.95%34.51%
HSB/HSV99°14.74%37.25%
CMYK9.47%0.00%14.74%
62.75%

Color #565F51 in popluar number systems.

HEX565F51
Decimal869581
Binary101011010111111010001
Octal126137121

Shades and tints

Shades of #565F51

#565F51
(86,95,81)
#4F574A
(79,87,74)
#484F43
(72,79,67)
#41473C
(65,71,60)
#3A3F35
(58,63,53)
#33372E
(51,55,46)
#2C2F27
(44,47,39)
#252720
(37,39,32)
#1E1F19
(30,31,25)
#171712
(23,23,18)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #565F51

#565F51
(86,95,81)
#656D60
(101,109,96)
#747B6F
(116,123,111)
#83897E
(131,137,126)
#92978D
(146,151,141)
#A1A59C
(161,165,156)
#B0B3AB
(176,179,171)
#BFC1BA
(191,193,186)
#CECFC9
(206,207,201)
#DDDDD8
(221,221,216)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565F51 color. Also use rgb(86,95,81) instead hex code.

Text Font Color

.myTextColor { color: #565F51; }

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

This text font color is #565F51.


Background Color

.myBgColor { background-color: #565F51; }

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

This div background color is #565F51.


Border color

.myBorderColor { border: 1px solid #565F51; }

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

This div border color is #565F51.


Opacity

.myOpacity80 { color: #565F51; opacity: 0.8; }

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

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

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

This text has shadow with #565F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565F51 on black background.


Color preview on white background

This text has color #565F51 on white background.



Black color preview on #565F51 background

This text has black color on #565F51 background.


White color preview on #565F51 background

This text has white color on #565F51 background.