COLOR #56737A

HEX: #56737A
RGB: (86,115,122)

Color info

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

RGB color model

#56737A color RGB value is (86,115,122).

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

RGB channels and saturation

R 86 of 255 = 34%
G 115 of 255 = 45%
B 122 of 255 = 48%

86
115
122

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

Portions of RGB colors in percentages

R + G + B =
86 + 115 + 122 = 323 (100%)
R 86 of 323 ~ 26.63%
G 115 of 323 ~ 35.6%
B 122 of 323 ~ 37.77%

%26.63
%35.6
%37.77

CMYK color model

#56737A color CMYK value is (30,6,0,52).

  • cyan value is 29.51%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(30,6,0,52)
C30M6Y0K52 
(30%,6%,0%,52%)
(0.30/0.06/0.00/0.52)	

CMYK percentages

%29.51
%5.74
%0
%52.16

Codes

Color #56737A in popluar color models

56737A
RGB86115122
HSL192°17.31%40.78%
HSB/HSV192°29.51%47.84%
CMYK29.51%5.74%0.00%
52.16%

Color #56737A in popluar number systems.

HEX56737A
Decimal86115122
Binary101011011100111111010
Octal126163172

Shades and tints

Shades of #56737A

#56737A
(86,115,122)
#4F696F
(79,105,111)
#485F64
(72,95,100)
#415559
(65,85,89)
#3A4B4E
(58,75,78)
#334143
(51,65,67)
#2C3738
(44,55,56)
#252D2D
(37,45,45)
#1E2322
(30,35,34)
#171917
(23,25,23)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #56737A

#56737A
(86,115,122)
#657F86
(101,127,134)
#748B92
(116,139,146)
#83979E
(131,151,158)
#92A3AA
(146,163,170)
#A1AFB6
(161,175,182)
#B0BBC2
(176,187,194)
#BFC7CE
(191,199,206)
#CED3DA
(206,211,218)
#DDDFE6
(221,223,230)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56737A color. Also use rgb(86,115,122) instead hex code.

Text Font Color

.myTextColor { color: #56737A; }

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

This text font color is #56737A.


Background Color

.myBgColor { background-color: #56737A; }

<div style="background-color:#56737A">Inner text</div>

This div background color is #56737A.


Border color

.myBorderColor { border: 1px solid #56737A; }

<div style="border:3px solid #56737A">Div</div>

This div border color is #56737A.


Opacity

.myOpacity80 { color: #56737A; opacity: 0.8; }

<p style="color:#56737A;opacity:0.8;">80%</p>

Text with #56737A 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 #56737A;}

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

This text has shadow with #56737A color.

.textShadow {text-shadow: 3px 3px 1px #56737A, 3px 3px 1px red;}

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

This text has shadow with #56737A primary color and red secondary color.


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

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

This text has shadow with #56737A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56737A on black background.


Color preview on white background

This text has color #56737A on white background.



Black color preview on #56737A background

This text has black color on #56737A background.


White color preview on #56737A background

This text has white color on #56737A background.