COLOR #565249

HEX: #565249
RGB: (86,82,73)

Color info

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

RGB color model

#565249 color RGB value is (86,82,73).

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

RGB channels and saturation

R 86 of 255 = 34%
G 82 of 255 = 32%
B 73 of 255 = 29%

86
82
73

R + G + B ~ 32%. #565249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 82 + 73 = 241 (100%)
R 86 of 241 ~ 35.68%
G 82 of 241 ~ 34.02%
B 73 of 241 ~ 30.29%

%35.68
%34.02
%30.29

CMYK color model

#565249 color CMYK value is (0,5,15,66).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 15.12%
  • key color value is 66.27%
CMYK:
(0,5,15,66)
C0M5Y15K66 
(0%,5%,15%,66%)
(0.00/0.05/0.15/0.66)	

CMYK percentages

%0
%4.65
%15.12
%66.27

Codes

Color #565249 in popluar color models

565249
RGB868273
HSL42°8.18%31.18%
HSB/HSV42°15.12%33.73%
CMYK0.00%4.65%15.12%
66.27%

Color #565249 in popluar number systems.

HEX565249
Decimal868273
Binary101011010100101001001
Octal126122111

Shades and tints

Shades of #565249

#565249
(86,82,73)
#4F4B43
(79,75,67)
#48443D
(72,68,61)
#413D37
(65,61,55)
#3A3631
(58,54,49)
#332F2B
(51,47,43)
#2C2825
(44,40,37)
#25211F
(37,33,31)
#1E1A19
(30,26,25)
#171313
(23,19,19)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #565249

#565249
(86,82,73)
#656159
(101,97,89)
#747069
(116,112,105)
#837F79
(131,127,121)
#928E89
(146,142,137)
#A19D99
(161,157,153)
#B0ACA9
(176,172,169)
#BFBBB9
(191,187,185)
#CECAC9
(206,202,201)
#DDD9D9
(221,217,217)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565249; }

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

This text font color is #565249.


Background Color

.myBgColor { background-color: #565249; }

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

This div background color is #565249.


Border color

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

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

This div border color is #565249.


Opacity

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

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

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

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

This text has shadow with #565249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565249 on black background.


Color preview on white background

This text has color #565249 on white background.



Black color preview on #565249 background

This text has black color on #565249 background.


White color preview on #565249 background

This text has white color on #565249 background.