COLOR #565C36

HEX: #565C36
RGB: (86,92,54)

Color info

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

RGB color model

#565C36 color RGB value is (86,92,54).

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

RGB channels and saturation

R 86 of 255 = 34%
G 92 of 255 = 36%
B 54 of 255 = 21%

86
92
54

R + G + B ~ 30%. #565C36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 92 + 54 = 232 (100%)
R 86 of 232 ~ 37.07%
G 92 of 232 ~ 39.66%
B 54 of 232 ~ 23.28%

%37.07
%39.66
%23.28

CMYK color model

#565C36 color CMYK value is (7,0,41,64).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 41.30%
  • key color value is 63.92%
CMYK:
(7,0,41,64)
C7M0Y41K64 
(7%,0%,41%,64%)
(0.07/0.00/0.41/0.64)	

CMYK percentages

%6.52
%0
%41.3
%63.92

Codes

Color #565C36 in popluar color models

565C36
RGB869254
HSL69°26.03%28.63%
HSB/HSV69°41.30%36.08%
CMYK6.52%0.00%41.30%
63.92%

Color #565C36 in popluar number systems.

HEX565C36
Decimal869254
Binary10101101011100110110
Octal12613466

Shades and tints

Shades of #565C36

#565C36
(86,92,54)
#4F5432
(79,84,50)
#484C2E
(72,76,46)
#41442A
(65,68,42)
#3A3C26
(58,60,38)
#333422
(51,52,34)
#2C2C1E
(44,44,30)
#25241A
(37,36,26)
#1E1C16
(30,28,22)
#171412
(23,20,18)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #565C36

#565C36
(86,92,54)
#656A48
(101,106,72)
#74785A
(116,120,90)
#83866C
(131,134,108)
#92947E
(146,148,126)
#A1A290
(161,162,144)
#B0B0A2
(176,176,162)
#BFBEB4
(191,190,180)
#CECCC6
(206,204,198)
#DDDAD8
(221,218,216)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565C36; }

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

This text font color is #565C36.


Background Color

.myBgColor { background-color: #565C36; }

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

This div background color is #565C36.


Border color

.myBorderColor { border: 1px solid #565C36; }

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

This div border color is #565C36.


Opacity

.myOpacity80 { color: #565C36; opacity: 0.8; }

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

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

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

This text has shadow with #565C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565C36 on black background.


Color preview on white background

This text has color #565C36 on white background.



Black color preview on #565C36 background

This text has black color on #565C36 background.


White color preview on #565C36 background

This text has white color on #565C36 background.