COLOR #566757

HEX: #566757
RGB: (86,103,87)

Color info

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

RGB color model

#566757 color RGB value is (86,103,87).

  • red value is 86;
  • green value is 103;
  • blue value is 87.
RGB:
(86,103,87)
(34%,40%,34%)

RGB channels and saturation

R 86 of 255 = 34%
G 103 of 255 = 40%
B 87 of 255 = 34%

86
103
87

R + G + B ~ 36%. #566757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 103 + 87 = 276 (100%)
R 86 of 276 ~ 31.16%
G 103 of 276 ~ 37.32%
B 87 of 276 ~ 31.52%

%31.16
%37.32
%31.52

CMYK color model

#566757 color CMYK value is (17,0,16,60).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 59.61%
CMYK:
(17,0,16,60)
C17M0Y16K60 
(17%,0%,16%,60%)
(0.17/0.00/0.16/0.60)	

CMYK percentages

%16.5
%0
%15.53
%59.61

Codes

Color #566757 in popluar color models

566757
RGB8610387
HSL124°8.99%37.06%
HSB/HSV124°16.50%40.39%
CMYK16.50%0.00%15.53%
59.61%

Color #566757 in popluar number systems.

HEX566757
Decimal8610387
Binary101011011001111010111
Octal126147127

Shades and tints

Shades of #566757

#566757
(86,103,87)
#4F5E50
(79,94,80)
#485549
(72,85,73)
#414C42
(65,76,66)
#3A433B
(58,67,59)
#333A34
(51,58,52)
#2C312D
(44,49,45)
#252826
(37,40,38)
#1E1F1F
(30,31,31)
#171618
(23,22,24)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #566757

#566757
(86,103,87)
#657466
(101,116,102)
#748175
(116,129,117)
#838E84
(131,142,132)
#929B93
(146,155,147)
#A1A8A2
(161,168,162)
#B0B5B1
(176,181,177)
#BFC2C0
(191,194,192)
#CECFCF
(206,207,207)
#DDDCDE
(221,220,222)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566757 color. Also use rgb(86,103,87) instead hex code.

Text Font Color

.myTextColor { color: #566757; }

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

This text font color is #566757.


Background Color

.myBgColor { background-color: #566757; }

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

This div background color is #566757.


Border color

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

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

This div border color is #566757.


Opacity

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

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

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

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

This text has shadow with #566757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566757 on black background.


Color preview on white background

This text has color #566757 on white background.



Black color preview on #566757 background

This text has black color on #566757 background.


White color preview on #566757 background

This text has white color on #566757 background.