COLOR #565020

HEX: #565020
RGB: (86,80,32)

Color info

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

RGB color model

#565020 color RGB value is (86,80,32).

  • red value is 86;
  • green value is 80;
  • blue value is 32.
RGB:
(86,80,32)
(34%,31%,13%)

RGB channels and saturation

R 86 of 255 = 34%
G 80 of 255 = 31%
B 32 of 255 = 13%

86
80
32

R + G + B ~ 26%. #565020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 80 + 32 = 198 (100%)
R 86 of 198 ~ 43.43%
G 80 of 198 ~ 40.4%
B 32 of 198 ~ 16.16%

%43.43
%40.4
%16.16

CMYK color model

#565020 color CMYK value is (0,7,63,66).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 62.79%
  • key color value is 66.27%
CMYK:
(0,7,63,66)
C0M7Y63K66 
(0%,7%,63%,66%)
(0.00/0.07/0.63/0.66)	

CMYK percentages

%0
%6.98
%62.79
%66.27

Codes

Color #565020 in popluar color models

565020
RGB868032
HSL53°45.76%23.14%
HSB/HSV53°62.79%33.73%
CMYK0.00%6.98%62.79%
66.27%

Color #565020 in popluar number systems.

HEX565020
Decimal868032
Binary10101101010000100000
Octal12612040

Shades and tints

Shades of #565020

#565020
(86,80,32)
#4F491E
(79,73,30)
#48421C
(72,66,28)
#413B1A
(65,59,26)
#3A3418
(58,52,24)
#332D16
(51,45,22)
#2C2614
(44,38,20)
#251F12
(37,31,18)
#1E1810
(30,24,16)
#17110E
(23,17,14)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #565020

#565020
(86,80,32)
#655F34
(101,95,52)
#746E48
(116,110,72)
#837D5C
(131,125,92)
#928C70
(146,140,112)
#A19B84
(161,155,132)
#B0AA98
(176,170,152)
#BFB9AC
(191,185,172)
#CEC8C0
(206,200,192)
#DDD7D4
(221,215,212)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565020; }

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

This text font color is #565020.


Background Color

.myBgColor { background-color: #565020; }

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

This div background color is #565020.


Border color

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

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

This div border color is #565020.


Opacity

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

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

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

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

This text has shadow with #565020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565020 on black background.


Color preview on white background

This text has color #565020 on white background.



Black color preview on #565020 background

This text has black color on #565020 background.


White color preview on #565020 background

This text has white color on #565020 background.