COLOR #565F41

HEX: #565F41 RGB: (86,95,65)

Color info

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

RGB color model

#565F41 color RGB value is (86,95,65).

RGB: (86,95,65) (34%, 37%, 25%)

RGB channels and saturation

R 86 of 255 = 34%
G 95 of 255 = 37%
B 65 of 255 = 25%

86
95
65

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

Portions of RGB colors in percentages

R + G + B = 86 + 95 + 65 = 246 (100%)
R 86 of 246 ~ 34.96%
G 95 of 246 ~ 38.62%
B 65 of 246 ~ 26.42'%

%34.96
%38.62
%26.42

CMYK color model

#565F41 color CMYK value is (9,0,32,63).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 62.75%

CMYK: (9,0,32,63)
C9M0Y32K63 (9%, 0%, 32%, 63%)
(0.09 / 0.00 / 0.32 / 0.63)

CMYK percentages

%9.47
%0
%31.58
%62.75

Codes

Color #565F41 in popluar color models

56 5F 41
RGB 86 95 65
HSL 78° 18.75% 31.37%
HSB/HSV 78° 31.58% 37.25%
CMYK 9.47% 0.00% 31.58%
62.75%

Color #565F41 in popluar number systems.

HEX 56 5F 41
Decimal 86 95 65
Binary 1010110 1011111 1000001
Octal 126 137 101

Shades and tints

Shades of #565F41

#565F41
(86,95,65)
#4F573C
(79,87,60)
#484F37
(72,79,55)
#414732
(65,71,50)
#3A3F2D
(58,63,45)
#333728
(51,55,40)
#2C2F23
(44,47,35)
#25271E
(37,39,30)
#1E1F19
(30,31,25)
#171714
(23,23,20)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #565F41

#565F41
(86,95,65)
#656D52
(101,109,82)
#747B63
(116,123,99)
#838974
(131,137,116)
#929785
(146,151,133)
#A1A596
(161,165,150)
#B0B3A7
(176,179,167)
#BFC1B8
(191,193,184)
#CECFC9
(206,207,201)
#DDDDDA
(221,221,218)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565F41; }

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

This text font color is #565F41.

Background Color

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

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

This div background color is #565F41.

Border color

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

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

This div border color is #565F41.

Opacity

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

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

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

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

This text has shadow with #565F41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #565F41.

Preview

Color preview on black background

This text has color #565F41 on black background.


Color preview on white background

This text has color #565F41 on white background.


Black color preview on #565F41 background

This text has black color on #565F41 background.


White color preview on #565F41 background

This text has white color on #565F41 background.


Related colors

Complementary color

Complementary color for #hex is #A9A0BE.


I love getcolorcode.com

Triadic colors

1 #41565F and #5F4156 with #565F41 are triadic colors.

2 #415F56 and #5F5641 with #565F41 are triadic colors.