COLOR #566F49

HEX: #566F49
RGB: (86,111,73)

Color info

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

RGB color model

#566F49 color RGB value is (86,111,73).

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

RGB channels and saturation

R 86 of 255 = 34%
G 111 of 255 = 44%
B 73 of 255 = 29%

86
111
73

R + G + B ~ 36%. #566F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 111 + 73 = 270 (100%)
R 86 of 270 ~ 31.85%
G 111 of 270 ~ 41.11%
B 73 of 270 ~ 27.04%

%31.85
%41.11
%27.04

CMYK color model

#566F49 color CMYK value is (23,0,34,56).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 34.23%
  • key color value is 56.47%
CMYK:
(23,0,34,56)
C23M0Y34K56 
(23%,0%,34%,56%)
(0.23/0.00/0.34/0.56)	

CMYK percentages

%22.52
%0
%34.23
%56.47

Codes

Color #566F49 in popluar color models

566F49
RGB8611173
HSL99°20.65%36.08%
HSB/HSV99°34.23%43.53%
CMYK22.52%0.00%34.23%
56.47%

Color #566F49 in popluar number systems.

HEX566F49
Decimal8611173
Binary101011011011111001001
Octal126157111

Shades and tints

Shades of #566F49

#566F49
(86,111,73)
#4F6543
(79,101,67)
#485B3D
(72,91,61)
#415137
(65,81,55)
#3A4731
(58,71,49)
#333D2B
(51,61,43)
#2C3325
(44,51,37)
#25291F
(37,41,31)
#1E1F19
(30,31,25)
#171513
(23,21,19)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #566F49

#566F49
(86,111,73)
#657C59
(101,124,89)
#748969
(116,137,105)
#839679
(131,150,121)
#92A389
(146,163,137)
#A1B099
(161,176,153)
#B0BDA9
(176,189,169)
#BFCAB9
(191,202,185)
#CED7C9
(206,215,201)
#DDE4D9
(221,228,217)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566F49; }

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

This text font color is #566F49.


Background Color

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

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

This div background color is #566F49.


Border color

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

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

This div border color is #566F49.


Opacity

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

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

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

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

This text has shadow with #566F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566F49 on black background.


Color preview on white background

This text has color #566F49 on white background.



Black color preview on #566F49 background

This text has black color on #566F49 background.


White color preview on #566F49 background

This text has white color on #566F49 background.