COLOR #565246

HEX: #565246
RGB: (86,82,70)

Color info

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

RGB color model

#565246 color RGB value is (86,82,70).

  • red value is 86;
  • green value is 82;
  • blue value is 70.
RGB:
(86,82,70)
(34%,32%,27%)

RGB channels and saturation

R 86 of 255 = 34%
G 82 of 255 = 32%
B 70 of 255 = 27%

86
82
70

R + G + B ~ 31%. #565246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 82 + 70 = 238 (100%)
R 86 of 238 ~ 36.13%
G 82 of 238 ~ 34.45%
B 70 of 238 ~ 29.41%

%36.13
%34.45
%29.41

CMYK color model

#565246 color CMYK value is (0,5,19,66).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 18.60%
  • key color value is 66.27%
CMYK:
(0,5,19,66)
C0M5Y19K66 
(0%,5%,19%,66%)
(0.00/0.05/0.19/0.66)	

CMYK percentages

%0
%4.65
%18.6
%66.27

Codes

Color #565246 in popluar color models

565246
RGB868270
HSL45°10.26%30.59%
HSB/HSV45°18.60%33.73%
CMYK0.00%4.65%18.60%
66.27%

Color #565246 in popluar number systems.

HEX565246
Decimal868270
Binary101011010100101000110
Octal126122106

Shades and tints

Shades of #565246

#565246
(86,82,70)
#4F4B40
(79,75,64)
#48443A
(72,68,58)
#413D34
(65,61,52)
#3A362E
(58,54,46)
#332F28
(51,47,40)
#2C2822
(44,40,34)
#25211C
(37,33,28)
#1E1A16
(30,26,22)
#171310
(23,19,16)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #565246

#565246
(86,82,70)
#656156
(101,97,86)
#747066
(116,112,102)
#837F76
(131,127,118)
#928E86
(146,142,134)
#A19D96
(161,157,150)
#B0ACA6
(176,172,166)
#BFBBB6
(191,187,182)
#CECAC6
(206,202,198)
#DDD9D6
(221,217,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565246; }

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

This text font color is #565246.


Background Color

.myBgColor { background-color: #565246; }

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

This div background color is #565246.


Border color

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

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

This div border color is #565246.


Opacity

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

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

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

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

This text has shadow with #565246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565246 on black background.


Color preview on white background

This text has color #565246 on white background.



Black color preview on #565246 background

This text has black color on #565246 background.


White color preview on #565246 background

This text has white color on #565246 background.