COLOR #565531

HEX: #565531
RGB: (86,85,49)

Color info

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

RGB color model

#565531 color RGB value is (86,85,49).

  • red value is 86;
  • green value is 85;
  • blue value is 49.
RGB:
(86,85,49)
(34%,33%,19%)

RGB channels and saturation

R 86 of 255 = 34%
G 85 of 255 = 33%
B 49 of 255 = 19%

86
85
49

R + G + B ~ 29%. #565531 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 85 + 49 = 220 (100%)
R 86 of 220 ~ 39.09%
G 85 of 220 ~ 38.64%
B 49 of 220 ~ 22.27%

%39.09
%38.64
%22.27

CMYK color model

#565531 color CMYK value is (0,1,43,66).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 43.02%
  • key color value is 66.27%
CMYK:
(0,1,43,66)
C0M1Y43K66 
(0%,1%,43%,66%)
(0.00/0.01/0.43/0.66)	

CMYK percentages

%0
%1.16
%43.02
%66.27

Codes

Color #565531 in popluar color models

565531
RGB868549
HSL58°27.41%26.47%
HSB/HSV58°43.02%33.73%
CMYK0.00%1.16%43.02%
66.27%

Color #565531 in popluar number systems.

HEX565531
Decimal868549
Binary10101101010101110001
Octal12612561

Shades and tints

Shades of #565531

#565531
(86,85,49)
#4F4E2D
(79,78,45)
#484729
(72,71,41)
#414025
(65,64,37)
#3A3921
(58,57,33)
#33321D
(51,50,29)
#2C2B19
(44,43,25)
#252415
(37,36,21)
#1E1D11
(30,29,17)
#17160D
(23,22,13)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #565531

#565531
(86,85,49)
#656443
(101,100,67)
#747355
(116,115,85)
#838267
(131,130,103)
#929179
(146,145,121)
#A1A08B
(161,160,139)
#B0AF9D
(176,175,157)
#BFBEAF
(191,190,175)
#CECDC1
(206,205,193)
#DDDCD3
(221,220,211)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565531 color. Also use rgb(86,85,49) instead hex code.

Text Font Color

.myTextColor { color: #565531; }

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

This text font color is #565531.


Background Color

.myBgColor { background-color: #565531; }

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

This div background color is #565531.


Border color

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

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

This div border color is #565531.


Opacity

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

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

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

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

This text has shadow with #565531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565531 on black background.


Color preview on white background

This text has color #565531 on white background.



Black color preview on #565531 background

This text has black color on #565531 background.


White color preview on #565531 background

This text has white color on #565531 background.