COLOR #565441

HEX: #565441
RGB: (86,84,65)

Color info

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

RGB color model

#565441 color RGB value is (86,84,65).

  • red value is 86;
  • green value is 84;
  • blue value is 65.
RGB:
(86,84,65)
(34%,33%,25%)

RGB channels and saturation

R 86 of 255 = 34%
G 84 of 255 = 33%
B 65 of 255 = 25%

86
84
65

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

Portions of RGB colors in percentages

R + G + B =
86 + 84 + 65 = 235 (100%)
R 86 of 235 ~ 36.6%
G 84 of 235 ~ 35.74%
B 65 of 235 ~ 27.66%

%36.6
%35.74
%27.66

CMYK color model

#565441 color CMYK value is (0,2,24,66).

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 24.42%
  • key color value is 66.27%
CMYK:
(0,2,24,66)
C0M2Y24K66 
(0%,2%,24%,66%)
(0.00/0.02/0.24/0.66)	

CMYK percentages

%0
%2.33
%24.42
%66.27

Codes

Color #565441 in popluar color models

565441
RGB868465
HSL54°13.91%29.61%
HSB/HSV54°24.42%33.73%
CMYK0.00%2.33%24.42%
66.27%

Color #565441 in popluar number systems.

HEX565441
Decimal868465
Binary101011010101001000001
Octal126124101

Shades and tints

Shades of #565441

#565441
(86,84,65)
#4F4D3C
(79,77,60)
#484637
(72,70,55)
#413F32
(65,63,50)
#3A382D
(58,56,45)
#333128
(51,49,40)
#2C2A23
(44,42,35)
#25231E
(37,35,30)
#1E1C19
(30,28,25)
#171514
(23,21,20)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #565441

#565441
(86,84,65)
#656352
(101,99,82)
#747263
(116,114,99)
#838174
(131,129,116)
#929085
(146,144,133)
#A19F96
(161,159,150)
#B0AEA7
(176,174,167)
#BFBDB8
(191,189,184)
#CECCC9
(206,204,201)
#DDDBDA
(221,219,218)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565441; }

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

This text font color is #565441.


Background Color

.myBgColor { background-color: #565441; }

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

This div background color is #565441.


Border color

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

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

This div border color is #565441.


Opacity

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

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

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

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

This text has shadow with #565441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565441 on black background.


Color preview on white background

This text has color #565441 on white background.



Black color preview on #565441 background

This text has black color on #565441 background.


White color preview on #565441 background

This text has white color on #565441 background.