COLOR #566F73

HEX: #566F73
RGB: (86,111,115)

Color info

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

RGB color model

#566F73 color RGB value is (86,111,115).

  • red value is 86;
  • green value is 111;
  • blue value is 115.
RGB:
(86,111,115)
(34%,44%,45%)

RGB channels and saturation

R 86 of 255 = 34%
G 111 of 255 = 44%
B 115 of 255 = 45%

86
111
115

R + G + B ~ 41%. #566F73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 111 + 115 = 312 (100%)
R 86 of 312 ~ 27.56%
G 111 of 312 ~ 35.58%
B 115 of 312 ~ 36.86%

%27.56
%35.58
%36.86

CMYK color model

#566F73 color CMYK value is (25,3,0,55).

  • cyan value is 25.22%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(25,3,0,55)
C25M3Y0K55 
(25%,3%,0%,55%)
(0.25/0.03/0.00/0.55)	

CMYK percentages

%25.22
%3.48
%0
%54.9

Codes

Color #566F73 in popluar color models

566F73
RGB86111115
HSL188°14.43%39.41%
HSB/HSV188°25.22%45.10%
CMYK25.22%3.48%0.00%
54.90%

Color #566F73 in popluar number systems.

HEX566F73
Decimal86111115
Binary101011011011111110011
Octal126157163

Shades and tints

Shades of #566F73

#566F73
(86,111,115)
#4F6569
(79,101,105)
#485B5F
(72,91,95)
#415155
(65,81,85)
#3A474B
(58,71,75)
#333D41
(51,61,65)
#2C3337
(44,51,55)
#25292D
(37,41,45)
#1E1F23
(30,31,35)
#171519
(23,21,25)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #566F73

#566F73
(86,111,115)
#657C7F
(101,124,127)
#74898B
(116,137,139)
#839697
(131,150,151)
#92A3A3
(146,163,163)
#A1B0AF
(161,176,175)
#B0BDBB
(176,189,187)
#BFCAC7
(191,202,199)
#CED7D3
(206,215,211)
#DDE4DF
(221,228,223)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566F73 color. Also use rgb(86,111,115) instead hex code.

Text Font Color

.myTextColor { color: #566F73; }

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

This text font color is #566F73.


Background Color

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

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

This div background color is #566F73.


Border color

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

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

This div border color is #566F73.


Opacity

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

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

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

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

This text has shadow with #566F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566F73 on black background.


Color preview on white background

This text has color #566F73 on white background.



Black color preview on #566F73 background

This text has black color on #566F73 background.


White color preview on #566F73 background

This text has white color on #566F73 background.