COLOR #565C47

HEX: #565C47
RGB: (86,92,71)

Color info

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

RGB color model

#565C47 color RGB value is (86,92,71).

  • red value is 86;
  • green value is 92;
  • blue value is 71.
RGB:
(86,92,71)
(34%,36%,28%)

RGB channels and saturation

R 86 of 255 = 34%
G 92 of 255 = 36%
B 71 of 255 = 28%

86
92
71

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

Portions of RGB colors in percentages

R + G + B =
86 + 92 + 71 = 249 (100%)
R 86 of 249 ~ 34.54%
G 92 of 249 ~ 36.95%
B 71 of 249 ~ 28.51%

%34.54
%36.95
%28.51

CMYK color model

#565C47 color CMYK value is (7,0,23,64).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 63.92%
CMYK:
(7,0,23,64)
C7M0Y23K64 
(7%,0%,23%,64%)
(0.07/0.00/0.23/0.64)	

CMYK percentages

%6.52
%0
%22.83
%63.92

Codes

Color #565C47 in popluar color models

565C47
RGB869271
HSL77°12.88%31.96%
HSB/HSV77°22.83%36.08%
CMYK6.52%0.00%22.83%
63.92%

Color #565C47 in popluar number systems.

HEX565C47
Decimal869271
Binary101011010111001000111
Octal126134107

Shades and tints

Shades of #565C47

#565C47
(86,92,71)
#4F5441
(79,84,65)
#484C3B
(72,76,59)
#414435
(65,68,53)
#3A3C2F
(58,60,47)
#333429
(51,52,41)
#2C2C23
(44,44,35)
#25241D
(37,36,29)
#1E1C17
(30,28,23)
#171411
(23,20,17)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #565C47

#565C47
(86,92,71)
#656A57
(101,106,87)
#747867
(116,120,103)
#838677
(131,134,119)
#929487
(146,148,135)
#A1A297
(161,162,151)
#B0B0A7
(176,176,167)
#BFBEB7
(191,190,183)
#CECCC7
(206,204,199)
#DDDAD7
(221,218,215)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565C47 color. Also use rgb(86,92,71) instead hex code.

Text Font Color

.myTextColor { color: #565C47; }

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

This text font color is #565C47.


Background Color

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

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

This div background color is #565C47.


Border color

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

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

This div border color is #565C47.


Opacity

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

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

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

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

This text has shadow with #565C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565C47 on black background.


Color preview on white background

This text has color #565C47 on white background.



Black color preview on #565C47 background

This text has black color on #565C47 background.


White color preview on #565C47 background

This text has white color on #565C47 background.