COLOR #565600

HEX: #565600
RGB: (86,86,0)

Color info

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

RGB color model

#565600 color RGB value is (86,86,0).

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

RGB channels and saturation

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

86
86
0

R + G + B ~ 23%. #565600 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 86 + 0 = 172 (100%)
R 86 of 172 ~ 50%
G 86 of 172 ~ 50%
B 0 of 172 ~ 0%

%50
%50

CMYK color model

#565600 color CMYK value is (0,0,100,66).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 66.27%
CMYK:
(0,0,100,66)
C0M0Y100K66 
(0%,0%,100%,66%)
(0.00/0.00/1.00/0.66)	

CMYK percentages

%0
%0
%100
%66.27

Codes

Color #565600 in popluar color models

565600
RGB86860
HSL60°100.00%16.86%
HSB/HSV60°100.00%33.73%
CMYK0.00%0.00%100.00%
66.27%

Color #565600 in popluar number systems.

HEX565600
Decimal86860
Binary101011010101100
Octal1261260

Shades and tints

Shades of #565600

#565600
(86,86,0)
#4F4F00
(79,79,0)
#484800
(72,72,0)
#414100
(65,65,0)
#3A3A00
(58,58,0)
#333300
(51,51,0)
#2C2C00
(44,44,0)
#252500
(37,37,0)
#1E1E00
(30,30,0)
#171700
(23,23,0)
#101000
(16,16,0)
#000000
(0,0,0)

Tints of #565600

#565600
(86,86,0)
#656517
(101,101,23)
#74742E
(116,116,46)
#838345
(131,131,69)
#92925C
(146,146,92)
#A1A173
(161,161,115)
#B0B08A
(176,176,138)
#BFBFA1
(191,191,161)
#CECEB8
(206,206,184)
#DDDDCF
(221,221,207)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565600; }

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

This text font color is #565600.


Background Color

.myBgColor { background-color: #565600; }

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

This div background color is #565600.


Border color

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

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

This div border color is #565600.


Opacity

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

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

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

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

This text has shadow with #565600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565600 on black background.


Color preview on white background

This text has color #565600 on white background.



Black color preview on #565600 background

This text has black color on #565600 background.


White color preview on #565600 background

This text has white color on #565600 background.