COLOR #56747E

HEX: #56747E
RGB: (86,116,126)

Color info

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

RGB color model

#56747E color RGB value is (86,116,126).

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

RGB channels and saturation

R 86 of 255 = 34%
G 116 of 255 = 45%
B 126 of 255 = 49%

86
116
126

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

Portions of RGB colors in percentages

R + G + B =
86 + 116 + 126 = 328 (100%)
R 86 of 328 ~ 26.22%
G 116 of 328 ~ 35.37%
B 126 of 328 ~ 38.41%

%26.22
%35.37
%38.41

CMYK color model

#56747E color CMYK value is (32,8,0,51).

  • cyan value is 31.75%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(32,8,0,51)
C32M8Y0K51 
(32%,8%,0%,51%)
(0.32/0.08/0.00/0.51)	

CMYK percentages

%31.75
%7.94
%0
%50.59

Codes

Color #56747E in popluar color models

56747E
RGB86116126
HSL195°18.87%41.57%
HSB/HSV195°31.75%49.41%
CMYK31.75%7.94%0.00%
50.59%

Color #56747E in popluar number systems.

HEX56747E
Decimal86116126
Binary101011011101001111110
Octal126164176

Shades and tints

Shades of #56747E

#56747E
(86,116,126)
#4F6A73
(79,106,115)
#486068
(72,96,104)
#41565D
(65,86,93)
#3A4C52
(58,76,82)
#334247
(51,66,71)
#2C383C
(44,56,60)
#252E31
(37,46,49)
#1E2426
(30,36,38)
#171A1B
(23,26,27)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #56747E

#56747E
(86,116,126)
#658089
(101,128,137)
#748C94
(116,140,148)
#83989F
(131,152,159)
#92A4AA
(146,164,170)
#A1B0B5
(161,176,181)
#B0BCC0
(176,188,192)
#BFC8CB
(191,200,203)
#CED4D6
(206,212,214)
#DDE0E1
(221,224,225)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56747E; }

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

This text font color is #56747E.


Background Color

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

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

This div background color is #56747E.


Border color

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

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

This div border color is #56747E.


Opacity

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

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

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

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

This text has shadow with #56747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56747E on black background.


Color preview on white background

This text has color #56747E on white background.



Black color preview on #56747E background

This text has black color on #56747E background.


White color preview on #56747E background

This text has white color on #56747E background.