COLOR #566612

HEX: #566612
RGB: (86,102,18)

Color info

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

RGB color model

#566612 color RGB value is (86,102,18).

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

RGB channels and saturation

R 86 of 255 = 34%
G 102 of 255 = 40%
B 18 of 255 = 7%

86
102
18

R + G + B ~ 27%. #566612 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 102 + 18 = 206 (100%)
R 86 of 206 ~ 41.75%
G 102 of 206 ~ 49.51%
B 18 of 206 ~ 8.74%

%41.75
%49.51

CMYK color model

#566612 color CMYK value is (16,0,82,60).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 60.00%
CMYK:
(16,0,82,60)
C16M0Y82K60 
(16%,0%,82%,60%)
(0.16/0.00/0.82/0.60)	

CMYK percentages

%15.69
%0
%82.35
%60

Codes

Color #566612 in popluar color models

566612
RGB8610218
HSL71°70.00%23.53%
HSB/HSV71°82.35%40.00%
CMYK15.69%0.00%82.35%
60.00%

Color #566612 in popluar number systems.

HEX566612
Decimal8610218
Binary1010110110011010010
Octal12614622

Shades and tints

Shades of #566612

#566612
(86,102,18)
#4F5D11
(79,93,17)
#485410
(72,84,16)
#414B0F
(65,75,15)
#3A420E
(58,66,14)
#33390D
(51,57,13)
#2C300C
(44,48,12)
#25270B
(37,39,11)
#1E1E0A
(30,30,10)
#171509
(23,21,9)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #566612

#566612
(86,102,18)
#657327
(101,115,39)
#74803C
(116,128,60)
#838D51
(131,141,81)
#929A66
(146,154,102)
#A1A77B
(161,167,123)
#B0B490
(176,180,144)
#BFC1A5
(191,193,165)
#CECEBA
(206,206,186)
#DDDBCF
(221,219,207)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566612; }

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

This text font color is #566612.


Background Color

.myBgColor { background-color: #566612; }

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

This div background color is #566612.


Border color

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

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

This div border color is #566612.


Opacity

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

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

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

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

This text has shadow with #566612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566612 on black background.


Color preview on white background

This text has color #566612 on white background.



Black color preview on #566612 background

This text has black color on #566612 background.


White color preview on #566612 background

This text has white color on #566612 background.