COLOR #566347

HEX: #566347
RGB: (86,99,71)

Color info

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

RGB color model

#566347 color RGB value is (86,99,71).

  • red value is 86;
  • green value is 99;
  • blue value is 71.
RGB:
(86,99,71)
(34%,39%,28%)

RGB channels and saturation

R 86 of 255 = 34%
G 99 of 255 = 39%
B 71 of 255 = 28%

86
99
71

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

Portions of RGB colors in percentages

R + G + B =
86 + 99 + 71 = 256 (100%)
R 86 of 256 ~ 33.59%
G 99 of 256 ~ 38.67%
B 71 of 256 ~ 27.73%

%33.59
%38.67
%27.73

CMYK color model

#566347 color CMYK value is (13,0,28,61).

  • cyan value is 13.13%
  • magenta value is 0.00%
  • yellow value is 28.28%
  • key color value is 61.18%
CMYK:
(13,0,28,61)
C13M0Y28K61 
(13%,0%,28%,61%)
(0.13/0.00/0.28/0.61)	

CMYK percentages

%13.13
%0
%28.28
%61.18

Codes

Color #566347 in popluar color models

566347
RGB869971
HSL88°16.47%33.33%
HSB/HSV88°28.28%38.82%
CMYK13.13%0.00%28.28%
61.18%

Color #566347 in popluar number systems.

HEX566347
Decimal869971
Binary101011011000111000111
Octal126143107

Shades and tints

Shades of #566347

#566347
(86,99,71)
#4F5A41
(79,90,65)
#48513B
(72,81,59)
#414835
(65,72,53)
#3A3F2F
(58,63,47)
#333629
(51,54,41)
#2C2D23
(44,45,35)
#25241D
(37,36,29)
#1E1B17
(30,27,23)
#171211
(23,18,17)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #566347

#566347
(86,99,71)
#657157
(101,113,87)
#747F67
(116,127,103)
#838D77
(131,141,119)
#929B87
(146,155,135)
#A1A997
(161,169,151)
#B0B7A7
(176,183,167)
#BFC5B7
(191,197,183)
#CED3C7
(206,211,199)
#DDE1D7
(221,225,215)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566347 color. Also use rgb(86,99,71) instead hex code.

Text Font Color

.myTextColor { color: #566347; }

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

This text font color is #566347.


Background Color

.myBgColor { background-color: #566347; }

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

This div background color is #566347.


Border color

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

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

This div border color is #566347.


Opacity

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

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

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

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

This text has shadow with #566347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566347 on black background.


Color preview on white background

This text has color #566347 on white background.



Black color preview on #566347 background

This text has black color on #566347 background.


White color preview on #566347 background

This text has white color on #566347 background.