COLOR #565136

HEX: #565136
RGB: (86,81,54)

Color info

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

RGB color model

#565136 color RGB value is (86,81,54).

  • red value is 86;
  • green value is 81;
  • blue value is 54.
RGB:
(86,81,54)
(34%,32%,21%)

RGB channels and saturation

R 86 of 255 = 34%
G 81 of 255 = 32%
B 54 of 255 = 21%

86
81
54

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

Portions of RGB colors in percentages

R + G + B =
86 + 81 + 54 = 221 (100%)
R 86 of 221 ~ 38.91%
G 81 of 221 ~ 36.65%
B 54 of 221 ~ 24.43%

%38.91
%36.65
%24.43

CMYK color model

#565136 color CMYK value is (0,6,37,66).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 37.21%
  • key color value is 66.27%
CMYK:
(0,6,37,66)
C0M6Y37K66 
(0%,6%,37%,66%)
(0.00/0.06/0.37/0.66)	

CMYK percentages

%0
%5.81
%37.21
%66.27

Codes

Color #565136 in popluar color models

565136
RGB868154
HSL51°22.86%27.45%
HSB/HSV51°37.21%33.73%
CMYK0.00%5.81%37.21%
66.27%

Color #565136 in popluar number systems.

HEX565136
Decimal868154
Binary10101101010001110110
Octal12612166

Shades and tints

Shades of #565136

#565136
(86,81,54)
#4F4A32
(79,74,50)
#48432E
(72,67,46)
#413C2A
(65,60,42)
#3A3526
(58,53,38)
#332E22
(51,46,34)
#2C271E
(44,39,30)
#25201A
(37,32,26)
#1E1916
(30,25,22)
#171212
(23,18,18)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #565136

#565136
(86,81,54)
#656048
(101,96,72)
#746F5A
(116,111,90)
#837E6C
(131,126,108)
#928D7E
(146,141,126)
#A19C90
(161,156,144)
#B0ABA2
(176,171,162)
#BFBAB4
(191,186,180)
#CEC9C6
(206,201,198)
#DDD8D8
(221,216,216)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565136; }

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

This text font color is #565136.


Background Color

.myBgColor { background-color: #565136; }

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

This div background color is #565136.


Border color

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

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

This div border color is #565136.


Opacity

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

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

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

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

This text has shadow with #565136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565136 on black background.


Color preview on white background

This text has color #565136 on white background.



Black color preview on #565136 background

This text has black color on #565136 background.


White color preview on #565136 background

This text has white color on #565136 background.