COLOR #566631

HEX: #566631
RGB: (86,102,49)

Color info

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

RGB color model

#566631 color RGB value is (86,102,49).

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

RGB channels and saturation

R 86 of 255 = 34%
G 102 of 255 = 40%
B 49 of 255 = 19%

86
102
49

R + G + B ~ 31%. #566631 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 102 + 49 = 237 (100%)
R 86 of 237 ~ 36.29%
G 102 of 237 ~ 43.04%
B 49 of 237 ~ 20.68%

%36.29
%43.04
%20.68

CMYK color model

#566631 color CMYK value is (16,0,52,60).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 51.96%
  • key color value is 60.00%
CMYK:
(16,0,52,60)
C16M0Y52K60 
(16%,0%,52%,60%)
(0.16/0.00/0.52/0.60)	

CMYK percentages

%15.69
%0
%51.96
%60

Codes

Color #566631 in popluar color models

566631
RGB8610249
HSL78°35.10%29.61%
HSB/HSV78°51.96%40.00%
CMYK15.69%0.00%51.96%
60.00%

Color #566631 in popluar number systems.

HEX566631
Decimal8610249
Binary10101101100110110001
Octal12614661

Shades and tints

Shades of #566631

#566631
(86,102,49)
#4F5D2D
(79,93,45)
#485429
(72,84,41)
#414B25
(65,75,37)
#3A4221
(58,66,33)
#33391D
(51,57,29)
#2C3019
(44,48,25)
#252715
(37,39,21)
#1E1E11
(30,30,17)
#17150D
(23,21,13)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #566631

#566631
(86,102,49)
#657343
(101,115,67)
#748055
(116,128,85)
#838D67
(131,141,103)
#929A79
(146,154,121)
#A1A78B
(161,167,139)
#B0B49D
(176,180,157)
#BFC1AF
(191,193,175)
#CECEC1
(206,206,193)
#DDDBD3
(221,219,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566631; }

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

This text font color is #566631.


Background Color

.myBgColor { background-color: #566631; }

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

This div background color is #566631.


Border color

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

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

This div border color is #566631.


Opacity

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

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

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

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

This text has shadow with #566631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566631 on black background.


Color preview on white background

This text has color #566631 on white background.



Black color preview on #566631 background

This text has black color on #566631 background.


White color preview on #566631 background

This text has white color on #566631 background.