COLOR #56747C

HEX: #56747C
RGB: (86,116,124)

Color info

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

RGB color model

#56747C color RGB value is (86,116,124).

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

RGB channels and saturation

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

86
116
124

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

Portions of RGB colors in percentages

R + G + B =
86 + 116 + 124 = 326 (100%)
R 86 of 326 ~ 26.38%
G 116 of 326 ~ 35.58%
B 124 of 326 ~ 38.04%

%26.38
%35.58
%38.04

CMYK color model

#56747C color CMYK value is (31,6,0,51).

  • cyan value is 30.65%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(31,6,0,51)
C31M6Y0K51 
(31%,6%,0%,51%)
(0.31/0.06/0.00/0.51)	

CMYK percentages

%30.65
%6.45
%0
%51.37

Codes

Color #56747C in popluar color models

56747C
RGB86116124
HSL193°18.10%41.18%
HSB/HSV193°30.65%48.63%
CMYK30.65%6.45%0.00%
51.37%

Color #56747C in popluar number systems.

HEX56747C
Decimal86116124
Binary101011011101001111100
Octal126164174

Shades and tints

Shades of #56747C

#56747C
(86,116,124)
#4F6A71
(79,106,113)
#486066
(72,96,102)
#41565B
(65,86,91)
#3A4C50
(58,76,80)
#334245
(51,66,69)
#2C383A
(44,56,58)
#252E2F
(37,46,47)
#1E2424
(30,36,36)
#171A19
(23,26,25)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #56747C

#56747C
(86,116,124)
#658087
(101,128,135)
#748C92
(116,140,146)
#83989D
(131,152,157)
#92A4A8
(146,164,168)
#A1B0B3
(161,176,179)
#B0BCBE
(176,188,190)
#BFC8C9
(191,200,201)
#CED4D4
(206,212,212)
#DDE0DF
(221,224,223)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56747C; }

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

This text font color is #56747C.


Background Color

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

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

This div background color is #56747C.


Border color

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

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

This div border color is #56747C.


Opacity

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

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

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

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

This text has shadow with #56747C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56747C on black background.


Color preview on white background

This text has color #56747C on white background.



Black color preview on #56747C background

This text has black color on #56747C background.


White color preview on #56747C background

This text has white color on #56747C background.