COLOR #56717B

HEX: #56717B
RGB: (86,113,123)

Color info

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

RGB color model

#56717B color RGB value is (86,113,123).

  • red value is 86;
  • green value is 113;
  • blue value is 123.
RGB:
(86,113,123)
(34%,44%,48%)

RGB channels and saturation

R 86 of 255 = 34%
G 113 of 255 = 44%
B 123 of 255 = 48%

86
113
123

R + G + B ~ 42%. #56717B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 113 + 123 = 322 (100%)
R 86 of 322 ~ 26.71%
G 113 of 322 ~ 35.09%
B 123 of 322 ~ 38.2%

%26.71
%35.09
%38.2

CMYK color model

#56717B color CMYK value is (30,8,0,52).

  • cyan value is 30.08%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(30,8,0,52)
C30M8Y0K52 
(30%,8%,0%,52%)
(0.30/0.08/0.00/0.52)	

CMYK percentages

%30.08
%8.13
%0
%51.76

Codes

Color #56717B in popluar color models

56717B
RGB86113123
HSL196°17.70%40.98%
HSB/HSV196°30.08%48.24%
CMYK30.08%8.13%0.00%
51.76%

Color #56717B in popluar number systems.

HEX56717B
Decimal86113123
Binary101011011100011111011
Octal126161173

Shades and tints

Shades of #56717B

#56717B
(86,113,123)
#4F6770
(79,103,112)
#485D65
(72,93,101)
#41535A
(65,83,90)
#3A494F
(58,73,79)
#333F44
(51,63,68)
#2C3539
(44,53,57)
#252B2E
(37,43,46)
#1E2123
(30,33,35)
#171718
(23,23,24)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #56717B

#56717B
(86,113,123)
#657D87
(101,125,135)
#748993
(116,137,147)
#83959F
(131,149,159)
#92A1AB
(146,161,171)
#A1ADB7
(161,173,183)
#B0B9C3
(176,185,195)
#BFC5CF
(191,197,207)
#CED1DB
(206,209,219)
#DDDDE7
(221,221,231)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56717B color. Also use rgb(86,113,123) instead hex code.

Text Font Color

.myTextColor { color: #56717B; }

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

This text font color is #56717B.


Background Color

.myBgColor { background-color: #56717B; }

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

This div background color is #56717B.


Border color

.myBorderColor { border: 1px solid #56717B; }

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

This div border color is #56717B.


Opacity

.myOpacity80 { color: #56717B; opacity: 0.8; }

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

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

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

This text has shadow with #56717B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56717B on black background.


Color preview on white background

This text has color #56717B on white background.



Black color preview on #56717B background

This text has black color on #56717B background.


White color preview on #56717B background

This text has white color on #56717B background.