COLOR #566C3F

HEX: #566C3F RGB: (86,108,63)

Color info

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

RGB color model

#566C3F color RGB value is (86,108,63).

RGB: (86,108,63) (34%, 42%, 25%)

RGB channels and saturation

R 86 of 255 = 34%
G 108 of 255 = 42%
B 63 of 255 = 25%

86
108
63

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

Portions of RGB colors in percentages

R + G + B = 86 + 108 + 63 = 257 (100%)
R 86 of 257 ~ 33.46%
G 108 of 257 ~ 42.02%
B 63 of 257 ~ 24.51'%

%33.46
%42.02
%24.51

CMYK color model

#566C3F color CMYK value is (20,0,42,58).

  • cyan value is 20.37%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 57.65%
CMYK: (20,0,42,58) C20M0Y42K58 (20%,0%,42%,58%) (0.20/0.00/0.42/0.58) 

CMYK percentages

%20.37
%0
%41.67
%57.65

Codes

Color #566C3F in popluar color models

56 6C 3F
RGB 86 108 63
HSL 89° 26.32% 33.53%
HSB/HSV 89° 41.67% 42.35%
CMYK 20.37% 0.00% 41.67%
57.65%

Color #566C3F in popluar number systems.

HEX 56 6C 3F
Decimal 86 108 63
Binary 1010110 1101100 111111
Octal 126 154 77

Shades and tints

Shades of #566C3F

#566C3F
(86,108,63)
#4F633A
(79,99,58)
#485A35
(72,90,53)
#415130
(65,81,48)
#3A482B
(58,72,43)
#333F26
(51,63,38)
#2C3621
(44,54,33)
#252D1C
(37,45,28)
#1E2417
(30,36,23)
#171B12
(23,27,18)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #566C3F

#566C3F
(86,108,63)
#657950
(101,121,80)
#748661
(116,134,97)
#839372
(131,147,114)
#92A083
(146,160,131)
#A1AD94
(161,173,148)
#B0BAA5
(176,186,165)
#BFC7B6
(191,199,182)
#CED4C7
(206,212,199)
#DDE1D8
(221,225,216)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566C3F color. Also use rgb(86,108,63) instead hex code.

Text Font Color

.myTextColor { color: #566C3F; }

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

This text font color is #566C3F.

Background Color

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

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

This div background color is #566C3F.

Border color

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

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

This div border color is #566C3F.

Opacity

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

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

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

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

This text has shadow with #566C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #566C3F.

Preview

Color preview on black background

This text has color #566C3F on black background.


Color preview on white background

This text has color #566C3F on white background.


Black color preview on #566C3F background

This text has black color on #566C3F background.


White color preview on #566C3F background

This text has white color on #566C3F background.


Related colors

Complementary color

Complementary color for #hex is #A993C0.


I love getcolorcode.com

Triadic colors

1 #3F566C and #6C3F56 with #566C3F are triadic colors.

2 #3F6C56 and #6C563F with #566C3F are triadic colors.