COLOR #566961

HEX: #566961
RGB: (86,105,97)

Color info

#566961 contains red, green and blue colors in about the same proportion. Web safe color of #566961 is #666666 (or #666).

RGB color model

#566961 color RGB value is (86,105,97).

  • red value is 86;
  • green value is 105;
  • blue value is 97.
RGB:
(86,105,97)
(34%,41%,38%)

RGB channels and saturation

R 86 of 255 = 34%
G 105 of 255 = 41%
B 97 of 255 = 38%

86
105
97

R + G + B ~ 38%. #566961 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 105 + 97 = 288 (100%)
R 86 of 288 ~ 29.86%
G 105 of 288 ~ 36.46%
B 97 of 288 ~ 33.68%

%29.86
%36.46
%33.68

CMYK color model

#566961 color CMYK value is (18,0,8,59).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 7.62%
  • key color value is 58.82%
CMYK:
(18,0,8,59)
C18M0Y8K59 
(18%,0%,8%,59%)
(0.18/0.00/0.08/0.59)	

CMYK percentages

%18.1
%0
%7.62
%58.82

Codes

Color #566961 in popluar color models

566961
RGB8610597
HSL155°9.95%37.45%
HSB/HSV155°18.10%41.18%
CMYK18.10%0.00%7.62%
58.82%

Color #566961 in popluar number systems.

HEX566961
Decimal8610597
Binary101011011010011100001
Octal126151141

Shades and tints

Shades of #566961

#566961
(86,105,97)
#4F6059
(79,96,89)
#485751
(72,87,81)
#414E49
(65,78,73)
#3A4541
(58,69,65)
#333C39
(51,60,57)
#2C3331
(44,51,49)
#252A29
(37,42,41)
#1E2121
(30,33,33)
#171819
(23,24,25)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #566961

#566961
(86,105,97)
#65766F
(101,118,111)
#74837D
(116,131,125)
#83908B
(131,144,139)
#929D99
(146,157,153)
#A1AAA7
(161,170,167)
#B0B7B5
(176,183,181)
#BFC4C3
(191,196,195)
#CED1D1
(206,209,209)
#DDDEDF
(221,222,223)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566961 color. Also use rgb(86,105,97) instead hex code.

Text Font Color

.myTextColor { color: #566961; }

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

This text font color is #566961.


Background Color

.myBgColor { background-color: #566961; }

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

This div background color is #566961.


Border color

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

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

This div border color is #566961.


Opacity

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

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

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

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

This text has shadow with #566961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566961 on black background.


Color preview on white background

This text has color #566961 on white background.



Black color preview on #566961 background

This text has black color on #566961 background.


White color preview on #566961 background

This text has white color on #566961 background.