COLOR #566400

HEX: #566400
RGB: (86,100,0)

Color info

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

RGB color model

#566400 color RGB value is (86,100,0).

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

RGB channels and saturation

R 86 of 255 = 34%
G 100 of 255 = 39%
B 0 of 255 = 0%

86
100
0

R + G + B ~ 24%. #566400 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 100 + 0 = 186 (100%)
R 86 of 186 ~ 46.24%
G 100 of 186 ~ 53.76%
B 0 of 186 ~ 0%

%46.24
%53.76

CMYK color model

#566400 color CMYK value is (14,0,100,61).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 60.78%
CMYK:
(14,0,100,61)
C14M0Y100K61 
(14%,0%,100%,61%)
(0.14/0.00/1.00/0.61)	

CMYK percentages

%14
%0
%100
%60.78

Codes

Color #566400 in popluar color models

566400
RGB861000
HSL68°100.00%19.61%
HSB/HSV68°100.00%39.22%
CMYK14.00%0.00%100.00%
60.78%

Color #566400 in popluar number systems.

HEX566400
Decimal861000
Binary101011011001000
Octal1261440

Shades and tints

Shades of #566400

#566400
(86,100,0)
#4F5B00
(79,91,0)
#485200
(72,82,0)
#414900
(65,73,0)
#3A4000
(58,64,0)
#333700
(51,55,0)
#2C2E00
(44,46,0)
#252500
(37,37,0)
#1E1C00
(30,28,0)
#171300
(23,19,0)
#100A00
(16,10,0)
#000000
(0,0,0)

Tints of #566400

#566400
(86,100,0)
#657217
(101,114,23)
#74802E
(116,128,46)
#838E45
(131,142,69)
#929C5C
(146,156,92)
#A1AA73
(161,170,115)
#B0B88A
(176,184,138)
#BFC6A1
(191,198,161)
#CED4B8
(206,212,184)
#DDE2CF
(221,226,207)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566400; }

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

This text font color is #566400.


Background Color

.myBgColor { background-color: #566400; }

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

This div background color is #566400.


Border color

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

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

This div border color is #566400.


Opacity

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

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

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

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

This text has shadow with #566400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566400 on black background.


Color preview on white background

This text has color #566400 on white background.



Black color preview on #566400 background

This text has black color on #566400 background.


White color preview on #566400 background

This text has white color on #566400 background.