COLOR #565037

HEX: #565037
RGB: (86,80,55)

Color info

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

RGB color model

#565037 color RGB value is (86,80,55).

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

RGB channels and saturation

R 86 of 255 = 34%
G 80 of 255 = 31%
B 55 of 255 = 22%

86
80
55

R + G + B ~ 29%. #565037 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 80 + 55 = 221 (100%)
R 86 of 221 ~ 38.91%
G 80 of 221 ~ 36.2%
B 55 of 221 ~ 24.89%

%38.91
%36.2
%24.89

CMYK color model

#565037 color CMYK value is (0,7,36,66).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 36.05%
  • key color value is 66.27%
CMYK:
(0,7,36,66)
C0M7Y36K66 
(0%,7%,36%,66%)
(0.00/0.07/0.36/0.66)	

CMYK percentages

%0
%6.98
%36.05
%66.27

Codes

Color #565037 in popluar color models

565037
RGB868055
HSL48°21.99%27.65%
HSB/HSV48°36.05%33.73%
CMYK0.00%6.98%36.05%
66.27%

Color #565037 in popluar number systems.

HEX565037
Decimal868055
Binary10101101010000110111
Octal12612067

Shades and tints

Shades of #565037

#565037
(86,80,55)
#4F4932
(79,73,50)
#48422D
(72,66,45)
#413B28
(65,59,40)
#3A3423
(58,52,35)
#332D1E
(51,45,30)
#2C2619
(44,38,25)
#251F14
(37,31,20)
#1E180F
(30,24,15)
#17110A
(23,17,10)
#100A05
(16,10,5)
#000000
(0,0,0)

Tints of #565037

#565037
(86,80,55)
#655F49
(101,95,73)
#746E5B
(116,110,91)
#837D6D
(131,125,109)
#928C7F
(146,140,127)
#A19B91
(161,155,145)
#B0AAA3
(176,170,163)
#BFB9B5
(191,185,181)
#CEC8C7
(206,200,199)
#DDD7D9
(221,215,217)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565037; }

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

This text font color is #565037.


Background Color

.myBgColor { background-color: #565037; }

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

This div background color is #565037.


Border color

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

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

This div border color is #565037.


Opacity

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

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

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

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

This text has shadow with #565037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565037 on black background.


Color preview on white background

This text has color #565037 on white background.



Black color preview on #565037 background

This text has black color on #565037 background.


White color preview on #565037 background

This text has white color on #565037 background.