COLOR #56796D

HEX: #56796D
RGB: (86,121,109)

Color info

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

RGB color model

#56796D color RGB value is (86,121,109).

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

RGB channels and saturation

R 86 of 255 = 34%
G 121 of 255 = 47%
B 109 of 255 = 43%

86
121
109

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

Portions of RGB colors in percentages

R + G + B =
86 + 121 + 109 = 316 (100%)
R 86 of 316 ~ 27.22%
G 121 of 316 ~ 38.29%
B 109 of 316 ~ 34.49%

%27.22
%38.29
%34.49

CMYK color model

#56796D color CMYK value is (29,0,10,53).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 52.55%
CMYK:
(29,0,10,53)
C29M0Y10K53 
(29%,0%,10%,53%)
(0.29/0.00/0.10/0.53)	

CMYK percentages

%28.93
%0
%9.92
%52.55

Codes

Color #56796D in popluar color models

56796D
RGB86121109
HSL159°16.91%40.59%
HSB/HSV159°28.93%47.45%
CMYK28.93%0.00%9.92%
52.55%

Color #56796D in popluar number systems.

HEX56796D
Decimal86121109
Binary101011011110011101101
Octal126171155

Shades and tints

Shades of #56796D

#56796D
(86,121,109)
#4F6E64
(79,110,100)
#48635B
(72,99,91)
#415852
(65,88,82)
#3A4D49
(58,77,73)
#334240
(51,66,64)
#2C3737
(44,55,55)
#252C2E
(37,44,46)
#1E2125
(30,33,37)
#17161C
(23,22,28)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #56796D

#56796D
(86,121,109)
#65857A
(101,133,122)
#749187
(116,145,135)
#839D94
(131,157,148)
#92A9A1
(146,169,161)
#A1B5AE
(161,181,174)
#B0C1BB
(176,193,187)
#BFCDC8
(191,205,200)
#CED9D5
(206,217,213)
#DDE5E2
(221,229,226)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56796D; }

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

This text font color is #56796D.


Background Color

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

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

This div background color is #56796D.


Border color

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

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

This div border color is #56796D.


Opacity

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

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

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

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

This text has shadow with #56796D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56796D on black background.


Color preview on white background

This text has color #56796D on white background.



Black color preview on #56796D background

This text has black color on #56796D background.


White color preview on #56796D background

This text has white color on #56796D background.