COLOR #566955

HEX: #566955
RGB: (86,105,85)

Color info

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

RGB color model

#566955 color RGB value is (86,105,85).

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

RGB channels and saturation

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

86
105
85

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

Portions of RGB colors in percentages

R + G + B =
86 + 105 + 85 = 276 (100%)
R 86 of 276 ~ 31.16%
G 105 of 276 ~ 38.04%
B 85 of 276 ~ 30.8%

%31.16
%38.04
%30.8

CMYK color model

#566955 color CMYK value is (18,0,19,59).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 58.82%
CMYK:
(18,0,19,59)
C18M0Y19K59 
(18%,0%,19%,59%)
(0.18/0.00/0.19/0.59)	

CMYK percentages

%18.1
%0
%19.05
%58.82

Codes

Color #566955 in popluar color models

566955
RGB8610585
HSL117°10.53%37.25%
HSB/HSV117°19.05%41.18%
CMYK18.10%0.00%19.05%
58.82%

Color #566955 in popluar number systems.

HEX566955
Decimal8610585
Binary101011011010011010101
Octal126151125

Shades and tints

Shades of #566955

#566955
(86,105,85)
#4F604E
(79,96,78)
#485747
(72,87,71)
#414E40
(65,78,64)
#3A4539
(58,69,57)
#333C32
(51,60,50)
#2C332B
(44,51,43)
#252A24
(37,42,36)
#1E211D
(30,33,29)
#171816
(23,24,22)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #566955

#566955
(86,105,85)
#657664
(101,118,100)
#748373
(116,131,115)
#839082
(131,144,130)
#929D91
(146,157,145)
#A1AAA0
(161,170,160)
#B0B7AF
(176,183,175)
#BFC4BE
(191,196,190)
#CED1CD
(206,209,205)
#DDDEDC
(221,222,220)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566955; }

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

This text font color is #566955.


Background Color

.myBgColor { background-color: #566955; }

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

This div background color is #566955.


Border color

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

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

This div border color is #566955.


Opacity

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

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

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

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

This text has shadow with #566955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566955 on black background.


Color preview on white background

This text has color #566955 on white background.



Black color preview on #566955 background

This text has black color on #566955 background.


White color preview on #566955 background

This text has white color on #566955 background.