COLOR #566345

HEX: #566345
RGB: (86,99,69)

Color info

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

RGB color model

#566345 color RGB value is (86,99,69).

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

RGB channels and saturation

R 86 of 255 = 34%
G 99 of 255 = 39%
B 69 of 255 = 27%

86
99
69

R + G + B ~ 33%. #566345 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 99 + 69 = 254 (100%)
R 86 of 254 ~ 33.86%
G 99 of 254 ~ 38.98%
B 69 of 254 ~ 27.17%

%33.86
%38.98
%27.17

CMYK color model

#566345 color CMYK value is (13,0,30,61).

  • cyan value is 13.13%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 61.18%
CMYK:
(13,0,30,61)
C13M0Y30K61 
(13%,0%,30%,61%)
(0.13/0.00/0.30/0.61)	

CMYK percentages

%13.13
%0
%30.3
%61.18

Codes

Color #566345 in popluar color models

566345
RGB869969
HSL86°17.86%32.94%
HSB/HSV86°30.30%38.82%
CMYK13.13%0.00%30.30%
61.18%

Color #566345 in popluar number systems.

HEX566345
Decimal869969
Binary101011011000111000101
Octal126143105

Shades and tints

Shades of #566345

#566345
(86,99,69)
#4F5A3F
(79,90,63)
#485139
(72,81,57)
#414833
(65,72,51)
#3A3F2D
(58,63,45)
#333627
(51,54,39)
#2C2D21
(44,45,33)
#25241B
(37,36,27)
#1E1B15
(30,27,21)
#17120F
(23,18,15)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #566345

#566345
(86,99,69)
#657155
(101,113,85)
#747F65
(116,127,101)
#838D75
(131,141,117)
#929B85
(146,155,133)
#A1A995
(161,169,149)
#B0B7A5
(176,183,165)
#BFC5B5
(191,197,181)
#CED3C5
(206,211,197)
#DDE1D5
(221,225,213)
#ECEFE5
(236,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566345; }

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

This text font color is #566345.


Background Color

.myBgColor { background-color: #566345; }

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

This div background color is #566345.


Border color

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

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

This div border color is #566345.


Opacity

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

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

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

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

This text has shadow with #566345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566345 on black background.


Color preview on white background

This text has color #566345 on white background.



Black color preview on #566345 background

This text has black color on #566345 background.


White color preview on #566345 background

This text has white color on #566345 background.