COLOR #56797D

HEX: #56797D
RGB: (86,121,125)

Color info

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

RGB color model

#56797D color RGB value is (86,121,125).

  • red value is 86;
  • green value is 121;
  • blue value is 125.
RGB:
(86,121,125)
(34%,47%,49%)

RGB channels and saturation

R 86 of 255 = 34%
G 121 of 255 = 47%
B 125 of 255 = 49%

86
121
125

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

Portions of RGB colors in percentages

R + G + B =
86 + 121 + 125 = 332 (100%)
R 86 of 332 ~ 25.9%
G 121 of 332 ~ 36.45%
B 125 of 332 ~ 37.65%

%25.9
%36.45
%37.65

CMYK color model

#56797D color CMYK value is (31,3,0,51).

  • cyan value is 31.20%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(31,3,0,51)
C31M3Y0K51 
(31%,3%,0%,51%)
(0.31/0.03/0.00/0.51)	

CMYK percentages

%31.2
%3.2
%0
%50.98

Codes

Color #56797D in popluar color models

56797D
RGB86121125
HSL186°18.48%41.37%
HSB/HSV186°31.20%49.02%
CMYK31.20%3.20%0.00%
50.98%

Color #56797D in popluar number systems.

HEX56797D
Decimal86121125
Binary101011011110011111101
Octal126171175

Shades and tints

Shades of #56797D

#56797D
(86,121,125)
#4F6E72
(79,110,114)
#486367
(72,99,103)
#41585C
(65,88,92)
#3A4D51
(58,77,81)
#334246
(51,66,70)
#2C373B
(44,55,59)
#252C30
(37,44,48)
#1E2125
(30,33,37)
#17161A
(23,22,26)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #56797D

#56797D
(86,121,125)
#658588
(101,133,136)
#749193
(116,145,147)
#839D9E
(131,157,158)
#92A9A9
(146,169,169)
#A1B5B4
(161,181,180)
#B0C1BF
(176,193,191)
#BFCDCA
(191,205,202)
#CED9D5
(206,217,213)
#DDE5E0
(221,229,224)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56797D color. Also use rgb(86,121,125) instead hex code.

Text Font Color

.myTextColor { color: #56797D; }

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

This text font color is #56797D.


Background Color

.myBgColor { background-color: #56797D; }

<div style="background-color:#56797D">Inner text</div>

This div background color is #56797D.


Border color

.myBorderColor { border: 1px solid #56797D; }

<div style="border:3px solid #56797D">Div</div>

This div border color is #56797D.


Opacity

.myOpacity80 { color: #56797D; opacity: 0.8; }

<p style="color:#56797D;opacity:0.8;">80%</p>

Text with #56797D 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 #56797D;}

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

This text has shadow with #56797D color.

.textShadow {text-shadow: 3px 3px 1px #56797D, 3px 3px 1px red;}

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

This text has shadow with #56797D primary color and red secondary color.


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

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

This text has shadow with #56797D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56797D on black background.


Color preview on white background

This text has color #56797D on white background.



Black color preview on #56797D background

This text has black color on #56797D background.


White color preview on #56797D background

This text has white color on #56797D background.