COLOR #566636

HEX: #566636
RGB: (86,102,54)

Color info

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

RGB color model

#566636 color RGB value is (86,102,54).

  • red value is 86;
  • green value is 102;
  • blue value is 54.
RGB:
(86,102,54)
(34%,40%,21%)

RGB channels and saturation

R 86 of 255 = 34%
G 102 of 255 = 40%
B 54 of 255 = 21%

86
102
54

R + G + B ~ 32%. #566636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 102 + 54 = 242 (100%)
R 86 of 242 ~ 35.54%
G 102 of 242 ~ 42.15%
B 54 of 242 ~ 22.31%

%35.54
%42.15
%22.31

CMYK color model

#566636 color CMYK value is (16,0,47,60).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 60.00%
CMYK:
(16,0,47,60)
C16M0Y47K60 
(16%,0%,47%,60%)
(0.16/0.00/0.47/0.60)	

CMYK percentages

%15.69
%0
%47.06
%60

Codes

Color #566636 in popluar color models

566636
RGB8610254
HSL80°30.77%30.59%
HSB/HSV80°47.06%40.00%
CMYK15.69%0.00%47.06%
60.00%

Color #566636 in popluar number systems.

HEX566636
Decimal8610254
Binary10101101100110110110
Octal12614666

Shades and tints

Shades of #566636

#566636
(86,102,54)
#4F5D32
(79,93,50)
#48542E
(72,84,46)
#414B2A
(65,75,42)
#3A4226
(58,66,38)
#333922
(51,57,34)
#2C301E
(44,48,30)
#25271A
(37,39,26)
#1E1E16
(30,30,22)
#171512
(23,21,18)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #566636

#566636
(86,102,54)
#657348
(101,115,72)
#74805A
(116,128,90)
#838D6C
(131,141,108)
#929A7E
(146,154,126)
#A1A790
(161,167,144)
#B0B4A2
(176,180,162)
#BFC1B4
(191,193,180)
#CECEC6
(206,206,198)
#DDDBD8
(221,219,216)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566636 color. Also use rgb(86,102,54) instead hex code.

Text Font Color

.myTextColor { color: #566636; }

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

This text font color is #566636.


Background Color

.myBgColor { background-color: #566636; }

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

This div background color is #566636.


Border color

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

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

This div border color is #566636.


Opacity

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

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

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

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

This text has shadow with #566636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566636 on black background.


Color preview on white background

This text has color #566636 on white background.



Black color preview on #566636 background

This text has black color on #566636 background.


White color preview on #566636 background

This text has white color on #566636 background.