COLOR #56707E

HEX: #56707E
RGB: (86,112,126)

Color info

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

RGB color model

#56707E color RGB value is (86,112,126).

  • red value is 86;
  • green value is 112;
  • blue value is 126.
RGB:
(86,112,126)
(34%,44%,49%)

RGB channels and saturation

R 86 of 255 = 34%
G 112 of 255 = 44%
B 126 of 255 = 49%

86
112
126

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

Portions of RGB colors in percentages

R + G + B =
86 + 112 + 126 = 324 (100%)
R 86 of 324 ~ 26.54%
G 112 of 324 ~ 34.57%
B 126 of 324 ~ 38.89%

%26.54
%34.57
%38.89

CMYK color model

#56707E color CMYK value is (32,11,0,51).

  • cyan value is 31.75%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(32,11,0,51)
C32M11Y0K51 
(32%,11%,0%,51%)
(0.32/0.11/0.00/0.51)	

CMYK percentages

%31.75
%11.11
%0
%50.59

Codes

Color #56707E in popluar color models

56707E
RGB86112126
HSL201°18.87%41.57%
HSB/HSV201°31.75%49.41%
CMYK31.75%11.11%0.00%
50.59%

Color #56707E in popluar number systems.

HEX56707E
Decimal86112126
Binary101011011100001111110
Octal126160176

Shades and tints

Shades of #56707E

#56707E
(86,112,126)
#4F6673
(79,102,115)
#485C68
(72,92,104)
#41525D
(65,82,93)
#3A4852
(58,72,82)
#333E47
(51,62,71)
#2C343C
(44,52,60)
#252A31
(37,42,49)
#1E2026
(30,32,38)
#17161B
(23,22,27)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #56707E

#56707E
(86,112,126)
#657D89
(101,125,137)
#748A94
(116,138,148)
#83979F
(131,151,159)
#92A4AA
(146,164,170)
#A1B1B5
(161,177,181)
#B0BEC0
(176,190,192)
#BFCBCB
(191,203,203)
#CED8D6
(206,216,214)
#DDE5E1
(221,229,225)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56707E color. Also use rgb(86,112,126) instead hex code.

Text Font Color

.myTextColor { color: #56707E; }

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

This text font color is #56707E.


Background Color

.myBgColor { background-color: #56707E; }

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

This div background color is #56707E.


Border color

.myBorderColor { border: 1px solid #56707E; }

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

This div border color is #56707E.


Opacity

.myOpacity80 { color: #56707E; opacity: 0.8; }

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

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

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

This text has shadow with #56707E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56707E on black background.


Color preview on white background

This text has color #56707E on white background.



Black color preview on #56707E background

This text has black color on #56707E background.


White color preview on #56707E background

This text has white color on #56707E background.