COLOR #565F49

HEX: #565F49
RGB: (86,95,73)

Color info

#565F49 contains red, green and blue colors in about the same proportion. Web safe color of #565F49 is #666633 (or #663).

RGB color model

#565F49 color RGB value is (86,95,73).

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

RGB channels and saturation

R 86 of 255 = 34%
G 95 of 255 = 37%
B 73 of 255 = 29%

86
95
73

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

Portions of RGB colors in percentages

R + G + B =
86 + 95 + 73 = 254 (100%)
R 86 of 254 ~ 33.86%
G 95 of 254 ~ 37.4%
B 73 of 254 ~ 28.74%

%33.86
%37.4
%28.74

CMYK color model

#565F49 color CMYK value is (9,0,23,63).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 62.75%
CMYK:
(9,0,23,63)
C9M0Y23K63 
(9%,0%,23%,63%)
(0.09/0.00/0.23/0.63)	

CMYK percentages

%9.47
%0
%23.16
%62.75

Codes

Color #565F49 in popluar color models

565F49
RGB869573
HSL85°13.10%32.94%
HSB/HSV85°23.16%37.25%
CMYK9.47%0.00%23.16%
62.75%

Color #565F49 in popluar number systems.

HEX565F49
Decimal869573
Binary101011010111111001001
Octal126137111

Shades and tints

Shades of #565F49

#565F49
(86,95,73)
#4F5743
(79,87,67)
#484F3D
(72,79,61)
#414737
(65,71,55)
#3A3F31
(58,63,49)
#33372B
(51,55,43)
#2C2F25
(44,47,37)
#25271F
(37,39,31)
#1E1F19
(30,31,25)
#171713
(23,23,19)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #565F49

#565F49
(86,95,73)
#656D59
(101,109,89)
#747B69
(116,123,105)
#838979
(131,137,121)
#929789
(146,151,137)
#A1A599
(161,165,153)
#B0B3A9
(176,179,169)
#BFC1B9
(191,193,185)
#CECFC9
(206,207,201)
#DDDDD9
(221,221,217)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565F49; }

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

This text font color is #565F49.


Background Color

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

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

This div background color is #565F49.


Border color

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

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

This div border color is #565F49.


Opacity

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

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

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

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

This text has shadow with #565F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565F49 on black background.


Color preview on white background

This text has color #565F49 on white background.



Black color preview on #565F49 background

This text has black color on #565F49 background.


White color preview on #565F49 background

This text has white color on #565F49 background.