COLOR #565842

HEX: #565842 RGB: (86,88,66)

Color info

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

RGB color model

#565842 color RGB value is (86,88,66).

RGB: (86,88,66) (34%, 35%, 26%)

RGB channels and saturation

R 86 of 255 = 34%
G 88 of 255 = 35%
B 66 of 255 = 26%

86
88
66

R + G + B ~ 32%. #565842 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 88 + 66 = 240 (100%)
R 86 of 240 ~ 35.83%
G 88 of 240 ~ 36.67%
B 66 of 240 ~ 27.5'%

%35.83
%36.67
%27.5

CMYK color model

#565842 color CMYK value is (2,0,25,65).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 65.49%

CMYK: (2,0,25,65)
C2M0Y25K65 (2%, 0%, 25%, 65%)
(0.02 / 0.00 / 0.25 / 0.65)

CMYK percentages

%2.27
%0
%25
%65.49

Codes

Color #565842 in popluar color models

56 58 42
RGB 86 88 66
HSL 65° 14.29% 30.20%
HSB/HSV 65° 25.00% 34.51%
CMYK 2.27% 0.00% 25.00%
65.49%

Color #565842 in popluar number systems.

HEX 56 58 42
Decimal 86 88 66
Binary 1010110 1011000 1000010
Octal 126 130 102

Shades and tints

Shades of #565842

#565842
(86,88,66)
#4F503C
(79,80,60)
#484836
(72,72,54)
#414030
(65,64,48)
#3A382A
(58,56,42)
#333024
(51,48,36)
#2C281E
(44,40,30)
#252018
(37,32,24)
#1E1812
(30,24,18)
#17100C
(23,16,12)
#100806
(16,8,6)
#000000
(0,0,0)

Tints of #565842

#565842
(86,88,66)
#656753
(101,103,83)
#747664
(116,118,100)
#838575
(131,133,117)
#929486
(146,148,134)
#A1A397
(161,163,151)
#B0B2A8
(176,178,168)
#BFC1B9
(191,193,185)
#CED0CA
(206,208,202)
#DDDFDB
(221,223,219)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565842; }

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

This text font color is #565842.

Background Color

.myBgColor { background-color: #565842; }

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

This div background color is #565842.

Border color

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

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

This div border color is #565842.

Opacity

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

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

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

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

This text has shadow with #565842 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #565842.

Preview

Color preview on black background

This text has color #565842 on black background.


Color preview on white background

This text has color #565842 on white background.


Black color preview on #565842 background

This text has black color on #565842 background.


White color preview on #565842 background

This text has white color on #565842 background.


Related colors

Complementary color

Complementary color for #hex is #A9A7BD.


I love getcolorcode.com

Triadic colors

1 #425658 and #584256 with #565842 are triadic colors.

2 #425856 and #585642 with #565842 are triadic colors.