COLOR #566D5E

HEX: #566D5E
RGB: (86,109,94)

Color info

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

RGB color model

#566D5E color RGB value is (86,109,94).

  • red value is 86;
  • green value is 109;
  • blue value is 94.
RGB:
(86,109,94)
(34%,43%,37%)

RGB channels and saturation

R 86 of 255 = 34%
G 109 of 255 = 43%
B 94 of 255 = 37%

86
109
94

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

Portions of RGB colors in percentages

R + G + B =
86 + 109 + 94 = 289 (100%)
R 86 of 289 ~ 29.76%
G 109 of 289 ~ 37.72%
B 94 of 289 ~ 32.53%

%29.76
%37.72
%32.53

CMYK color model

#566D5E color CMYK value is (21,0,14,57).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 13.76%
  • key color value is 57.25%
CMYK:
(21,0,14,57)
C21M0Y14K57 
(21%,0%,14%,57%)
(0.21/0.00/0.14/0.57)	

CMYK percentages

%21.1
%0
%13.76
%57.25

Codes

Color #566D5E in popluar color models

566D5E
RGB8610994
HSL141°11.79%38.24%
HSB/HSV141°21.10%42.75%
CMYK21.10%0.00%13.76%
57.25%

Color #566D5E in popluar number systems.

HEX566D5E
Decimal8610994
Binary101011011011011011110
Octal126155136

Shades and tints

Shades of #566D5E

#566D5E
(86,109,94)
#4F6456
(79,100,86)
#485B4E
(72,91,78)
#415246
(65,82,70)
#3A493E
(58,73,62)
#334036
(51,64,54)
#2C372E
(44,55,46)
#252E26
(37,46,38)
#1E251E
(30,37,30)
#171C16
(23,28,22)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #566D5E

#566D5E
(86,109,94)
#657A6C
(101,122,108)
#74877A
(116,135,122)
#839488
(131,148,136)
#92A196
(146,161,150)
#A1AEA4
(161,174,164)
#B0BBB2
(176,187,178)
#BFC8C0
(191,200,192)
#CED5CE
(206,213,206)
#DDE2DC
(221,226,220)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566D5E color. Also use rgb(86,109,94) instead hex code.

Text Font Color

.myTextColor { color: #566D5E; }

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

This text font color is #566D5E.


Background Color

.myBgColor { background-color: #566D5E; }

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

This div background color is #566D5E.


Border color

.myBorderColor { border: 1px solid #566D5E; }

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

This div border color is #566D5E.


Opacity

.myOpacity80 { color: #566D5E; opacity: 0.8; }

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

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

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

This text has shadow with #566D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566D5E on black background.


Color preview on white background

This text has color #566D5E on white background.



Black color preview on #566D5E background

This text has black color on #566D5E background.


White color preview on #566D5E background

This text has white color on #566D5E background.