COLOR #566E62

HEX: #566E62
RGB: (86,110,98)

Color info

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

RGB color model

#566E62 color RGB value is (86,110,98).

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

RGB channels and saturation

R 86 of 255 = 34%
G 110 of 255 = 43%
B 98 of 255 = 38%

86
110
98

R + G + B ~ 38%. #566E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 110 + 98 = 294 (100%)
R 86 of 294 ~ 29.25%
G 110 of 294 ~ 37.41%
B 98 of 294 ~ 33.33%

%29.25
%37.41
%33.33

CMYK color model

#566E62 color CMYK value is (22,0,11,57).

  • cyan value is 21.82%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 56.86%
CMYK:
(22,0,11,57)
C22M0Y11K57 
(22%,0%,11%,57%)
(0.22/0.00/0.11/0.57)	

CMYK percentages

%21.82
%0
%10.91
%56.86

Codes

Color #566E62 in popluar color models

566E62
RGB8611098
HSL150°12.24%38.43%
HSB/HSV150°21.82%43.14%
CMYK21.82%0.00%10.91%
56.86%

Color #566E62 in popluar number systems.

HEX566E62
Decimal8611098
Binary101011011011101100010
Octal126156142

Shades and tints

Shades of #566E62

#566E62
(86,110,98)
#4F645A
(79,100,90)
#485A52
(72,90,82)
#41504A
(65,80,74)
#3A4642
(58,70,66)
#333C3A
(51,60,58)
#2C3232
(44,50,50)
#25282A
(37,40,42)
#1E1E22
(30,30,34)
#17141A
(23,20,26)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #566E62

#566E62
(86,110,98)
#657B70
(101,123,112)
#74887E
(116,136,126)
#83958C
(131,149,140)
#92A29A
(146,162,154)
#A1AFA8
(161,175,168)
#B0BCB6
(176,188,182)
#BFC9C4
(191,201,196)
#CED6D2
(206,214,210)
#DDE3E0
(221,227,224)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566E62; }

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

This text font color is #566E62.


Background Color

.myBgColor { background-color: #566E62; }

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

This div background color is #566E62.


Border color

.myBorderColor { border: 1px solid #566E62; }

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

This div border color is #566E62.


Opacity

.myOpacity80 { color: #566E62; opacity: 0.8; }

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

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

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

This text has shadow with #566E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566E62 on black background.


Color preview on white background

This text has color #566E62 on white background.



Black color preview on #566E62 background

This text has black color on #566E62 background.


White color preview on #566E62 background

This text has white color on #566E62 background.