COLOR #566855

HEX: #566855
RGB: (86,104,85)

Color info

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

RGB color model

#566855 color RGB value is (86,104,85).

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

RGB channels and saturation

R 86 of 255 = 34%
G 104 of 255 = 41%
B 85 of 255 = 33%

86
104
85

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

Portions of RGB colors in percentages

R + G + B =
86 + 104 + 85 = 275 (100%)
R 86 of 275 ~ 31.27%
G 104 of 275 ~ 37.82%
B 85 of 275 ~ 30.91%

%31.27
%37.82
%30.91

CMYK color model

#566855 color CMYK value is (17,0,18,59).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 18.27%
  • key color value is 59.22%
CMYK:
(17,0,18,59)
C17M0Y18K59 
(17%,0%,18%,59%)
(0.17/0.00/0.18/0.59)	

CMYK percentages

%17.31
%0
%18.27
%59.22

Codes

Color #566855 in popluar color models

566855
RGB8610485
HSL117°10.05%37.06%
HSB/HSV117°18.27%40.78%
CMYK17.31%0.00%18.27%
59.22%

Color #566855 in popluar number systems.

HEX566855
Decimal8610485
Binary101011011010001010101
Octal126150125

Shades and tints

Shades of #566855

#566855
(86,104,85)
#4F5F4E
(79,95,78)
#485647
(72,86,71)
#414D40
(65,77,64)
#3A4439
(58,68,57)
#333B32
(51,59,50)
#2C322B
(44,50,43)
#252924
(37,41,36)
#1E201D
(30,32,29)
#171716
(23,23,22)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #566855

#566855
(86,104,85)
#657564
(101,117,100)
#748273
(116,130,115)
#838F82
(131,143,130)
#929C91
(146,156,145)
#A1A9A0
(161,169,160)
#B0B6AF
(176,182,175)
#BFC3BE
(191,195,190)
#CED0CD
(206,208,205)
#DDDDDC
(221,221,220)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566855; }

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

This text font color is #566855.


Background Color

.myBgColor { background-color: #566855; }

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

This div background color is #566855.


Border color

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

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

This div border color is #566855.


Opacity

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

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

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

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

This text has shadow with #566855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566855 on black background.


Color preview on white background

This text has color #566855 on white background.



Black color preview on #566855 background

This text has black color on #566855 background.


White color preview on #566855 background

This text has white color on #566855 background.