COLOR #566362

HEX: #566362
RGB: (86,99,98)

Color info

#566362 contains red, green and blue colors in about the same proportion. Web safe color of #566362 is #666666 (or #666).

RGB color model

#566362 color RGB value is (86,99,98).

  • red value is 86;
  • green value is 99;
  • blue value is 98.
RGB:
(86,99,98)
(34%,39%,38%)

RGB channels and saturation

R 86 of 255 = 34%
G 99 of 255 = 39%
B 98 of 255 = 38%

86
99
98

R + G + B ~ 37%. #566362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 99 + 98 = 283 (100%)
R 86 of 283 ~ 30.39%
G 99 of 283 ~ 34.98%
B 98 of 283 ~ 34.63%

%30.39
%34.98
%34.63

CMYK color model

#566362 color CMYK value is (13,0,1,61).

  • cyan value is 13.13%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 61.18%
CMYK:
(13,0,1,61)
C13M0Y1K61 
(13%,0%,1%,61%)
(0.13/0.00/0.01/0.61)	

CMYK percentages

%13.13
%0
%1.01
%61.18

Codes

Color #566362 in popluar color models

566362
RGB869998
HSL175°7.03%36.27%
HSB/HSV175°13.13%38.82%
CMYK13.13%0.00%1.01%
61.18%

Color #566362 in popluar number systems.

HEX566362
Decimal869998
Binary101011011000111100010
Octal126143142

Shades and tints

Shades of #566362

#566362
(86,99,98)
#4F5A5A
(79,90,90)
#485152
(72,81,82)
#41484A
(65,72,74)
#3A3F42
(58,63,66)
#33363A
(51,54,58)
#2C2D32
(44,45,50)
#25242A
(37,36,42)
#1E1B22
(30,27,34)
#17121A
(23,18,26)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #566362

#566362
(86,99,98)
#657170
(101,113,112)
#747F7E
(116,127,126)
#838D8C
(131,141,140)
#929B9A
(146,155,154)
#A1A9A8
(161,169,168)
#B0B7B6
(176,183,182)
#BFC5C4
(191,197,196)
#CED3D2
(206,211,210)
#DDE1E0
(221,225,224)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566362; }

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

This text font color is #566362.


Background Color

.myBgColor { background-color: #566362; }

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

This div background color is #566362.


Border color

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

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

This div border color is #566362.


Opacity

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

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

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

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

This text has shadow with #566362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566362 on black background.


Color preview on white background

This text has color #566362 on white background.



Black color preview on #566362 background

This text has black color on #566362 background.


White color preview on #566362 background

This text has white color on #566362 background.