COLOR #566B28

HEX: #566B28
RGB: (86,107,40)

Color info

#566B28 contains mainly red and green colors. Web safe color of #566B28 is #666633 (or #663).

RGB color model

#566B28 color RGB value is (86,107,40).

  • red value is 86;
  • green value is 107;
  • blue value is 40.
RGB:
(86,107,40)
(34%,42%,16%)

RGB channels and saturation

R 86 of 255 = 34%
G 107 of 255 = 42%
B 40 of 255 = 16%

86
107
40

R + G + B ~ 31%. #566B28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 107 + 40 = 233 (100%)
R 86 of 233 ~ 36.91%
G 107 of 233 ~ 45.92%
B 40 of 233 ~ 17.17%

%36.91
%45.92
%17.17

CMYK color model

#566B28 color CMYK value is (20,0,63,58).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 62.62%
  • key color value is 58.04%
CMYK:
(20,0,63,58)
C20M0Y63K58 
(20%,0%,63%,58%)
(0.20/0.00/0.63/0.58)	

CMYK percentages

%19.63
%0
%62.62
%58.04

Codes

Color #566B28 in popluar color models

566B28
RGB8610740
HSL79°45.58%28.82%
HSB/HSV79°62.62%41.96%
CMYK19.63%0.00%62.62%
58.04%

Color #566B28 in popluar number systems.

HEX566B28
Decimal8610740
Binary10101101101011101000
Octal12615350

Shades and tints

Shades of #566B28

#566B28
(86,107,40)
#4F6225
(79,98,37)
#485922
(72,89,34)
#41501F
(65,80,31)
#3A471C
(58,71,28)
#333E19
(51,62,25)
#2C3516
(44,53,22)
#252C13
(37,44,19)
#1E2310
(30,35,16)
#171A0D
(23,26,13)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #566B28

#566B28
(86,107,40)
#65783B
(101,120,59)
#74854E
(116,133,78)
#839261
(131,146,97)
#929F74
(146,159,116)
#A1AC87
(161,172,135)
#B0B99A
(176,185,154)
#BFC6AD
(191,198,173)
#CED3C0
(206,211,192)
#DDE0D3
(221,224,211)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566B28 color. Also use rgb(86,107,40) instead hex code.

Text Font Color

.myTextColor { color: #566B28; }

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

This text font color is #566B28.


Background Color

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

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

This div background color is #566B28.


Border color

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

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

This div border color is #566B28.


Opacity

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

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

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

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

This text has shadow with #566B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566B28 on black background.


Color preview on white background

This text has color #566B28 on white background.



Black color preview on #566B28 background

This text has black color on #566B28 background.


White color preview on #566B28 background

This text has white color on #566B28 background.