COLOR #566749

HEX: #566749
RGB: (86,103,73)

Color info

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

RGB color model

#566749 color RGB value is (86,103,73).

  • red value is 86;
  • green value is 103;
  • blue value is 73.
RGB:
(86,103,73)
(34%,40%,29%)

RGB channels and saturation

R 86 of 255 = 34%
G 103 of 255 = 40%
B 73 of 255 = 29%

86
103
73

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

Portions of RGB colors in percentages

R + G + B =
86 + 103 + 73 = 262 (100%)
R 86 of 262 ~ 32.82%
G 103 of 262 ~ 39.31%
B 73 of 262 ~ 27.86%

%32.82
%39.31
%27.86

CMYK color model

#566749 color CMYK value is (17,0,29,60).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 59.61%
CMYK:
(17,0,29,60)
C17M0Y29K60 
(17%,0%,29%,60%)
(0.17/0.00/0.29/0.60)	

CMYK percentages

%16.5
%0
%29.13
%59.61

Codes

Color #566749 in popluar color models

566749
RGB8610373
HSL94°17.05%34.51%
HSB/HSV94°29.13%40.39%
CMYK16.50%0.00%29.13%
59.61%

Color #566749 in popluar number systems.

HEX566749
Decimal8610373
Binary101011011001111001001
Octal126147111

Shades and tints

Shades of #566749

#566749
(86,103,73)
#4F5E43
(79,94,67)
#48553D
(72,85,61)
#414C37
(65,76,55)
#3A4331
(58,67,49)
#333A2B
(51,58,43)
#2C3125
(44,49,37)
#25281F
(37,40,31)
#1E1F19
(30,31,25)
#171613
(23,22,19)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #566749

#566749
(86,103,73)
#657459
(101,116,89)
#748169
(116,129,105)
#838E79
(131,142,121)
#929B89
(146,155,137)
#A1A899
(161,168,153)
#B0B5A9
(176,181,169)
#BFC2B9
(191,194,185)
#CECFC9
(206,207,201)
#DDDCD9
(221,220,217)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566749 color. Also use rgb(86,103,73) instead hex code.

Text Font Color

.myTextColor { color: #566749; }

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

This text font color is #566749.


Background Color

.myBgColor { background-color: #566749; }

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

This div background color is #566749.


Border color

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

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

This div border color is #566749.


Opacity

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

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

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

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

This text has shadow with #566749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566749 on black background.


Color preview on white background

This text has color #566749 on white background.



Black color preview on #566749 background

This text has black color on #566749 background.


White color preview on #566749 background

This text has white color on #566749 background.