COLOR #566861

HEX: #566861
RGB: (86,104,97)

Color info

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

RGB color model

#566861 color RGB value is (86,104,97).

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

RGB channels and saturation

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

86
104
97

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

Portions of RGB colors in percentages

R + G + B =
86 + 104 + 97 = 287 (100%)
R 86 of 287 ~ 29.97%
G 104 of 287 ~ 36.24%
B 97 of 287 ~ 33.8%

%29.97
%36.24
%33.8

CMYK color model

#566861 color CMYK value is (17,0,7,59).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 59.22%
CMYK:
(17,0,7,59)
C17M0Y7K59 
(17%,0%,7%,59%)
(0.17/0.00/0.07/0.59)	

CMYK percentages

%17.31
%0
%6.73
%59.22

Codes

Color #566861 in popluar color models

566861
RGB8610497
HSL157°9.47%37.25%
HSB/HSV157°17.31%40.78%
CMYK17.31%0.00%6.73%
59.22%

Color #566861 in popluar number systems.

HEX566861
Decimal8610497
Binary101011011010001100001
Octal126150141

Shades and tints

Shades of #566861

#566861
(86,104,97)
#4F5F59
(79,95,89)
#485651
(72,86,81)
#414D49
(65,77,73)
#3A4441
(58,68,65)
#333B39
(51,59,57)
#2C3231
(44,50,49)
#252929
(37,41,41)
#1E2021
(30,32,33)
#171719
(23,23,25)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #566861

#566861
(86,104,97)
#65756F
(101,117,111)
#74827D
(116,130,125)
#838F8B
(131,143,139)
#929C99
(146,156,153)
#A1A9A7
(161,169,167)
#B0B6B5
(176,182,181)
#BFC3C3
(191,195,195)
#CED0D1
(206,208,209)
#DDDDDF
(221,221,223)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566861; }

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

This text font color is #566861.


Background Color

.myBgColor { background-color: #566861; }

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

This div background color is #566861.


Border color

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

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

This div border color is #566861.


Opacity

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

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

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

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

This text has shadow with #566861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566861 on black background.


Color preview on white background

This text has color #566861 on white background.



Black color preview on #566861 background

This text has black color on #566861 background.


White color preview on #566861 background

This text has white color on #566861 background.