COLOR #565542

HEX: #565542
RGB: (86,85,66)

Color info

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

RGB color model

#565542 color RGB value is (86,85,66).

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

RGB channels and saturation

R 86 of 255 = 34%
G 85 of 255 = 33%
B 66 of 255 = 26%

86
85
66

R + G + B ~ 31%. #565542 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 85 + 66 = 237 (100%)
R 86 of 237 ~ 36.29%
G 85 of 237 ~ 35.86%
B 66 of 237 ~ 27.85%

%36.29
%35.86
%27.85

CMYK color model

#565542 color CMYK value is (0,1,23,66).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 23.26%
  • key color value is 66.27%
CMYK:
(0,1,23,66)
C0M1Y23K66 
(0%,1%,23%,66%)
(0.00/0.01/0.23/0.66)	

CMYK percentages

%0
%1.16
%23.26
%66.27

Codes

Color #565542 in popluar color models

565542
RGB868566
HSL57°13.16%29.80%
HSB/HSV57°23.26%33.73%
CMYK0.00%1.16%23.26%
66.27%

Color #565542 in popluar number systems.

HEX565542
Decimal868566
Binary101011010101011000010
Octal126125102

Shades and tints

Shades of #565542

#565542
(86,85,66)
#4F4E3C
(79,78,60)
#484736
(72,71,54)
#414030
(65,64,48)
#3A392A
(58,57,42)
#333224
(51,50,36)
#2C2B1E
(44,43,30)
#252418
(37,36,24)
#1E1D12
(30,29,18)
#17160C
(23,22,12)
#100F06
(16,15,6)
#000000
(0,0,0)

Tints of #565542

#565542
(86,85,66)
#656453
(101,100,83)
#747364
(116,115,100)
#838275
(131,130,117)
#929186
(146,145,134)
#A1A097
(161,160,151)
#B0AFA8
(176,175,168)
#BFBEB9
(191,190,185)
#CECDCA
(206,205,202)
#DDDCDB
(221,220,219)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565542; }

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

This text font color is #565542.


Background Color

.myBgColor { background-color: #565542; }

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

This div background color is #565542.


Border color

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

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

This div border color is #565542.


Opacity

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

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

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

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

This text has shadow with #565542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565542 on black background.


Color preview on white background

This text has color #565542 on white background.



Black color preview on #565542 background

This text has black color on #565542 background.


White color preview on #565542 background

This text has white color on #565542 background.