COLOR #556D76

HEX: #556D76
RGB: (85,109,118)

Color info

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

RGB color model

#556D76 color RGB value is (85,109,118).

  • red value is 85;
  • green value is 109;
  • blue value is 118.
RGB:
(85,109,118)
(33%,43%,46%)

RGB channels and saturation

R 85 of 255 = 33%
G 109 of 255 = 43%
B 118 of 255 = 46%

85
109
118

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

Portions of RGB colors in percentages

R + G + B =
85 + 109 + 118 = 312 (100%)
R 85 of 312 ~ 27.24%
G 109 of 312 ~ 34.94%
B 118 of 312 ~ 37.82%

%27.24
%34.94
%37.82

CMYK color model

#556D76 color CMYK value is (28,8,0,54).

  • cyan value is 27.97%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(28,8,0,54)
C28M8Y0K54 
(28%,8%,0%,54%)
(0.28/0.08/0.00/0.54)	

CMYK percentages

%27.97
%7.63
%0
%53.73

Codes

Color #556D76 in popluar color models

556D76
RGB85109118
HSL196°16.26%39.80%
HSB/HSV196°27.97%46.27%
CMYK27.97%7.63%0.00%
53.73%

Color #556D76 in popluar number systems.

HEX556D76
Decimal85109118
Binary101010111011011110110
Octal125155166

Shades and tints

Shades of #556D76

#556D76
(85,109,118)
#4E646C
(78,100,108)
#475B62
(71,91,98)
#405258
(64,82,88)
#39494E
(57,73,78)
#324044
(50,64,68)
#2B373A
(43,55,58)
#242E30
(36,46,48)
#1D2526
(29,37,38)
#161C1C
(22,28,28)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #556D76

#556D76
(85,109,118)
#647A82
(100,122,130)
#73878E
(115,135,142)
#82949A
(130,148,154)
#91A1A6
(145,161,166)
#A0AEB2
(160,174,178)
#AFBBBE
(175,187,190)
#BEC8CA
(190,200,202)
#CDD5D6
(205,213,214)
#DCE2E2
(220,226,226)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556D76 color. Also use rgb(85,109,118) instead hex code.

Text Font Color

.myTextColor { color: #556D76; }

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

This text font color is #556D76.


Background Color

.myBgColor { background-color: #556D76; }

<div style="background-color:#556D76">Inner text</div>

This div background color is #556D76.


Border color

.myBorderColor { border: 1px solid #556D76; }

<div style="border:3px solid #556D76">Div</div>

This div border color is #556D76.


Opacity

.myOpacity80 { color: #556D76; opacity: 0.8; }

<p style="color:#556D76;opacity:0.8;">80%</p>

Text with #556D76 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 #556D76;}

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

This text has shadow with #556D76 color.

.textShadow {text-shadow: 3px 3px 1px #556D76, 3px 3px 1px red;}

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

This text has shadow with #556D76 primary color and red secondary color.


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

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

This text has shadow with #556D76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556D76 on black background.


Color preview on white background

This text has color #556D76 on white background.



Black color preview on #556D76 background

This text has black color on #556D76 background.


White color preview on #556D76 background

This text has white color on #556D76 background.