COLOR #566127

HEX: #566127
RGB: (86,97,39)

Color info

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

RGB color model

#566127 color RGB value is (86,97,39).

  • red value is 86;
  • green value is 97;
  • blue value is 39.
RGB:
(86,97,39)
(34%,38%,15%)

RGB channels and saturation

R 86 of 255 = 34%
G 97 of 255 = 38%
B 39 of 255 = 15%

86
97
39

R + G + B ~ 29%. #566127 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 97 + 39 = 222 (100%)
R 86 of 222 ~ 38.74%
G 97 of 222 ~ 43.69%
B 39 of 222 ~ 17.57%

%38.74
%43.69
%17.57

CMYK color model

#566127 color CMYK value is (11,0,60,62).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 59.79%
  • key color value is 61.96%
CMYK:
(11,0,60,62)
C11M0Y60K62 
(11%,0%,60%,62%)
(0.11/0.00/0.60/0.62)	

CMYK percentages

%11.34
%0
%59.79
%61.96

Codes

Color #566127 in popluar color models

566127
RGB869739
HSL71°42.65%26.67%
HSB/HSV71°59.79%38.04%
CMYK11.34%0.00%59.79%
61.96%

Color #566127 in popluar number systems.

HEX566127
Decimal869739
Binary10101101100001100111
Octal12614147

Shades and tints

Shades of #566127

#566127
(86,97,39)
#4F5924
(79,89,36)
#485121
(72,81,33)
#41491E
(65,73,30)
#3A411B
(58,65,27)
#333918
(51,57,24)
#2C3115
(44,49,21)
#252912
(37,41,18)
#1E210F
(30,33,15)
#17190C
(23,25,12)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #566127

#566127
(86,97,39)
#656F3A
(101,111,58)
#747D4D
(116,125,77)
#838B60
(131,139,96)
#929973
(146,153,115)
#A1A786
(161,167,134)
#B0B599
(176,181,153)
#BFC3AC
(191,195,172)
#CED1BF
(206,209,191)
#DDDFD2
(221,223,210)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566127 color. Also use rgb(86,97,39) instead hex code.

Text Font Color

.myTextColor { color: #566127; }

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

This text font color is #566127.


Background Color

.myBgColor { background-color: #566127; }

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

This div background color is #566127.


Border color

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

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

This div border color is #566127.


Opacity

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

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

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

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

This text has shadow with #566127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566127 on black background.


Color preview on white background

This text has color #566127 on white background.



Black color preview on #566127 background

This text has black color on #566127 background.


White color preview on #566127 background

This text has white color on #566127 background.