COLOR #566D42

HEX: #566D42
RGB: (86,109,66)

Color info

#566D42 contains red, green and blue colors in about the same proportion. Web safe color of #566D42 is #666633 (or #663).

RGB color model

#566D42 color RGB value is (86,109,66).

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

RGB channels and saturation

R 86 of 255 = 34%
G 109 of 255 = 43%
B 66 of 255 = 26%

86
109
66

R + G + B ~ 34%. #566D42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 109 + 66 = 261 (100%)
R 86 of 261 ~ 32.95%
G 109 of 261 ~ 41.76%
B 66 of 261 ~ 25.29%

%32.95
%41.76
%25.29

CMYK color model

#566D42 color CMYK value is (21,0,39,57).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 39.45%
  • key color value is 57.25%
CMYK:
(21,0,39,57)
C21M0Y39K57 
(21%,0%,39%,57%)
(0.21/0.00/0.39/0.57)	

CMYK percentages

%21.1
%0
%39.45
%57.25

Codes

Color #566D42 in popluar color models

566D42
RGB8610966
HSL92°24.57%34.31%
HSB/HSV92°39.45%42.75%
CMYK21.10%0.00%39.45%
57.25%

Color #566D42 in popluar number systems.

HEX566D42
Decimal8610966
Binary101011011011011000010
Octal126155102

Shades and tints

Shades of #566D42

#566D42
(86,109,66)
#4F643C
(79,100,60)
#485B36
(72,91,54)
#415230
(65,82,48)
#3A492A
(58,73,42)
#334024
(51,64,36)
#2C371E
(44,55,30)
#252E18
(37,46,24)
#1E2512
(30,37,18)
#171C0C
(23,28,12)
#101306
(16,19,6)
#000000
(0,0,0)

Tints of #566D42

#566D42
(86,109,66)
#657A53
(101,122,83)
#748764
(116,135,100)
#839475
(131,148,117)
#92A186
(146,161,134)
#A1AE97
(161,174,151)
#B0BBA8
(176,187,168)
#BFC8B9
(191,200,185)
#CED5CA
(206,213,202)
#DDE2DB
(221,226,219)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566D42; }

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

This text font color is #566D42.


Background Color

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

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

This div background color is #566D42.


Border color

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

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

This div border color is #566D42.


Opacity

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

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

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

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

This text has shadow with #566D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566D42 on black background.


Color preview on white background

This text has color #566D42 on white background.



Black color preview on #566D42 background

This text has black color on #566D42 background.


White color preview on #566D42 background

This text has white color on #566D42 background.