COLOR #566D40

HEX: #566D40
RGB: (86,109,64)

Color info

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

RGB color model

#566D40 color RGB value is (86,109,64).

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

RGB channels and saturation

R 86 of 255 = 34%
G 109 of 255 = 43%
B 64 of 255 = 25%

86
109
64

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

Portions of RGB colors in percentages

R + G + B =
86 + 109 + 64 = 259 (100%)
R 86 of 259 ~ 33.2%
G 109 of 259 ~ 42.08%
B 64 of 259 ~ 24.71%

%33.2
%42.08
%24.71

CMYK color model

#566D40 color CMYK value is (21,0,41,57).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 41.28%
  • key color value is 57.25%
CMYK: (21,0,41,57) C21M0Y41K57 (21%,0%,41%,57%) (0.21/0.00/0.41/0.57)

CMYK percentages

%21.1
%0
%41.28
%57.25

Codes

Color #566D40 in popluar color models

566D40
RGB8610964
HSL91°26.01%33.92%
HSB/HSV91°41.28%42.75%
CMYK21.10%0.00%41.28%
57.25%

Color #566D40 in popluar number systems.

HEX566D40
Decimal8610964
Binary101011011011011000000
Octal126155100

Shades and tints

Shades of #566D40

#566D40
(86,109,64)
#4F643B
(79,100,59)
#485B36
(72,91,54)
#415231
(65,82,49)
#3A492C
(58,73,44)
#334027
(51,64,39)
#2C3722
(44,55,34)
#252E1D
(37,46,29)
#1E2518
(30,37,24)
#171C13
(23,28,19)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #566D40

#566D40
(86,109,64)
#657A51
(101,122,81)
#748762
(116,135,98)
#839473
(131,148,115)
#92A184
(146,161,132)
#A1AE95
(161,174,149)
#B0BBA6
(176,187,166)
#BFC8B7
(191,200,183)
#CED5C8
(206,213,200)
#DDE2D9
(221,226,217)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566D40; }

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

This text font color is #566D40.


Background Color

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

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

This div background color is #566D40.


Border color

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

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

This div border color is #566D40.


Opacity

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

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

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

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

This text has shadow with #566D40 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #566D40 on black background.


Color preview on white background

This text has color #566D40 on white background.



Black color preview on #566D40 background

This text has black color on #566D40 background.


White color preview on #566D40 background

This text has white color on #566D40 background.