COLOR #566706

HEX: #566706
RGB: (86,103,6)

Color info

#566706 contains mainly red and green colors. Web safe color of #566706 is #666600 (or #660).

RGB color model

#566706 color RGB value is (86,103,6).

  • red value is 86;
  • green value is 103;
  • blue value is 6.
RGB:
(86,103,6)
(34%,40%,2%)

RGB channels and saturation

R 86 of 255 = 34%
G 103 of 255 = 40%
B 6 of 255 = 2%

86
103
6

R + G + B ~ 25%. #566706 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 103 + 6 = 195 (100%)
R 86 of 195 ~ 44.1%
G 103 of 195 ~ 52.82%
B 6 of 195 ~ 3.08%

%44.1
%52.82

CMYK color model

#566706 color CMYK value is (17,0,94,60).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 94.17%
  • key color value is 59.61%
CMYK:
(17,0,94,60)
C17M0Y94K60 
(17%,0%,94%,60%)
(0.17/0.00/0.94/0.60)	

CMYK percentages

%16.5
%0
%94.17
%59.61

Codes

Color #566706 in popluar color models

566706
RGB861036
HSL71°88.99%21.37%
HSB/HSV71°94.17%40.39%
CMYK16.50%0.00%94.17%
59.61%

Color #566706 in popluar number systems.

HEX566706
Decimal861036
Binary10101101100111110
Octal1261476

Shades and tints

Shades of #566706

#566706
(86,103,6)
#4F5E06
(79,94,6)
#485506
(72,85,6)
#414C06
(65,76,6)
#3A4306
(58,67,6)
#333A06
(51,58,6)
#2C3106
(44,49,6)
#252806
(37,40,6)
#1E1F06
(30,31,6)
#171606
(23,22,6)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #566706

#566706
(86,103,6)
#65741C
(101,116,28)
#748132
(116,129,50)
#838E48
(131,142,72)
#929B5E
(146,155,94)
#A1A874
(161,168,116)
#B0B58A
(176,181,138)
#BFC2A0
(191,194,160)
#CECFB6
(206,207,182)
#DDDCCC
(221,220,204)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566706 color. Also use rgb(86,103,6) instead hex code.

Text Font Color

.myTextColor { color: #566706; }

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

This text font color is #566706.


Background Color

.myBgColor { background-color: #566706; }

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

This div background color is #566706.


Border color

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

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

This div border color is #566706.


Opacity

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

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

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

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

This text has shadow with #566706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566706 on black background.


Color preview on white background

This text has color #566706 on white background.



Black color preview on #566706 background

This text has black color on #566706 background.


White color preview on #566706 background

This text has white color on #566706 background.