COLOR #565946

HEX: #565946
RGB: (86,89,70)

Color info

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

RGB color model

#565946 color RGB value is (86,89,70).

  • red value is 86;
  • green value is 89;
  • blue value is 70.
RGB:
(86,89,70)
(34%,35%,27%)

RGB channels and saturation

R 86 of 255 = 34%
G 89 of 255 = 35%
B 70 of 255 = 27%

86
89
70

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

Portions of RGB colors in percentages

R + G + B =
86 + 89 + 70 = 245 (100%)
R 86 of 245 ~ 35.1%
G 89 of 245 ~ 36.33%
B 70 of 245 ~ 28.57%

%35.1
%36.33
%28.57

CMYK color model

#565946 color CMYK value is (3,0,21,65).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 65.10%
CMYK:
(3,0,21,65)
C3M0Y21K65 
(3%,0%,21%,65%)
(0.03/0.00/0.21/0.65)	

CMYK percentages

%3.37
%0
%21.35
%65.1

Codes

Color #565946 in popluar color models

565946
RGB868970
HSL69°11.95%31.18%
HSB/HSV69°21.35%34.90%
CMYK3.37%0.00%21.35%
65.10%

Color #565946 in popluar number systems.

HEX565946
Decimal868970
Binary101011010110011000110
Octal126131106

Shades and tints

Shades of #565946

#565946
(86,89,70)
#4F5140
(79,81,64)
#48493A
(72,73,58)
#414134
(65,65,52)
#3A392E
(58,57,46)
#333128
(51,49,40)
#2C2922
(44,41,34)
#25211C
(37,33,28)
#1E1916
(30,25,22)
#171110
(23,17,16)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #565946

#565946
(86,89,70)
#656856
(101,104,86)
#747766
(116,119,102)
#838676
(131,134,118)
#929586
(146,149,134)
#A1A496
(161,164,150)
#B0B3A6
(176,179,166)
#BFC2B6
(191,194,182)
#CED1C6
(206,209,198)
#DDE0D6
(221,224,214)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565946 color. Also use rgb(86,89,70) instead hex code.

Text Font Color

.myTextColor { color: #565946; }

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

This text font color is #565946.


Background Color

.myBgColor { background-color: #565946; }

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

This div background color is #565946.


Border color

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

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

This div border color is #565946.


Opacity

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

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

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

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

This text has shadow with #565946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565946 on black background.


Color preview on white background

This text has color #565946 on white background.



Black color preview on #565946 background

This text has black color on #565946 background.


White color preview on #565946 background

This text has white color on #565946 background.