COLOR #566431

HEX: #566431
RGB: (86,100,49)

Color info

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

RGB color model

#566431 color RGB value is (86,100,49).

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

RGB channels and saturation

R 86 of 255 = 34%
G 100 of 255 = 39%
B 49 of 255 = 19%

86
100
49

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

Portions of RGB colors in percentages

R + G + B =
86 + 100 + 49 = 235 (100%)
R 86 of 235 ~ 36.6%
G 100 of 235 ~ 42.55%
B 49 of 235 ~ 20.85%

%36.6
%42.55
%20.85

CMYK color model

#566431 color CMYK value is (14,0,51,61).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 51.00%
  • key color value is 60.78%
CMYK:
(14,0,51,61)
C14M0Y51K61 
(14%,0%,51%,61%)
(0.14/0.00/0.51/0.61)	

CMYK percentages

%14
%0
%51
%60.78

Codes

Color #566431 in popluar color models

566431
RGB8610049
HSL76°34.23%29.22%
HSB/HSV76°51.00%39.22%
CMYK14.00%0.00%51.00%
60.78%

Color #566431 in popluar number systems.

HEX566431
Decimal8610049
Binary10101101100100110001
Octal12614461

Shades and tints

Shades of #566431

#566431
(86,100,49)
#4F5B2D
(79,91,45)
#485229
(72,82,41)
#414925
(65,73,37)
#3A4021
(58,64,33)
#33371D
(51,55,29)
#2C2E19
(44,46,25)
#252515
(37,37,21)
#1E1C11
(30,28,17)
#17130D
(23,19,13)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #566431

#566431
(86,100,49)
#657243
(101,114,67)
#748055
(116,128,85)
#838E67
(131,142,103)
#929C79
(146,156,121)
#A1AA8B
(161,170,139)
#B0B89D
(176,184,157)
#BFC6AF
(191,198,175)
#CED4C1
(206,212,193)
#DDE2D3
(221,226,211)
#ECF0E5
(236,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566431; }

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

This text font color is #566431.


Background Color

.myBgColor { background-color: #566431; }

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

This div background color is #566431.


Border color

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

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

This div border color is #566431.


Opacity

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

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

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

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

This text has shadow with #566431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566431 on black background.


Color preview on white background

This text has color #566431 on white background.



Black color preview on #566431 background

This text has black color on #566431 background.


White color preview on #566431 background

This text has white color on #566431 background.