COLOR #565F52

HEX: #565F52
RGB: (86,95,82)

Color info

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

RGB color model

#565F52 color RGB value is (86,95,82).

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

RGB channels and saturation

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

86
95
82

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

Portions of RGB colors in percentages

R + G + B =
86 + 95 + 82 = 263 (100%)
R 86 of 263 ~ 32.7%
G 95 of 263 ~ 36.12%
B 82 of 263 ~ 31.18%

%32.7
%36.12
%31.18

CMYK color model

#565F52 color CMYK value is (9,0,14,63).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 62.75%
CMYK:
(9,0,14,63)
C9M0Y14K63 
(9%,0%,14%,63%)
(0.09/0.00/0.14/0.63)	

CMYK percentages

%9.47
%0
%13.68
%62.75

Codes

Color #565F52 in popluar color models

565F52
RGB869582
HSL102°7.34%34.71%
HSB/HSV102°13.68%37.25%
CMYK9.47%0.00%13.68%
62.75%

Color #565F52 in popluar number systems.

HEX565F52
Decimal869582
Binary101011010111111010010
Octal126137122

Shades and tints

Shades of #565F52

#565F52
(86,95,82)
#4F574B
(79,87,75)
#484F44
(72,79,68)
#41473D
(65,71,61)
#3A3F36
(58,63,54)
#33372F
(51,55,47)
#2C2F28
(44,47,40)
#252721
(37,39,33)
#1E1F1A
(30,31,26)
#171713
(23,23,19)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #565F52

#565F52
(86,95,82)
#656D61
(101,109,97)
#747B70
(116,123,112)
#83897F
(131,137,127)
#92978E
(146,151,142)
#A1A59D
(161,165,157)
#B0B3AC
(176,179,172)
#BFC1BB
(191,193,187)
#CECFCA
(206,207,202)
#DDDDD9
(221,221,217)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565F52; }

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

This text font color is #565F52.


Background Color

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

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

This div background color is #565F52.


Border color

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

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

This div border color is #565F52.


Opacity

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

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

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

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

This text has shadow with #565F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565F52 on black background.


Color preview on white background

This text has color #565F52 on white background.



Black color preview on #565F52 background

This text has black color on #565F52 background.


White color preview on #565F52 background

This text has white color on #565F52 background.