COLOR #565741

HEX: #565741 RGB: (86,87,65)

Color info

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

RGB color model

#565741 color RGB value is (86,87,65).

RGB: (86,87,65) (34%, 34%, 25%)

RGB channels and saturation

R 86 of 255 = 34%
G 87 of 255 = 34%
B 65 of 255 = 25%

86
87
65

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

Portions of RGB colors in percentages

R + G + B = 86 + 87 + 65 = 238 (100%)
R 86 of 238 ~ 36.13%
G 87 of 238 ~ 36.55%
B 65 of 238 ~ 27.31'%

%36.13
%36.55
%27.31

CMYK color model

#565741 color CMYK value is (1,0,25,66).

  • cyan value is 1.15%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 65.88%
CMYK: (1,0,25,66) C1M0Y25K66 (1%,0%,25%,66%) (0.01/0.00/0.25/0.66) 

CMYK percentages

%1.15
%0
%25.29
%65.88

Codes

Color #565741 in popluar color models

56 57 41
RGB 86 87 65
HSL 63° 14.47% 29.80%
HSB/HSV 63° 25.29% 34.12%
CMYK 1.15% 0.00% 25.29%
65.88%

Color #565741 in popluar number systems.

HEX 56 57 41
Decimal 86 87 65
Binary 1010110 1010111 1000001
Octal 126 127 101

Shades and tints

Shades of #565741

#565741
(86,87,65)
#4F503C
(79,80,60)
#484937
(72,73,55)
#414232
(65,66,50)
#3A3B2D
(58,59,45)
#333428
(51,52,40)
#2C2D23
(44,45,35)
#25261E
(37,38,30)
#1E1F19
(30,31,25)
#171814
(23,24,20)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #565741

#565741
(86,87,65)
#656652
(101,102,82)
#747563
(116,117,99)
#838474
(131,132,116)
#929385
(146,147,133)
#A1A296
(161,162,150)
#B0B1A7
(176,177,167)
#BFC0B8
(191,192,184)
#CECFC9
(206,207,201)
#DDDEDA
(221,222,218)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565741 color. Also use rgb(86,87,65) instead hex code.

Text Font Color

.myTextColor { color: #565741; }

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

This text font color is #565741.

Background Color

.myBgColor { background-color: #565741; }

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

This div background color is #565741.

Border color

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

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

This div border color is #565741.

Opacity

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

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

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

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

This text has shadow with #565741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #565741.

Preview

Color preview on black background

This text has color #565741 on black background.


Color preview on white background

This text has color #565741 on white background.


Black color preview on #565741 background

This text has black color on #565741 background.


White color preview on #565741 background

This text has white color on #565741 background.


Related colors

Complementary color

Complementary color for #hex is #A9A8BE.


I love getcolorcode.com

Triadic colors

1 #415657 and #574156 with #565741 are triadic colors.

2 #415756 and #575641 with #565741 are triadic colors.