COLOR #565638

HEX: #565638
RGB: (86,86,56)

Color info

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

RGB color model

#565638 color RGB value is (86,86,56).

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

RGB channels and saturation

R 86 of 255 = 34%
G 86 of 255 = 34%
B 56 of 255 = 22%

86
86
56

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

Portions of RGB colors in percentages

R + G + B =
86 + 86 + 56 = 228 (100%)
R 86 of 228 ~ 37.72%
G 86 of 228 ~ 37.72%
B 56 of 228 ~ 24.56%

%37.72
%37.72
%24.56

CMYK color model

#565638 color CMYK value is (0,0,35,66).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 34.88%
  • key color value is 66.27%
CMYK:
(0,0,35,66)
C0M0Y35K66 
(0%,0%,35%,66%)
(0.00/0.00/0.35/0.66)	

CMYK percentages

%0
%0
%34.88
%66.27

Codes

Color #565638 in popluar color models

565638
RGB868656
HSL60°21.13%27.84%
HSB/HSV60°34.88%33.73%
CMYK0.00%0.00%34.88%
66.27%

Color #565638 in popluar number systems.

HEX565638
Decimal868656
Binary10101101010110111000
Octal12612670

Shades and tints

Shades of #565638

#565638
(86,86,56)
#4F4F33
(79,79,51)
#48482E
(72,72,46)
#414129
(65,65,41)
#3A3A24
(58,58,36)
#33331F
(51,51,31)
#2C2C1A
(44,44,26)
#252515
(37,37,21)
#1E1E10
(30,30,16)
#17170B
(23,23,11)
#101006
(16,16,6)
#000000
(0,0,0)

Tints of #565638

#565638
(86,86,56)
#65654A
(101,101,74)
#74745C
(116,116,92)
#83836E
(131,131,110)
#929280
(146,146,128)
#A1A192
(161,161,146)
#B0B0A4
(176,176,164)
#BFBFB6
(191,191,182)
#CECEC8
(206,206,200)
#DDDDDA
(221,221,218)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565638; }

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

This text font color is #565638.


Background Color

.myBgColor { background-color: #565638; }

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

This div background color is #565638.


Border color

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

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

This div border color is #565638.


Opacity

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

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

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

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

This text has shadow with #565638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565638 on black background.


Color preview on white background

This text has color #565638 on white background.



Black color preview on #565638 background

This text has black color on #565638 background.


White color preview on #565638 background

This text has white color on #565638 background.